Differences
This shows you the differences between the selected revisions of the page.
2019-05-27 | 2019-08-01 | ||
5.12 Bug 1589 – Use SHA-256 host key fingerprints (martin) | extension_archive_and_download (martin) | ||
Line 14: | Line 14: | ||
powershell.exe -File "ZipUpload.ps1" -sessionUrl "sftp://username:password@example.com/" -remotePath "/remote/path" -archiveName "archive.zip" file1.dat file2.dat | powershell.exe -File "ZipUpload.ps1" -sessionUrl "sftp://username:password@example.com/" -remotePath "/remote/path" -archiveName "archive.zip" file1.dat file2.dat | ||
</code> | </code> | ||
+ | |||
+ | For opposite functionality, use extension [[extension_archive_and_download|Archive remote files to ZIP archive, download it, and optionally extract it]]. | ||
<code powershell - ZipUpload.ps1> | <code powershell - ZipUpload.ps1> |