Differences
This shows you the differences between the selected revisions of the page.
| 2016-02-23 | 2016-02-23 | ||
| turning to an extension - directives + WINSCP_PATH (martin) | removing the test directive + sorting directives (martin) | ||
| Line 16: | Line 16: | ||
| # @name Verify &Checksum | # @name Verify &Checksum | ||
| # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl !S -localPath "!^!" -remotePath "!/!" -pause | # @command powershell.exe -ExecutionPolicy Bypass -File "%EXTENSION_PATH%" -sessionUrl !S -localPath "!^!" -remotePath "!/!" -pause | ||
| + | # @description Compares checksums of the selected local and remote file | ||
| # @flag RemoteFiles | # @flag RemoteFiles | ||
| # @version 1 | # @version 1 | ||
| - | # @unknown blah | ||
| - | # @description Compares checksums of the selected local and remote file | ||
| param ( | param ( | ||