On 19 Dec 2001 at 15:23, Hrvoje Niksic wrote: > "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 > > correctly downloads a.html only once. > > This is informative; thanks. Does this patch fix the problem:
Yes, that works (I tested it both with ~ and %7E on the command- line). I had started to try and fix the problem in a different way by passing the command-line URLs through reencode_string(), but that meant changing three files. Your patch arrived just as I was about to compile it, so you saved me the trouble, thanks.
