in reply to Multiple FTP upload threads with Net::FTP
It might be better to put all those files into one archive, upload that one file and then extract it. You may either run a daemon/service that'll wait for the files on the server or trigger the extraction from the client using SSH, telnet, http or some other means.
Apart from the speed difference (which in my case was pretty big) this way you can make sure that the time during which some files are already updated and some are not is very short.
|
|---|