Differences
This shows you the differences between the selected revisions of the page.
2015-04-16 | 2015-08-10 | ||
escaping /parameter arguments (martin) | missing slash as the and of target path (martin) | ||
Line 32: | Line 32: | ||
open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | open sftp://user:password@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | ||
# Upload file | # Upload file | ||
- | put d:\examplefile.txt /home/user | + | put d:\examplefile.txt /home/user/ |
# Disconnect | # Disconnect | ||
close | close |