Update 'putfile.sh'

This commit is contained in:
quenousimporte 2024-05-07 15:41:21 +02:00
parent b6ae2cea5d
commit 6f56a162dd
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
tce-load -i libzstd
tce-run curl --upload-file $1 -u LOGIN:PASSWORD https://SERVER/PATH/$1
tce-run curl -T $1 -u LOGIN:PASSWORD https://SERVER/PATH/$1