|
I'd strongly recommend that you consider using RichCopy. This free FTP utility from Microsoft uses normal Windows file-sharing channels to allow the multithreaded copying/synchronization of files over a network.
Since you asked this question in a security forum, I'll offer some security advice at the same time. First, except in highly unusual circumstances (such as a closed network or a read-only public download site), I would never advocate the use of FTP for the transfer of files. This protocol is inherently insecure, as it transfers authentication credentials and file contents in the clear. Instead, use RichCopy or another such tool over a secure connection, or use the ssh-enabled alternative to FTP: SFTP.
For more information:
|