| > I'm looking to use the command-line interface so I can
> embed it with Cold Fusion. All I need to do is grab just
> one website (with *no* links or graphics - just the
HTML).
httrack www.foo.com/bar.html "-*"
> I also need to adjust the Browser ID so that it appears
to
> be MSIE/Netscape which I read is possible.
Option F, as in:
-F "Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)"
or
-F "Mozilla/4.78 [en] (Windows NT 5.0; U)"
| |