| > > What am I doing wrong?>
> The depth option is prioritary. You should avoid its use ;
> filters are generally much powerful ; such as
> -* +www.example.com/foo/* +*.gif +*.jpg +*.png +*.css +*.js
>
Hello Xavier:
Thank you for your reply.
I tryed the following command line:
httrack -r2 www.all.net/bob -* +www.all.net/bob/*
+www.all.net/images/* +*.html +*.gif +*.pl
Result:
httrack mirrored
www.all.net/bob/index.html
www.all.net/bob/deeper/index.html
www.all.net/images/button.gif
and not
www.all.net/pub-cgi/show.pl
which is good
but also
www.all.net/paul/index.html
www.foo.net/bar.html
which are also referenced in www.all.net/bob/index.html
but unwanted.
(I have to use -r2. If not I am getting to many files.)
Now I am confused. How can I predict that?
Regards,
Dirk
| |