| > I've been using httrack (mostly the command line
> version under Linux) for quite some time now, and
just
> upgraded from 3.03 to 3.15.
>
> What I can't seem to do any more is tell httrack to
not
> modify *anything* (in the html files) it downloads.
> With 3.03, something like --mirror -K -%F '' would do
> it, with the latest version, it doesn't. Using -K0
> instead of -K doesn't work either.
-K4 -%F ""
should do the trick!
you can also use -%p:
%p preserve html files 'as is' (identical to '-K4 -%
F ""') (--preserve)
| |