session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2016-09-01 | 2016-12-24 | ||
full # name, note that it is currently not a special symbol in winscp, though it might be in the future (martin) | no summary (123.136.112.11) (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]]. | ||
- | ===== Syntax ===== | + | 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]). |
- | + | ||
- | sftp|ftp|ftps|ftpes|http|https|scp :// [ <username> [ : <password> ] [ ; <fingerprint> ] @ ] <host> [ : <port> ] / | + | |
===== Elements ===== | ===== Elements ===== | ||
Line 68: | Line 66: | ||
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. | ||
- |