Differences
This shows you the differences between the selected revisions of the page.
2019-03-27 | 2019-04-12 | ||
5.15 released - removing beta notices (martin) | 5.12 Extensions metadata can span multiple lines. (martin) | ||
Line 9: | Line 9: | ||
<code powershell - DownloadClipboard.ps1> | <code powershell - DownloadClipboard.ps1> | ||
# @name &Download from Path in &Clipboard | # @name &Download from Path in &Clipboard | ||
- | # @command powershell.exe -ExecutionPolicy Bypass -STA -File "%EXTENSION_PATH%" -sessionUrl "!S" -localPath "!\" %Pause% -sessionLogPath "%SessionLogPath%" | + | # @command powershell.exe -ExecutionPolicy Bypass -STA -File "%EXTENSION_PATH%" ^ |
- | # @description Downloads remote file from a path stored in clipboard to the current local directory | + | # -sessionUrl "!S" -localPath "!\" %Pause% -sessionLogPath "%SessionLogPath%" |
- | # @version 4 | + | # @description Downloads remote file from a path stored in clipboard ^ |
+ | # to the current local directory | ||
+ | # @version 5 | ||
# @homepage ~~SELF~~ | # @homepage ~~SELF~~ | ||
- | # @require WinSCP 5.8.4 | + | # @require WinSCP 5.12 |
# @option Pause -config pausecheckbox | # @option Pause -config pausecheckbox | ||
# @option SessionLogPath -config sessionlogfile | # @option SessionLogPath -config sessionlogfile |