Differences
This shows you the differences between the selected revisions of the page.
2018-05-11 | 2018-10-16 | ||
forgotten beta note (martin) | 5.14 Session URL can contain any raw session settings using connection parameter (martin) | ||
Line 21: | Line 21: | ||
| ''!&'' | Any | Quoted, space-delimited list of paths to files (see ''!'' for path format explanation). Command with the pattern will be executed only once for all selected files. Cannot be combined with pattern ''!'' and executed recursively. | | | ''!&'' | Any | Quoted, space-delimited list of paths to files (see ''!'' for path format explanation). Command with the pattern will be executed only once for all selected files. Cannot be combined with pattern ''!'' and executed recursively. | | ||
| ''!/'' | Any | Current remote path. The path always ends with slash. | | | ''!/'' | Any | Current remote path. The path always ends with slash. | | ||
- | | ''!S'' | Any | Current [[session_url|session URL]]. You can use it to pass current session data to another instance of WinSCP (using [[commandline|command-line]] or scripting command ''[[scriptcommand_open|open]]''), or code using WinSCP .NET assembly (see ''[[library_sessionoptions_parseurl|SessionOptions.ParseUrl]]''). Password is included if [[security_credentials|stored or remembered]] only. | | + | | ''!S'' | Any | Current [[session_url|session URL]]. You can use it to pass current session data to another instance of WinSCP (using [[commandline|command-line]] or scripting command ''[[scriptcommand_open|open]]''), or code using WinSCP .NET assembly (see ''[[library_sessionoptions_parseurl|SessionOptions.ParseUrl]]''). Password is included if [[security_credentials|stored or remembered]] only. &beta (* remove recommendation after 5.14 is stable *) | |
+ | | ''!E'' | Any | Current [[session_url|session URL]] with all [[session_url#advanced|advanced settings]]. You can use it to pass the current session data to another instance of WinSCP (using [[commandline|command-line]] or scripting command ''[[scriptcommand_open|open]]''), or code using WinSCP .NET assembly (see ''[[library_sessionoptions_parseurl|SessionOptions.ParseUrl]]''). Password is included if [[security_credentials|stored or remembered]] only. &beta_feature | | ||
| ''!@'' | Any | Current session hostname. | | | ''!@'' | Any | Current session hostname. | | ||
| ''!U'' | Any | Current session username. | | | ''!U'' | Any | Current session username. | |