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 17: | Line 17: | ||
| <code powershell - FindDuplicates.ps1> | <code powershell - FindDuplicates.ps1> | ||
| # @name Find &Duplicates... | # @name Find &Duplicates... | ||
| - | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl "!S" -remotePath "!/" -pause -remoteChecksumAlg "%RemoteChecksumAlg%" -sessionLogPath "%SessionLogPath%" | + | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" ^ |
| + | # -sessionUrl "!S" -remotePath "!/" -pause ^ | ||
| + | # -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 6 | + | # @version 7 |
| # @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.9.1 | + | # @require WinSCP 5.12 |
| - | # @option RemoteChecksumAlg -config -run combobox "&Checksum:" "local" "local=Local sha-1" "sha1=Remote sha-1" "sha256=Remote sha-256" "md5=Remote md5" | + | # @option RemoteChecksumAlg -config -run combobox "&Checksum:" "local" ^ |
| + | # "local=Local sha-1" "sha1=Remote sha-1" "sha256=Remote sha-256" ^ | ||
| + | # "md5=Remote md5" | ||
| # @option SessionLogPath -config sessionlogfile | # @option SessionLogPath -config sessionlogfile | ||
| # @optionspage https://winscp.net/eng/docs/library_example_find_duplicate_files#options | # @optionspage https://winscp.net/eng/docs/library_example_find_duplicate_files#options | ||