11 lines
230 B
Plaintext
11 lines
230 B
Plaintext
open sftp://DBX_ROTONDA@dbx.db.com:5022/ -hostkey="ssh-rsa 2048 dMreq7aa4nYLVze8crh88oG8G27akw5U1bBFvkTWzuo" -privatekey=%1% -passphrase="Rotonda2014"
|
|
|
|
cd "%2%"
|
|
lcd "%3%"
|
|
ls
|
|
get %4%
|
|
|
|
# Schließen der Verbindung
|
|
exit
|
|
|