commandline » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2013-12-20 | 2014-02-05 | ||
5.5 removing beta tags (martin) | session url should end with slash (martin) | ||
Line 52: | Line 52: | ||
<code> | <code> | ||
winscp.exe "My site" | winscp.exe "My site" | ||
- | winscp.exe sftp://martin@example.com /hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | winscp.exe sftp://martin@example.com/ /hostkey="ssh-rsa 1024 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" |
- | winscp.exe scp://test@example.com:2222 /privatekey=mykey.ppk | + | winscp.exe scp://test@example.com:2222/ /privatekey=mykey.ppk |
- | winscp.exe ftps://martin@example.com /implicit /certificate="xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | + | winscp.exe ftps://martin@example.com/ /implicit /certificate="xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" |
</code> | </code> | ||