> I agree with your criticism, if not with your tone. We are working on > improving Wget, and I believe that the problems you have seen will be > fixed in the versions to come. (I plan to look into some of them for > the 1.11 release.)
OK. Thanks. Good to hear that. Looking forward impatiently for the new version. :) > That problem has been corrected, and it can be worked around by not > using -P. Yes, indeed. Thanks. In order to download all that website: http://znik.wbc.lublin.pl/ChemFan/ which, unfortunately, partly is also under this address: http://lists.man.lodz.pl/pipermail/chemfan/ I had to manually modify content of that web page: http://znik.wbc.lublin.pl/ChemFan/Archiwum/index.html (which contains the above link) and use the "tricks" to make a mirror of it all: ======== cd $HOME/web/chemfan.pl wget -m -nv -k -K -E -nH --cut-dirs=1 -np -t 1000 -D wbc.lublin.pl -o $HOME/logiwget/logchemfan.pl -p http://znik.wbc.lublin.pl/ChemFan/ && \ cd $HOME/web/chemfan.pl/arch && \ wget -m -nv -k -K -E -nH -np --cut-dirs=2 -t 1000 -D lists.man.lodz.pl -- follow-ftp -o $HOME/logiwget/logchemfanarchive.pl -p http://lists.man.lodz.pl/pipermail/chemfan/ && \ cp $HOME/web/domirrora/Archiwum/index.html $HOME/web/chemfan.pl/Archiwum/index.html ========== If you know how to make it simpler let me know. Do you think that && is really necessary here? Of course for other sites other "recipes" might need to be developed in order to mirror them correctly, so unfortunately it is not universal at all. And unfortunately not everything went fine, yet, when using the above "script". On the page http://lists.man.lodz.pl/pipermail/chemfan/ is a link: ftp://ftp.man.lodz.pl/pub/doc/LISTY-DYSKUSYJNE/CHEMFAN and it seems that also to mirror this I'll have to run yet another wget session, and then manually modify and copy the page: http://chemfan.pl.feedle.com/arch/index.html a.
