session_url » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2015-02-18 | 2015-06-24 | ||
| releasing 5.7 stable, removing &beta tags (or replacing with &recent) (martin) | favor using url over site name + more visbility to generating + moving less important uses to a separate section (martin) | ||
| Line 1: | Line 1: | ||
| ====== Session URL ====== | ====== Session URL ====== | ||
| - | On [[commandline|command-line]] and in parameter of scripting command ''[[scriptcommand_open|open]]'', you can, in addition to using [[session_configuration#site|site]] name, specify an ad-hoc session using URL. | + | On [[commandline|command-line]] and in parameter of scripting command ''[[scriptcommand_open|open]]'', you can specify basis session settings using session URL. |
| - | You can also paste session %%URL%% on [[ui_login|Login dialog]] or main window or even Windows Explorer or web browser (if WinSCP is [[integration_url|registered]] to handle file transfer protocol %%URL%% addresses). | + | In [[library|WinSCP .NET assembly]], you can use session %%URL%% too as an alternative way to provide session options. Use method ''[[library_sessionoptions_parseurl|SessionOptions.ParseUrl]]'';. |
| - | In [[library|WinSCP .NET assembly]], you can use session %%URL%% as an alternative way to provide session options. Use method ''[[library_sessionoptions_parseurl|SessionOptions.ParseUrl]]''. | + | To ease assembling the %%URL%%, you can have WinSCP [[ui_generateurl|generate it for you]]. |
| ===== Syntax ===== | ===== Syntax ===== | ||
| Line 61: | Line 61: | ||
| http://martin@example.com/dav/ | http://martin@example.com/dav/ | ||
| - | ===== Generating ===== | + | |
| - | You can have WinSCP [[ui_generateurl|generate session URL]]. | + | ===== Other Uses ===== |
| + | |||
| + | You can also paste session %%URL%% on [[ui_login|Login dialog]] or main window or even Windows Explorer or web browser (if WinSCP is [[integration_url|registered]] to handle file transfer protocol %%URL%% addresses). | ||
| 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. | ||
| + | |||