I'm trying to mirror files on FTP server. Those files can be very large so downloads might be interrupted. I'd like to keep the original files while downloading partial files to a temporary folder and once completed override local older versions.
- Can I do this? how?
- Is there another easy to use (command line) tool that I can use?