Differences
This shows you the differences between the selected revisions of the page.
2013-06-01 | 2013-07-29 | ||
session setting => site setting (martin) | added rawsettings example, removed/updates examples so that there are none with non-explicit protocol (martin) | ||
Line 32: | Line 32: | ||
open scp://test@example.com:2222 -privatekey=mykey.ppk | open scp://test@example.com:2222 -privatekey=mykey.ppk | ||
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" | ||
- | open martin@example.com | + | open sftp://martin@example.com -rawsettings ProxyMethod=3 ProxyHost=proxy |
- | open example.com | + | open sftp://martin@example.com |
- | open | + | open sftp://example.com |
</code> | </code> | ||