Differences
This shows you the differences between the selected revisions of the page.
2020-12-02 | 2021-01-15 | ||
there's nothing to highlight anyway (martin) | sha256-like fingerprint (martin) | ||
Line 7: | Line 7: | ||
<code> | <code> | ||
- | powershell.exe -File C:\path\DownloadNewFiles.ps1 -sessionUrl "sftp://username:password;fingerprint=ssh-rsa-xx-xx-xx@example.com/" -localPath "C:\local\dest" -remotePath "/remote/source" -listPath "C:\path\downloaded.txt" | + | powershell.exe -File C:\path\DownloadNewFiles.ps1 -sessionUrl "sftp://username:password;fingerprint=ssh-rsa-xxxxxxxxxxx...=@example.com/" -localPath "C:\local\dest" -remotePath "/remote/source" -listPath "C:\path\downloaded.txt" |
</code> | </code> | ||