Differences
This shows you the differences between the selected revisions of the page.
2019-07-02 | 2019-07-16 | ||
too many dots (martin) | library_example_remember_downloaded_files (martin) | ||
Line 145: | Line 145: | ||
* Downloading all files created in the last 24 hours (using [[file_mask|file mask]] ''*>=1D''; e.g. ''%%get -filemask="*>=1D" /home/user/*%%'', or an equivalent in .NET assembly). | * Downloading all files created in the last 24 hours (using [[file_mask|file mask]] ''*>=1D''; e.g. ''%%get -filemask="*>=1D" /home/user/*%%'', or an equivalent in .NET assembly). | ||
* Downloading all files created today (using [[file_mask|file mask]] ''*>=today''; e.g. ''%%get -filemask="*>=today" /home/user/*%%'', or an equivalent in .NET assembly). | * Downloading all files created today (using [[file_mask|file mask]] ''*>=today''; e.g. ''%%get -filemask="*>=today" /home/user/*%%'', or an equivalent in .NET assembly). | ||
+ | * If you need to download all files that were not downloaded yet, but you do not keep local copies of the files to synchronize the remote directory against, see [[library_example_remember_downloaded_files|Remember already downloaded files so they are not downloaded again]]. | ||
===== Further Reading ===== | ===== Further Reading ===== |