Differences
This shows you the differences between the selected revisions of the page.
2019-09-24 | 2020-12-02 | ||
Since 5.16 we will be using !E instead of !S (martin) | prevent interpreting /username in the url as a switch (martin) | ||
Line 8: | Line 8: | ||
<code batch> | <code batch> | ||
- | powershell.exe -File C:\path\VerifyFileChecksum.ps1 -sessionUrl "sftp://username:password@example.com/" -localPath "C:\local\path\file.dat" -remotePath "/remote/path/file.dat" | + | powershell.exe -File C:\path\VerifyFileChecksum.ps1 -sessionUrl "sftp://user:password@example.com/" -localPath "C:\local\path\file.dat" -remotePath "/remote/path/file.dat" |
</code> | </code> | ||