Differences
This shows you the differences between the selected revisions of the page.
2019-07-31 | 2019-08-01 | ||
capitalization consistency (martin) | extension_archive_and_download (martin) | ||
Line 133: | Line 133: | ||
* [[library_example_download_clipboard|Download remote file from a path stored in clipboard]]; | * [[library_example_download_clipboard|Download remote file from a path stored in clipboard]]; | ||
* [[library_example_moves_files_keeping_directory_structure#upload_powershell|Recursively move files in directory tree to SFTP/FTP server while preserving source directory structure]]; | * [[library_example_moves_files_keeping_directory_structure#upload_powershell|Recursively move files in directory tree to SFTP/FTP server while preserving source directory structure]]; | ||
- | * [[library_example_remember_downloaded_files|Remember already downloaded files so they are not downloaded again]]. | + | * [[library_example_remember_downloaded_files|Remember already downloaded files so they are not downloaded again]]; |
+ | * [[extension_archive_and_download|Archive remote files to ZIP archive, download it, and optionally extract it]]. | ||