Differences
This shows you the differences between the selected revisions of the page.
2017-12-21 | 2018-07-30 | ||
generate url commands have been renamed while ago (martin) | no summary (martin) | ||
Line 8: | Line 8: | ||
<code batch> | <code batch> | ||
- | powershell.exe -File C:\path\VerifyFileChecksum.ps1 -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> | ||