Hi All, How do you download files larger than 3GB using wget?When i try to download a 3GB iso wget says: Length: -931,424,256 (unauthoritative) Thanks Regards ______________________________________________________________ http://www.webmail.co.za the South African FREE email service
On Friday 25 February 2005 23:14, it clown wrote:
Hi All,
How do you download files larger than 3GB using wget?When i try to download a 3GB iso wget says:
Length: -931,424,256 (unauthoritative)
I was able to download the 9.2 DVD using mc (Midnight Commander). Perhaps a good old fashioned ftp client (called 'ftp') does also work... ;) Cheers, Leen
How do you download files larger than 3GB using wget?When i try to download a 3GB iso wget says:
Call me dumb, but ftp has a 2G limit, wget, until the 1.5 varient has the same limitation. I went through hell trying to download the 9.2 DVD. The solution was to get the latest cvs wget and do an rpm rebuild to create an rpm for installation on the current system. Once done, download was a breeze. (I said call me dumb, so flames are welcomed)... -- David C. Rankin, J.D., P.E. RANKIN LAW FIRM, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 (936) 715-9333 (936) 715-9339 fax www.rankinlawfirm.com -- ----- Original Message ----- From: "Leendert Meyer" <leen.meyer@home.nl> To: <suse-linux-e@suse.com> Sent: Friday, February 25, 2005 4:42 PM Subject: Re: [SLE] wget downloading DVD
On Friday 25 February 2005 23:14, it clown wrote:
Hi All,
Length: -931,424,256 (unauthoritative)
I was able to download the 9.2 DVD using mc (Midnight Commander). Perhaps a good old fashioned ftp client (called 'ftp') does also work... ;)
Cheers,
Leen
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
On Sat, 26 Feb 2005 00:14:15 +0200, it clown <suse@mailbox.co.za> wrote:
Hi All,
How do you download files larger than 3GB using wget?When i try to download a 3GB iso wget says:
Length: -931,424,256 (unauthoritative)
Thanks Regards ______________________________________________________________ http://www.webmail.co.za the South African FREE email service
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
This is old bug. There is a patch, so if you insist to use wget, you'll need to recompile it by yourself. Goolge for it. Sunny -- Get Firefox http://www.spreadfirefox.com/?q=affiliates&id=10745&t=85
On Fri, 2005-02-25 at 17:14, it clown wrote:
Hi All,
How do you download files larger than 3GB using wget?When i try to download a 3GB iso wget says:
Length: -931,424,256 (unauthoritative)
ver=9.2 wget -t 0 -m -nH -c --cut-dirs=4 -R "*.src.rpm" ftp://ftp.mirror.ac.uk/sites/ftp.suse.com/pub/suse/i386/${ver}/* The second and third lines are actually one line. This is what I used to FTP the 9.2 DVD iso, which was at least 3 gig in size. Mike
On Sat, Feb 26, 2005 at 12:14:15AM +0200, it clown wrote:
Hi All,
How do you download files larger than 3GB using wget?When i try to download a 3GB iso wget says:
Length: -931,424,256 (unauthoritative)
wget has problems with large files > 2GB Please try curl. Ciao, Marcus
participants (6)
-
david rankin
-
it clown
-
Leendert Meyer
-
Marcus Meissner
-
Mike McMullin
-
Sunny