So I was dowloading the site with:
httrack -%i <Link> -A100000 -n -%s -%u -F firefox -%I -p7 -%k -s2
and I got:
PANIC! : Too many URLs : >99995 [2870]c145.jpg (23803 bytes) - OK
Done.
Thanks for using HTTrack!
So I want to CONTINUE download with a modified command:
httrack -%i <Link> -#L1000000 -A100000 -n -%s -%u -F firefox -%I -p7 -%k
-s2
How do I do this? |