Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

IS there a download manager for Mac OS X that allows me to interrupt and resume large downloads? (I'm trying to download the Apple Developer Tools update, but a 3+ GB file size seldom plays nicely with my internet connection.

EDIT:

I prefer a free solution if possible.

EDIT2:

I need it to be able to download from the Apple Developer site, which requires authentication. The downloads there are huge - my bandwidth isn't. Using Folx and authentication, I successfully downloaded ... drumroll please ... an intermediate HTML file.

share|improve this question
1  
Safari usually is able to do this on its own, I think. – Daniel Beck Nov 28 '10 at 14:46
Start a download in Safari to get you authenticated, then resume the one that was interrupted? – Daniel Beck Nov 30 '10 at 18:51

closed as not constructive by slhck Aug 24 '12 at 15:51

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

4 Answers

up vote 7 down vote accepted

I highly recommended you use iGetter it was better than other one.

But also can use

Also if you can use terminal and install package I recommended you use AXEL I myself use this one. after install it you can use this like below in terminal

axel -n 100 -s 5242880 "your download link"

the -n 100 show the number of your connection to the server

and the -s 5242880 use for limiting the speed,-s 5242880 in above example will try to keep the average speed around 5242880 (5120 Kilobyte per/sec).

share|improve this answer
2  
+1 for axel. I typically only use -n 10 (or raise it enough to saturate the pipe). – pkoch Dec 15 '12 at 20:32
Speed Download is good.. but the software do not support OSX Mountain Lion – risnandar Mar 6 at 13:37

Leech and Speed Download are well known, the former has 25 program launches without restriction as trial. Should be plenty for your use case.

share|improve this answer

Safari, OmniWeb, and iCab all have resumable downloads available in the Downloads window. Safari and OmniWeb are free, iCab is shareware.

share|improve this answer

You should check out iGetter once. Its not a freeware but it is good download manager. http://www.igetter.net

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.