Re: downloading files > 2GB

2005-02-02 Thread Leonid
Ulf, Small clarification: for Unixes the large file support is available for a long time at http://software.lpetrov.net/wget-LFS/ Alternatively, LFS version of wget is known as FC-3 wget-1.9.1-17 For other systems people are working on. I hope... Leonid (just another user)

missing leading '/' in path of saved cookies

2005-02-02 Thread Hsiu-Khuern Tang
The cookies file saved by wget seem to be of the wrong format. More specifically, the PATH field does not have a leading slash ('/'). For example, if I invoke wget as wget -d --save-cookies cookies.txt 'http://localhost/~user/index.php?m=1 where index.php just saves the cookie with name 'm', th

RE: wget: question about tag

2005-02-02 Thread Tony Lewis
Normand Savard wrote: > I have a question about wget. Is is possible to download other attribute > value other than the harcoded ones? No, at least not in the existing versions of wget. I have not heard that anyone is working on such an enhancement.

Re: Bug: really large files cause problems with status text

2005-02-02 Thread Ulf Härnhammar
Quoting Alan Robinson <[EMAIL PROTECTED]>: > When downloading a 4.2 gig file (such as from > ftp://movies06.archive.org/2/movies/abe_lincoln_of_the_4th_ave/abe_lincoln_o > f_the_4th_ave.mpeg ) cause the status text (i.e. > 100%[+===>] 38,641,328 213.92K/sETA >

Bug: really large files cause problems with status text

2005-02-02 Thread Alan Robinson
When downloading a 4.2 gig file (such as from ftp://movies06.archive.org/2/movies/abe_lincoln_of_the_4th_ave/abe_lincoln_o f_the_4th_ave.mpeg ) cause the status text (i.e. 100%[+===>] 38,641,328 213.92K/sETA 00:00) to print invalid things (in this case, that 10

wget: question about tag

2005-02-02 Thread Normand Savard
Hi, I have a question about wget. Is is possible to download other attribute value other than the harcoded ones? For example I have the following html code: ... ... I want to retrieve the image under "param name=IMG_URL". Thanks. Norm

Wget bug

2005-02-02 Thread Vitor Almeida
OS = Solaris 8 Platform = Sparc   Test command = /usr/local/bin/wget -r -t0 -m ftp://root:[EMAIL PROTECTED]/usr/openv/var The directory will count to some sub-direcotry's  and files to synchronize.   Example :   # ls -la /usr/openv/total 68462drwxr-xr-x  14 root bin  512 set 

Re: Large file problem

2005-02-02 Thread Rainer Zocholl
On Wed, Feb 02, 2005 at 11:13:09AM +0100, Rainer Zocholl wrote: > > 1) Wget fails on "resume" > 2) Wget terminates with an "assertion" >(BTW: squid has problems too) > > "Assertion failed: bytes >= 0, file retr.c, line 292" Meanwhile i found the FAQ (with manually seraching the mailing list!

Re: Large file problem

2005-02-02 Thread Ulf Härnhammar
Quoting Rainer Zocholl <[EMAIL PROTECTED]>: > But today i have to report the first problem: > the attempt to download a 3.3GB file (Suse Linux Image) > failed in several ways: > wget seems to get an integer wrap arround > see "-931,424,256" as size... It is a Frequently Asked Question, with the

Large file problem

2005-02-02 Thread Rainer Zocholl
Hello thanks a lot for the great, extremly usefull tool "wget"! But today i have to report the first problem: the attempt to download a 3.3GB file (Suse Linux Image) failed in several ways: 1) Wget fails on "resume" 2) Wget terminates with an "assertion" (BTW: squid has problems too) "Ass