Update 'getfile.sh'
This commit is contained in:
parent
6f56a162dd
commit
f6836bc651
|
@ -1,3 +1 @@
|
|||
login=LOGIN
|
||||
password=PASSWORD
|
||||
wget --header 'Authorization: Basic '$(echo $login:$password|base64) https://SERVER/PATH/$1
|
||||
wget --header 'Authorization: Basic '$(echo LOGIN:PASSWORD|base64) https://SERVER/PATH/$1
|
||||
|
|
Loading…
Reference in New Issue