It seems that the -k option of wget doesn't work very well.

Suppose you are mirroring from a web site an wget is processing the following link in 
"index.htm":
"http://www.site.org/flick%20and%20flock/foo.htm";.

At the end of  the mirroring I'll have:
1) a local file "index.htm" containing the link 
"www.site.org/flick%20and%20flock/foo.htm";
2) a local directory named "www.site.org/flick%20and%20flock".

The trouble comes when I load "index.htm" with my browser an try to access foo.htm 
clicking on the 
link "www.site.org/flick%20and%20flock/foo.htm";
my browser tryes to access the "www.site.org/flick and flock" directory (note the 
missing %20)
while the directory name still contain the "%20" escape sequence.

Bye.

Claudio.


Reply via email to