This commit is contained in:
ed
2025-09-15 00:19:24 +00:00
parent 8b66874b85
commit 49ce67e9cd
5 changed files with 64 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ dist/copyparty.exe --version
csum=$(sha512sum <dist/copyparty.exe | cut -c-56)
curl -fkT dist/copyparty.exe -b cppwd=wark https://192.168.123.1:3923/copyparty$esuf.exe >uplod.log
curl -fkT dist/copyparty.exe -HPW:wark https://192.168.123.1:3923/copyparty$esuf.exe >uplod.log
cat uplod.log
grep -q $csum uplod.log && echo upload OK || {

Binary file not shown.

After

Width:  |  Height:  |  Size: 554 B