FTP download: Difference between revisions
Jump to navigation
Jump to search
Created page with "Software to recursively download all files from a given directory on an FTP server. == Notes == * Allow specification as a full URL, e.g. <code>ftp://ftp.mirrorservice.org/s..." |
(No difference)
|
Revision as of 19:25, 1 September 2018
Software to recursively download all files from a given directory on an FTP server.
Notes
- Allow specification as a full URL, e.g.
ftp://ftp.mirrorservice.org/sites/ftp.wiretapped.net - Build a list of all file paths recursively, along with metadata such as file size.
- Need some form of loop detection (e.g. symlinks to themselves).
- Confirm total file size before commencing download.