Hello
I'm using RoboTask to synchronize files and folders on an FTP site with files and folders on a local drive.
When RoboTask does this, does it only delete and download/upload the files that have changed or does it do it for all files? (Naturally if it does it for all files this will cause issues as the FTP site starts to contain more and more content.)
Thank you in advance
Synchronization files
Re: Synchronization files
Synchronization process process only newer files:
- if source file time is greater than time of target file;
- if it is a new file.
Commonly it depend on synchronization parameters.
Anyway if source and target file has the same file time the action does nothing.
- if source file time is greater than time of target file;
- if it is a new file.
Commonly it depend on synchronization parameters.
Anyway if source and target file has the same file time the action does nothing.
Oleg Yershov