| Hello:
I am using httrack version 3.23-noV6-nossl under Solaris.
This is the stucture of the side that I want to mirror:
www.all.net/bob/index.html
www.all.net/bob/deeper/index.html
www.all.net/images/button.gif
www.all.net/pub-cgi/show.pl
www.all.net/bob/index.html includes links to all other pages.
I want to mirror the side but not the files in pub-cgi.
1. command line:
httrack -r2 www.all.net/bob
Result: httrack is only mirroring the directories bob and bob/deeper
what is OK. But I also want images.
2. command line
httrack -r2 www.all.net/bob +www.all.net/images/*
Result: httrack is mirroring all including the directory pub-cgi
which I don't want.
3. command line
httrack -r2 www.all.net/bob -www.all.net/* +www.all.net/bob/*
+www.all.net/images/*
Result: httrack is not mirroring pub-cgi what is OK but also not
mirroring www.all.net/bob/deeper.
What am I doing wrong? I need help.
Thanks in advance.
Regards,
Dirk
| |