I have a file list total 13 million files, about 140GB. NOTE: Need maintain directory structure. Each file is approximately 100KB-2MB.
I use the wget -x -i file_list.txt
this is work will, but too slow.
NOTE: all is url in file list.
My server have 100M bandwidth, should be get 10M/s speed.
but wget -x -i file_list.txt
just give me 1M/s.
How to fix it?