| > Is there a way to create a batch file which grabs the
> content of my local server (i.e
> <http://localhost/stats/php>) and puts the static content
in
> a designated folder h:/stats. The content holds roughly
> 2000 links and bandwidth is no issue as its on my own
> server.
Err, something like this should do the trick:
httrack <http://localhost/stats/php> "-
*" "+localhost/stats/*" --path "h:/stats,h:/logs" --quiet
| |