Re: Transfer multiple files with automation
Is there a way I can move more then one file at a time?
Not using a single script. You can split your transfer into several batches and run them in parallel.
Is there a way I can move more then one file at a time?
I'm trying to keep a directory up-to-date on my server. For that every 10 minutes I have to transfer abut 380 files every 10 minutes (total size 65MB)
Now the problem is that with FTP (automation with keepuptodate script) it can transfer only one file at a time. Is there a way I can move more then one file at a time?
I have a 1Gbit server and home connection is about 20Mb but the transfer of each file happens only around 105KB.