Differences
This shows you the differences between the selected revisions of the page.
2014-12-23 | 2014-12-23 | ||
password if remembered (martin) | stored or remembered (martin) | ||
Line 19: | Line 19: | ||
| ''!&'' | Any | Quoted, space-delimited list of files. 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 files. 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 slash. | | | ''!/'' | Any | Current remote path. The path always ends 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#password_memory|remembered]] only. &beta_feature | | + | | ''!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_feature | |
| ''!@'' | Any | Current session hostname. | | | ''!@'' | Any | Current session hostname. | | ||
| ''!U'' | Any | Current session username. | | | ''!U'' | Any | Current session username. | | ||
- | | ''!P'' | Any | Current session password (if [[security_credentials|remembered]]). | | + | | ''!P'' | Any | Current session password (if [[security_credentials|stored or remembered]]). | |
| ''!?prompt[\]?default!'' | Any | When used, user is prompted to enter value that replaces the pattern. ''prompt'' can define a message of the prompt and ''default'' a default value, both can be empty. Special characters entered by user are automatically delimited. You can prohibit this using optional backslash (''\'') before second question mark (''?''). | | | ''!?prompt[\]?default!'' | Any | When used, user is prompted to enter value that replaces the pattern. ''prompt'' can define a message of the prompt and ''default'' a default value, both can be empty. Special characters entered by user are automatically delimited. You can prohibit this using optional backslash (''\'') before second question mark (''?''). | | ||
| ''!`command`'' | Any | Replaced with output of given local console command. | | | ''!`command`'' | Any | Replaced with output of given local console command. | |