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 18: | Line 18: | ||
| # @name Find &Duplicates... | # @name Find &Duplicates... | ||
| # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ | ||
| - | # -sessionUrl "!S" -remotePath "!/" -pause ^ | + | # -sessionUrl "!E" -remotePath "!/" -pause ^ |
| # -remoteChecksumAlg "%RemoteChecksumAlg%" -sessionLogPath "%SessionLogPath%" | # -remoteChecksumAlg "%RemoteChecksumAlg%" -sessionLogPath "%SessionLogPath%" | ||
| # @description Searches for duplicate files on the server, starting from the current directory | # @description Searches for duplicate files on the server, starting from the current directory | ||
| # @flag RemoteFiles | # @flag RemoteFiles | ||
| - | # @version 7 | + | # @version 8 |
| # @homepage https://winscp.net/eng/docs/library_example_find_duplicate_files | # @homepage https://winscp.net/eng/docs/library_example_find_duplicate_files | ||
| - | # @require WinSCP 5.12 | + | # @require WinSCP 5.16 |
| # @option RemoteChecksumAlg -config -run combobox "&Checksum:" "local" ^ | # @option RemoteChecksumAlg -config -run combobox "&Checksum:" "local" ^ | ||
| # "local=Local sha-1" "sha1=Remote sha-1" "sha256=Remote sha-256" ^ | # "local=Local sha-1" "sha1=Remote sha-1" "sha256=Remote sha-256" ^ | ||