Evert Meulie
2005-11-03 10:11:52 UTC
Hi all!
Since I couldn't find this in the FAQ, I'm hoping someone here ca help me:
I'm using wget to mirror (part of) a site. This site contains a couple of directories which do not have a index.html in them, just a bunch of various files. When wget hits this dir, it creates:
index.html
index.html?C=M;O=A
index.html?C=M;O=D
index.html?C=N;O=A
index.html?C=N;O=D
index.html?C=S;O=A
index.html?C=S;O=D
How do I prefer wget from doing so? I'm currently using the following:
wget -np -nH --cut-dirs=3 --mirror http://some.domain.com/folder/folder/folder/folder
Regards,
Evert
Since I couldn't find this in the FAQ, I'm hoping someone here ca help me:
I'm using wget to mirror (part of) a site. This site contains a couple of directories which do not have a index.html in them, just a bunch of various files. When wget hits this dir, it creates:
index.html
index.html?C=M;O=A
index.html?C=M;O=D
index.html?C=N;O=A
index.html?C=N;O=D
index.html?C=S;O=A
index.html?C=S;O=D
How do I prefer wget from doing so? I'm currently using the following:
wget -np -nH --cut-dirs=3 --mirror http://some.domain.com/folder/folder/folder/folder
Regards,
Evert