Differences
This shows you the differences between the selected revisions of the page.
2015-07-27 | 2015-07-27 | ||
created (martin) | generate url suggestion in comment + guide_custom_commands_automation (martin) | ||
Line 11: | Line 11: | ||
</code> | </code> | ||
- | Use [[ui_generateurl|Generate URL]] function to obtain a value for ''-sessionUrl'' parameter. | + | You can use the script [[guide_custom_commands_automation|from WinSCP GUI as a local custom command]]. |
<code powershell> | <code powershell> | ||
param ( | param ( | ||
+ | # Use Generate URL function to obtain a value for -sessionUrl parameter. | ||
$sessionUrl = "sftp://user:mypassword;fingerprint=ssh-rsa-xx-xx-xx@example.com/", | $sessionUrl = "sftp://user:mypassword;fingerprint=ssh-rsa-xx-xx-xx@example.com/", | ||
[Parameter(Mandatory)] | [Parameter(Mandatory)] |