Differences
This shows you the differences between the selected revisions of the page.
| 2020-02-07 | 2020-02-18 | ||
| cmd.exe /c => cmd /C (martin) | !E is supported long enough (martin) | ||
| Line 9: | Line 9: | ||
| You will typically be using these [[custom_command#patterns|custom command patterns]]: | You will typically be using these [[custom_command#patterns|custom command patterns]]: | ||
| - | * ''!E'' (session URL) to pass the current session settings to the script. If you want to pass a password too, you have to [[security_credentials|store or remember it]]. //''!E'' is supported by the latest version of WinSCP only. Older versions support only ''!S'', which does not carry all session settings.// &recent | + | * ''!E'' (session URL) to pass the current session settings to the script. If you want to pass a password too, you have to [[security_credentials|store or remember it]]. |
| * ''!/'' and ''!'' combined to ''!/!'' to pass a full path to a selected remote file. | * ''!/'' and ''!'' combined to ''!/!'' to pass a full path to a selected remote file. | ||
| * ''!^!'' to pass a full path to a selected local file. | * ''!^!'' to pass a full path to a selected local file. | ||