Re: Wget 1.8.1-pre2 Problem with -i, -r and -l

2001-12-19 Thread Ian Abbott
On 18 Dec 2001 at 23:13, Hrvoje Niksic wrote: Ian Abbott [EMAIL PROTECTED] writes: If I have a website http://somesite/ with three files on it: index.html, a.html and b.html, such that index.html links only to a.html and a.html links only to b.html then the following command will

Re: Wget 1.8.1-pre2 Problem with -i, -r and -l

2001-12-19 Thread Hrvoje Niksic
Ian Abbott [EMAIL PROTECTED] writes: what I actually used was more like the following: wget -r -l 1 http://somesite/~user/index.html \ http://somesite/~user/a.html which resulted in a.html being downloaded twice. If I replace the ~'s on the command-line with %7E's then it

Wget 1.8.1-pre2 Problem with -i, -r and -l

2001-12-18 Thread Ian Abbott
I don't have time to look at this problem today, but I thought I'd mention it now to defer the 1.8.1 release. If I have a website http://somesite/ with three files on it: index.html, a.html and b.html, such that index.html links only to a.html and a.html links only to b.html then the following

Re: Wget 1.8.1-pre2 Problem with -i, -r and -l

2001-12-18 Thread Hrvoje Niksic
Ian Abbott [EMAIL PROTECTED] writes: If I have a website http://somesite/ with three files on it: index.html, a.html and b.html, such that index.html links only to a.html and a.html links only to b.html then the following command will retrieve all three files: wget -r -l 1

Re: Wget 1.8.1-pre2 Problem with -i, -r and -l

2001-12-18 Thread Hrvoje Niksic
Hrvoje Niksic [EMAIL PROTECTED] writes: For me, this patch fixes the bug in both cases: And introduces a new one. This patch is required on top of the previous one. Or simply upgrade to the latest CVS. 2001-12-18 Hrvoje Niksic [EMAIL PROTECTED] * recur.c (retrieve_tree): Make a