Hi
I'm trying to save every page (including those with url parameters)
to MD5 file name.
httrack\httrack.exe <http://localhost/a.html?1> -N %M -K -O myfolder/ -v
httrack\httrack.exe <http://localhost/a.html?2> -N %M -K -O myfolder/ -v
httrack\httrack.exe <http://localhost/a.html?3> -N %M -K -O myfolder/ -v
It seems that httrack correctly generates temporary file with
MD5 of each. But after next execution it overrides previous file
with new one.
How to keep all files?(Why it is overriding?)
|