| > thanks for the feedback on our previous question; we
> experimented with the settings and are able to retrieve
the
> multimedia content as specified with options/filters.
> however, we still fail to grab the complete homepage in
the
> case of frames. presumably, we would have to set the
> mirroring level to 2. excluding .html, we are only
grabbing
> the frameset document but not the content of the homepage
> as referenced in the frameset. including .html, we end up
Don't use the depth option if possible ; filters are
generally more powerful
Example:
-* +www.yoursite.com/frames/*
+www.yoursite.com/anothersubdir/* +*.gif +*.jpg +*.png
+*.css +*.js
> what we would really try to capture for our research,
> though, is the complete data stream from entering the URL
> until the transfer is finished (assuming no user
> interaction).
> is that possible with httrack?
The complete site, without any other external (off-site)
files?-* +www.yoursite.com/*
| |