I've just upgraded my computer hardware(cpu + motherboard + graphic card + memory + hard disk), so that install a new OS is needed. I tried to download debian-6.0.6-amd64-netinst.iso with wget command but the speed is so slow that I could not bear. 4Kb/s ~ 17 Kb/s, slow like a running turtle, or even more slower if I use Chrome.
I've read the help information of wget, it seems like there are no options could make it more faster.
Is there anyway to make wget faster? Or is it possible to make it multi-threading download?
PS: my bandwidth is 4M. I use this command:
wget -c url http://hammurabi.acc.umu.se/debian-cd/6.0.6/amd64/iso-cd/debian-6.0.6-amd64-netinst.iso
@Dr_Bunsenthank you for your advice, I tried the command that@Gufransuggested:axel, compared widthwget,axelis faster than ever. I think in most situations, the bottleneck of my downloading speed are 1. something occupied the bandwidth(as you said: I'm slow). 2. single-threading. 3. the server is slow. But i have nothing to do with the 1&3 point. – Teifi Nov 8 '12 at 2:39axelmulti-thread perform better than wget when using the same remote server, latency between your box and the remote server is very high. Check your ping to remote server. – John Siu Jan 8 at 4:20