| Hey Dave,
I found a "workaround". This seems to be a bug in the GUI version of HTTrack.
However, the command line works fine!
Of course, it's much easier to do all the settings in GUI and I'd advise you
to do that.
Just run the copier as you normally do except you can cancel it as soon as you
can. Then, look at the logs. Look at the 2nd line where it says winhttrack
<options>.
Then, run your command prompt and replace winhttrack with httrack.
For example:
winhttrack <http://www.all.net/> -O "/tmp/www.all.net" "+*.all.net/*" -v
to
httrack <http://www.all.net/> -O "/tmp/www.all.net" "+*.all.net/*" -v
NOTE: This instruction is for Windows only.
Hope this helped. | |