session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2018-10-16 | 2018-10-16 | ||
5.14 Session URL can contain any raw session settings using connection parameter (martin) | typo (martin) | ||
Line 30: | Line 30: | ||
A syntax to serialize raw site settings is '';x-name1=value1;x-name2=value2'' (inserted after username and password). | A syntax to serialize raw site settings is '';x-name1=value1;x-name2=value2'' (inserted after username and password). | ||
- | For example to use an HTTP proxy server ''proxy'', use the following %%URL%%: \\ ''%%sftp://username:passwordx;x-proxymethod=3;x-proxyhost=proxy@example.com/%%'' | + | For example to use an HTTP proxy server ''proxy'', use the following %%URL%%: \\ ''%%sftp://username:password;x-proxymethod=3;x-proxyhost=proxy@example.com/%%'' |
To have WinSCP generate a session %%URL%% with the advanced settings, check //Advanced settings// on [[ui_generateurl|Generate session URL/code]] dialog. To serialize all session settings for a WinSCP extension, use ''!E'' [[custom_command#patterns|pattern]]. | To have WinSCP generate a session %%URL%% with the advanced settings, check //Advanced settings// on [[ui_generateurl|Generate session URL/code]] dialog. To serialize all session settings for a WinSCP extension, use ''!E'' [[custom_command#patterns|pattern]]. |