Or there's always aria2 which can do multiple downloads from multiple mirrors (AND torrents!):
with file called URLS containing: http://www.simonserver.org/kubunut804.iso http://www.reinierserver.org/kubunut804.iso http://www.lugmirror.org/kubunut804.iso aria2c -j 3 -i URLS Nice... If you use -j 6, then (theoretically), it'll open 2 connections per server in the URLS file. 2008/4/25 Reinier Battenberg <[EMAIL PROTECTED]>: > > wget can do the same thing (it can also download whole websites) > > wget --tries=0 http://www.simonserver.org/kubunut804.iso > > when exactly were we going to launch this Ugandan Bittorrent tracker? > > > > > > On Friday 25 April 2008 13:16:30 Simon Sekidde wrote: > > An alternative solution is to use curl and not worry about the timeouts. > > > > curl -C - -o [filename] [very-long-url] > > > > e.g. > > curl -C - -o ubuntu-8.04-server-i386.iso > > http://ubuntu.cs.utah.edu/releases/8.04/ubuntu-8.04-server-i386.iso > > > > > > > > On Fri, Apr 25, 2008 at 2:18 AM, Simon Vass <[EMAIL PROTECTED]> wrote: > > > Aye. Will do. > > > > > > Simon > > > > > > > > > McTim wrote: > > > > > > > On Fri, Apr 25, 2008 at 10:39 AM, Reinier Battenberg > > > > <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > Simons download is almost in. > > > > > > > > > > > > > > > > > > are you going to put a copy online for local dload? > > > > > > > > > > > > > > > > > > > > > -- > > > This message has been scanned for viruses and > > > dangerous content by MailScanner, and is > > > believed to be clean. > > > > > > _______________________________________________ > > > > > > LUG mailing list > > > [email protected] > > > http://kym.net/mailman/listinfo/lug > > > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > > > > > The above comments and data are owned by whoever posted them (including > > > attachments if any). The List's Host is not responsible for them in any > way. > > > --------------------------------------- > > > > > > > > > > > > > > -- > > Simon Sekidde > > gpg: 98A6 8D22 578C FFCE F6F8 FC80 94D4 2451 1E8B 049D > > _______________________________________________ > > LUG mailing list > > [email protected] > > http://kym.net/mailman/listinfo/lug > > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > > --------------------------------------- > > > > > > > > > -- > rgds, > > Reinier Battenberg > Director > Mountbatten Ltd. > +256 782 801 749 > www.mountbatten.net > _______________________________________________ > > > LUG mailing list > [email protected] > http://kym.net/mailman/listinfo/lug > %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ > > The above comments and data are owned by whoever posted them (including > attachments if any). The List's Host is not responsible for them in any way. > --------------------------------------- > > -- "Happiness makes up in height what it lacks in length" -- Robert Frost _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug %LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
