session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2016-12-24 | 2016-12-24 | ||
no summary (123.136.112.11) (hidden) | Restored revision 1472715476. Undoing revision 1482581060. (martin) (hidden) | ||
Line 6: | Line 6: | ||
To ease assembling the %%URL%%, you can have WinSCP [[ui_generateurl|generate it for you]]. | To ease assembling the %%URL%%, you can have WinSCP [[ui_generateurl|generate it for you]]. | ||
- | The only mandatory part is host. The host can either be a host name (such as example.com), an IPv4 address (such as 127.0.0.1) or an IPv6 address surrounded by square brackets (such as [2001:db8:85a3:8d3:1319:8a2e:370:7348]). | + | ===== Syntax ===== |
+ | |||
+ | sftp|ftp|ftps|ftpes|http|https|scp :// [ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] / | ||
===== Elements ===== | ===== Elements ===== | ||
Line 66: | Line 68: | ||
You can use [[custom_command|custom command]] pattern ''!S'' to pass a session %%URL%% to other processes. | You can use [[custom_command|custom command]] pattern ''!S'' to pass a session %%URL%% to other processes. | ||
+ |