How to speed up file Synchronization using SCRIPT? Any option to enable multi-thread or multi-files?
I can synchronize a remote folder to my local folder using a batch script just fine but it's very slow because only one file at a time, especially if the top folder have many sub-folders beneath.
Example:
Is there any way to speed up the file synchronization process using SCRIPT?
Any options to enable multi-thread or multi-files for example?
Thanks a bunch...
~John
Example:
synchronize local -criteria=either -preservetime -transfer=binary -resumesupport=on c:\local /remote/topfolder
Any options to enable multi-thread or multi-files for example?
Thanks a bunch...
~John