| Hi.
I'm working on a large in which I've been given a task of collecting a lot of
images.
So I've set httrack for the job, and configured it to download images (jpg,
gif, pnm etc...).
It's a large project, so I run it (httrack --continue) on terminals (actually
the TTYs) just in case the GUI crashes. At times I have to shut down the PC,
so I interrupt the download by ^C. Overtime there's a build up of 24,000 *.tmp
files out of which 10,000 are *.jpg.tmp -
find -iname '*.tmp' | wc --lines
24928
I tried to 'abort' from the web interface, but these pending downloads do not
get completed. Is there anyway they can be completed?
Thanks! | |