I am currently using wget -m
to mirror a remote FTP but the speed suck, what are the good alternative (command) so we can parallel to download in order to boost the speed up?
I am currently using wget -m
to mirror a remote FTP but the speed suck, what are the good alternative (command) so we can parallel to download in order to boost the speed up?
As mentioned by pQd lftp is a great tool for that and it's included in "all" distributions.
You can run it several times with
time
and different values of--parallel
to find the best value.Take a look at lftp. It's quite a powerful ftp client that has an option for parallel downloads:
It's available in standard debian's repository so you should have it as well in ubuntu without using 3rd party binaries or compiling it from source.