| > I am getting a problem in mirroring a website. It uses
CFM.
> When i mirror this website. Httrack somehow gets links
> which are password protected, i.e displayed only after
> login, not login for each page. Httrack copies these
pages
> too. but the problem is the server redirects httrack to
> index and hence all the files contain the same content,
> that is , the index page.
You need authentication: either in the form
<http://user:pass@URL>
or using the "capture URL" feature (--catchurl)
But note that authentication can fail is the scheme is too
complex (for example, challenged auth, or using multiple
cookies)
| |