Differences
This shows you the differences between the selected revisions of the page.
2018-01-17 | 2019-05-27 | ||
5.12.1 Bug 1594: Custom error handling instead of default abort can be optionally implemented for batch operations in .NET assembly. (martin) | 5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | ||
Line 53: | Line 53: | ||
<code winscp> | <code winscp> | ||
# Connect | # Connect | ||
- | open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx..." | + | open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xxxxxxxxxxx...=" |
# Change remote directory | # Change remote directory | ||
cd /home/user | cd /home/user | ||
Line 80: | Line 80: | ||
UserName = "user" | UserName = "user" | ||
Password = "password" | Password = "password" | ||
- | SshHostKeyFingerprint = "ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | SshHostKeyFingerprint = "ssh-rsa 2048 xxxxxxxxxxx...=" |
} | } | ||