| Hello all.
I need to schedule site download at night time and I need to STOP all
downloads at 6:00. When using wget in conjunction with Windows Task Scheduler,
I got some awful results, because, as I understand, Scheduler simply kills
launched process at requested time, and in case with wget, all images and some
links from pages were pointing to wrong places.
How this issue is handled by HTTrack? does it fix-up page links and everything
immediately on download or waits until whole content is downloaded? how can I
correctly close HTTrack from scheduler?thanks | |