WinSCP-Scripte/winscp-upload.script hinzugefügt

This commit is contained in:
2024-03-14 15:59:57 +01:00
parent baf6ffa410
commit 6978abbabe

View File

@@ -0,0 +1,9 @@
open sftp://DBX_ROTONDA@dbx.db.com:5022/ -hostkey="ssh-rsa 2048 dMreq7aa4nYLVze8crh88oG8G27akw5U1bBFvkTWzuo" -privatekey=%1% -passphrase="Rotonda2014"
cd "%2%"
lcd "%3%"
put %4%
#ls
# Schließen der Verbindung
exit