Differences
This shows you the differences between the selected revisions of the page.
2020-08-21 | 2020-12-02 | ||
empty line between headers improves formatting (martin) | prevent interpreting /username in the url as a switch (martin) | ||
Line 7: | Line 7: | ||
<code batch> | <code batch> | ||
- | 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://user:password;fingerprint=ssh-rsa-xx-xx-xx@example.com/" -localPath "C:\local\dest" -remotePath "/remote/source" -listPath "C:\path\downloaded.txt" |
</code> | </code> | ||