-1

I want to download a 4 GB file which would take approximately 2 hours to finish at its current speed. However, I have a much faster connection capable of downloading it in a couple of minutes at full speed.

What options do I have to increase the download speed of files?

Braiam
  • 67,791
  • 32
  • 179
  • 269
Andriy
  • 21

3 Answers3

2

uGet Download Manager is an option you should consider. It is a lightweight, powerful, feature rich native download manager for Linux.

http://ugetdm.com

uGet supports up to 20 Simultaneous connections for downloading, it also supports multiple mirrors (aka sources) so if you have one file hosted on many servers you can use all the servers at once to download one file. uGet also supports Torrents and Metalinks as well as HTTP and FTP links so pretty much everything you need can be downloaded with uGet.

uGet -Main Window

1

Install the DownThemAll download manager extension to Firefox. DownThemAll features an advanced accelerator that increases speed up to 4x and it allows you to pause and resume downloads at any time, including resuming interrupted downloads from where they were stopped.

In my experience splitting up the download into 4 parts, which is what DownThemAll does, reduces the download speed to about 5-10% less than the maximum speed that your Internet Service Provider can provide. If you are getting a download rate of 26kbs, then that is not DownThemAll's fault. Axel and aria2 (command line high speed download client) are two download accelerators that you can install from the Ubuntu Software Center if you want to try something else, outside of your web browser.

karel
  • 114,770
  • Little problem with it- now Firefox lags and dl rate is now 26KB/s. Any other accelators you can suggest? – Andriy Jan 02 '14 at 12:41
  • In my experience splitting up the download into 4 parts, which is what DownThemAll does, reduces the download speed to about 5-10% less than the maximum speed that your Internet Service Provider can provide. If you are getting a download rate of 26kbs, then that is not DownThemAll's fault. Axel and aria2 (command line high speed download client) are two download accelerators that you can install from the Ubuntu Software Center if you want to try something else, outside of your web browser. – karel Jan 02 '14 at 12:50
0

First, is it available on torrents? If so, you can easily increase downloading up to wirespeed.

Second, try to use "pget" command in the great console client named LFTP.

For example:

lftp -e 'pget -n 4 http://url/path/to/file'
user2743554
  • 371
  • 3
  • 8
  • I don't trust torrents since I got a terrible virus that bypassed my antivirus. – Andriy Jan 02 '14 at 17:37
  • Torrents are protected by checksums. The only possibility was that initial file was infected. In this case, there is no difference between direct downloading and getting from torrents. – user2743554 Jan 03 '14 at 15:44