| > I have page www.foo.com and it contains links to the
> downloads which are password protected on members.foo.com
> Anyone know how can I get httrack to scan
> www.foo.com/index.html and follow the links to
> members.foo.com/downloads.zip?
Set Options / Scan rules: add the following rule:
+members.foo.com/*
If the members.foo.com area is pasword protected, and is
the password is not included in the links at www.foo.com,
you have to put at least one password-enabled link among
with the other(s) starting URL(s):
<http://smith:foopassword@members.foo.com/any.zip>
<http://www.foo.com/index.html>
| |