Download Manager

Feel like posting Off Topic? Do it here.

Moderator: MaxCoderz Staff

Post Reply
User avatar
thegamefreak0134
Extreme Poster
Posts: 455
Joined: Mon 23 Jan, 2006 10:09 pm
Location: In front of a Computer, coding
Contact:

Download Manager

Post by thegamefreak0134 »

I have a dial-up connection here at home, so downloading large files is a bit of a major inconvinience to me. I've managed to circumvent this a little by using a P2P program, but it's so incredibly difficult to find anything useful with one of those. I am thus looking into a download manager. Since there are numerus "accelerators" and other garbage programs out there, I figured I would be better off with a community recommendation.

I basically need something that will allow me to download large files regardless of connection strength. I have issues with firefox in this regard, as it really likes to end downloads prematurely, telling me that my file is complete when only half of it is there. I share this phone line with another person in the house, so the possibility if getting bumped off is pretty high. I don't really care for acceleration because I do not believe in it, mainly. (Connect me to as many proxy servers as you like, I still have a 56k limit on transfer rate. ^_^)

Anywho, open to suggestions here. Yes I've googled it, that's why I'm asking for advice.

-thegamefreak
I'm not mad, just a little crazy.

DarkNova - a little side project I run.
User avatar
hop
Extreme Poster
Posts: 378
Joined: Sat 09 Dec, 2006 3:42 pm

Post by hop »

Accelleration is 99% marketing 1% technology and 110% malware. All it does is try to use multiple connections (if it can even find any, odds are it can't) so it caps your bandwidth more steadily/reliably. 56k can be filled by everybody and their dog's server so that's not an issue. Forget about it.

For a properly featured download manager I suggest a (very) long time favorite in the industry...

wget

wget manages the connection and downloads best it can. When it fails, you have a partially downloaded file. No biggy.

wget -c

Continues at the end of the file (downloads are always catenation so this works with all http based downloads even if you didn't start the download with wget but with firefox or whatever).

http://www.gnu.org/software/wget/

Here is a version compiled for Windows:

http://pages.interlog.com/~tcharron/wgetwin.html

Enjoy.
Image
DarkAuron
Maxcoderz Staff
Posts: 1349
Joined: Sat 18 Dec, 2004 6:53 pm

Post by DarkAuron »

I highly recommend FlashGet for your dialup needs; I used it for years, and I still choose to use it on DSL.
[Gridwars Score] - E: 1860037 M: 716641 H: 261194
CoBB
MCF Legend
Posts: 1601
Joined: Mon 20 Dec, 2004 8:45 am
Location: Budapest, Absurdistan
Contact:

Post by CoBB »

I’d also recommend wget.
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

Opera's download manager isn't broken. (Disclaimer: I haven't used Firefox's since Firefox 1, maybe they've finally fixed it). I've used it to download files over a 700bps connection many times (which isn't much fun!) and it has always been able to resume downloads for me.

Download accelerators can work; my old mobile phone's GPRS system would heavily recompress images before they were sent, noticably increasing speed and reducing costs. ;)
Last edited by benryves on Fri 09 Mar, 2007 1:17 pm, edited 1 time in total.
User avatar
hop
Extreme Poster
Posts: 378
Joined: Sat 09 Dec, 2006 3:42 pm

Post by hop »

I had typed up a reply to that here but alas firefox sucks and apparently hitting enter twice can crash it.

In short.

GPRS proxies aren't download managers.

For GPRS its essential and integrated into the system.

For PCs it's crappy malware that uses neglected third party proxies that wouldn't be able to serve a 14.4 modem let alone the hundreds of dsl users from the other side of the world trying to use it to increase their megahurtz. Even if these proxies compress heavily it still isn't enough to counter the horrible horrible speeds external proxies work at.

If you want to browse faster, disable images.

If you want to download faster, get cable.

The only succesfull multi connection way of downloading is bittorent, and even that depends on the seeds.
Image
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

hop wrote:GPRS proxies aren't download managers.
I never said that they were; I gave an example of how GPRS proxies can speed up the apparent loading of pages by recompressing images and a similar technology can be employed with commerically available download accelerators.
User avatar
hop
Extreme Poster
Posts: 378
Joined: Sat 09 Dec, 2006 3:42 pm

Post by hop »

I know what you said.
Image
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

I also recommend Opera. Download Managing is just one of the many features of this fantastic browser. I wouldn't use the BT client though.
Image
User avatar
hop
Extreme Poster
Posts: 378
Joined: Sat 09 Dec, 2006 3:42 pm

Post by hop »

http://www.utorrent.com/

Best GUI torrent client.
Image
User avatar
thegamefreak0134
Extreme Poster
Posts: 455
Joined: Mon 23 Jan, 2006 10:09 pm
Location: In front of a Computer, coding
Contact:

Post by thegamefreak0134 »

Sheesh... I already mentioned that I could care less for speed. I know my dial-up is going to be slow, I'm used to it. I just needed something that could fix it when it failed, and the first suggestion on the page (wget) is doing that beautifully.

-thegamefreak

PS: I have tried opera, and was never too thrilled with it.
I'm not mad, just a little crazy.

DarkNova - a little side project I run.
threefingeredguy
Calc King
Posts: 2195
Joined: Sun 27 Mar, 2005 4:06 am
Location: sleeping
Contact:

Post by threefingeredguy »

hop wrote:http://www.utorrent.com/

Best GUI torrent client.
Yep, though I also have no problem with Azureus.
Image
Post Reply