Differences
This shows you the differences between the selected revisions of the page.
2019-05-27 | 2019-09-24 | ||
5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | Since 5.16 we will be using !E instead of !S (martin) | ||
Line 10: | Line 10: | ||
# @name &Download from Path in &Clipboard | # @name &Download from Path in &Clipboard | ||
# @command powershell.exe -ExecutionPolicy Bypass -STA -File "%EXTENSION_PATH%" ^ | # @command powershell.exe -ExecutionPolicy Bypass -STA -File "%EXTENSION_PATH%" ^ | ||
- | # -sessionUrl "!S" -localPath "!\" %Pause% -sessionLogPath "%SessionLogPath%" | + | # -sessionUrl "!E" -localPath "!\" %Pause% -sessionLogPath "%SessionLogPath%" |
# @description Downloads remote file from a path stored in clipboard ^ | # @description Downloads remote file from a path stored in clipboard ^ | ||
# to the current local directory | # to the current local directory | ||
- | # @version 5 | + | # @version 6 |
# @homepage ~~SELF~~ | # @homepage ~~SELF~~ | ||
- | # @require WinSCP 5.12 | + | # @require WinSCP 5.16 |
# @option Pause -config pausecheckbox | # @option Pause -config pausecheckbox | ||
# @option SessionLogPath -config sessionlogfile | # @option SessionLogPath -config sessionlogfile |