Differences
This shows you the differences between the selected revisions of the page.
| 2019-08-01 | 2019-09-24 | ||
| extension_archive_and_download (martin) | Since 5.16 we will be using !E instead of !S (martin) | ||
| Line 20: | Line 20: | ||
| # @name &ZIP and Upload... | # @name &ZIP and Upload... | ||
| # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | ||
| - | # -sessionUrl "!S" -remotePath "!/" -archiveName "%ArchiveName%" -pause ^ | + | # -sessionUrl "!E" -remotePath "!/" -archiveName "%ArchiveName%" -pause ^ |
| # -sessionLogPath "%SessionLogPath%" %Use7zip% -path7zip "%Path7zip%" ^ | # -sessionLogPath "%SessionLogPath%" %Use7zip% -path7zip "%Path7zip%" ^ | ||
| # -archive7zip %Archive7zip% !& | # -archive7zip %Archive7zip% !& | ||
| # @description Packs the selected files to a ZIP archive and uploads it | # @description Packs the selected files to a ZIP archive and uploads it | ||
| # @flag ApplyToDirectories | # @flag ApplyToDirectories | ||
| - | # @version 6 | + | # @version 7 |
| # @homepage ~~SELF~~ | # @homepage ~~SELF~~ | ||
| - | # @require WinSCP 5.13 | + | # @require WinSCP 5.16 |
| # @require .NET 4.5 | # @require .NET 4.5 | ||
| # @option ArchiveName -run textbox "&Archive name:" "archive" | # @option ArchiveName -run textbox "&Archive name:" "archive" | ||