Differences
This shows you the differences between the selected revisions of the page.
script_upload_file_list 2021-03-30 | script_upload_file_list 2022-06-16 (current) | ||
Line 16: | Line 16: | ||
UserName = "user" | UserName = "user" | ||
Password = "mypassword" | Password = "mypassword" | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx..." |
} | } | ||
Line 56: | Line 56: | ||
<code batch> | <code batch> | ||
@echo off | @echo off | ||
- | set SESSION=sftp://user:password;fingerprint=ssh-rsa-xxxxxxxxxxx...=@example.com/ | + | set SESSION=sftp://user:password;fingerprint=ssh-rsa-xxxxxxxxxxx...@example.com/ |
set REMOTE_PATH=/home/user/ | set REMOTE_PATH=/home/user/ | ||