Differences
This shows you the differences between the selected revisions of the page.
2014-07-28 | 2014-08-04 | ||
5.6 bug 160 webdav (martin) | password in all open examples (martin) | ||
Line 129: | Line 129: | ||
# Disable overwrite confirmations that conflict with the previous | # Disable overwrite confirmations that conflict with the previous | ||
option confirm off | option confirm off | ||
- | # Connect using a password | ||
- | # 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" | ||
# Connect | # Connect | ||
- | open sftp://user@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" |
# Change remote directory | # Change remote directory | ||
cd /home/user | cd /home/user | ||
Line 142: | Line 140: | ||
close | close | ||
# Connect as a different user | # Connect as a different user | ||
- | open sftp://user2@example.com/ | + | open sftp://user2:password@example.com/ |
# Change the remote directory | # Change the remote directory | ||
cd /home/user2 | cd /home/user2 |