Hi,
I think i have found another problem (bug?) with wget 1.7:
The URL in the original file "index.html.orig":
<IMG SRC="/vrwave/vrwave.gif" width=276 height=114 alt="VRwave logo">
was modified to the form:
<IMG SRC="http://www.iicm.edu/vrwave.gif" width=276 height=114 a....
Because the file "vrwave.gif" was downloaded into the directory
www.iicm.edu/vrwave/vrwave.gif
the thing goes wrong in two ways: the link was not relative and the link
does not point to the correct directory.
I think the reason could be the "<BASE HREF.." line in the file
"index.html". Is it so?
Nevertheless "base href"-lines must always be deleted to make the whole
downloaded stuff work correctly. I hope, wget solves this problem in the
future.
The wget-command I have used:
wget -k -m -b -np -o ii1.log --follow-ftp http://www.iicm.edu/vrwave/
I put the whole stuff in the zip-file jm2.zip (not the "ftp"-files).
J�rg Mattik
[EMAIL PROTECTED]
jm2.zip