Differences
This shows you the differences between the selected revisions of the page.
| 2014-03-03 | 2014-03-07 | ||
| key size should be 2048 bit at least nowadays (martin) | visually separating examples to make it clear that they are standalone (martin) | ||
| Line 30: | Line 30: | ||
| <code winscp> | <code winscp> | ||
| open sftp://martin:mypassword@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | open sftp://martin:mypassword@example.com/ -hostkey="ssh-rsa 2048 xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx:xx" | ||
| + | </code> | ||
| + | <code winscp> | ||
| open scp://test@example.com:2222/ -privatekey=mykey.ppk | open scp://test@example.com:2222/ -privatekey=mykey.ppk | ||
| + | </code> | ||
| + | <code winscp> | ||
| open 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" | open 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 winscp> | ||
| open sftp://martin@example.com/ -rawsettings ProxyMethod=3 ProxyHost=proxy | open sftp://martin@example.com/ -rawsettings ProxyMethod=3 ProxyHost=proxy | ||
| + | </code> | ||
| + | <code winscp> | ||
| open sftp://martin@example.com/ | open sftp://martin@example.com/ | ||
| + | </code> | ||
| + | <code winscp> | ||
| open sftp://example.com/ | open sftp://example.com/ | ||
| </code> | </code> | ||