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 16: | Line 16: | ||
# @name Verify &Checksum | # @name Verify &Checksum | ||
# @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | ||
- | # -sessionUrl "!S" -localPath "!^!" -remotePath "!/!" -pause ^ | + | # -sessionUrl "!E" -localPath "!^!" -remotePath "!/!" -pause ^ |
# -sessionLogPath "%SessionLogPath%" | # -sessionLogPath "%SessionLogPath%" | ||
# @description Compares checksums of the selected local and remote file | # @description Compares checksums of the selected local and remote file | ||
# @flag RemoteFiles | # @flag RemoteFiles | ||
- | # @version 5 | + | # @version 6 |
# @homepage ~~SELF~~ | # @homepage ~~SELF~~ | ||
- | # @require WinSCP 5.12 | + | # @require WinSCP 5.16 |
# @option SessionLogPath -config sessionlogfile | # @option SessionLogPath -config sessionlogfile | ||
# @optionspage ~~SELF~~#options | # @optionspage ~~SELF~~#options |