Update 'putfile.sh'
This commit is contained in:
parent
b6ae2cea5d
commit
6f56a162dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue