Differences
This shows you the differences between the selected revisions of the page.
2020-12-02 | 2020-12-02 | ||
prevent interpreting /username in the url as a switch (martin) | there's nothing to highlight anyway (martin) | ||
Line 7: | Line 7: | ||
To run the script manually use: | To run the script manually use: | ||
- | <code batch> | + | <code> |
- | powershell.exe -File C:\path\VerifyFileChecksum.ps1 -sessionUrl "sftp://user:password@example.com/" -localPath "C:\local\path\file.dat" -remotePath "/remote/path/file.dat" | + | powershell.exe -File C:\path\VerifyFileChecksum.ps1 -sessionUrl "sftp://username:password@example.com/" -localPath "C:\local\path\file.dat" -remotePath "/remote/path/file.dat" |
</code> | </code> | ||