| > I noticed that when Httrack download sites with multiple
> folders - it seems to always download around 1/3 of one
> folder, then goes on to the next folder
> Thats all fine, after all it succeeds in downloading what
i
> want. But in some cases i would like it to finish ONE
folder
> at a time. Is that possible?
No - in fact httrack downloads files in "heap order, first
link fetched first (FIFO)" - it means that the "level 1"
(links 1 click far from the start) is fetched before "level
2" (links 2 click far from the start), and before "level
3", and so on.. therefore, the "filesystem order" might be
really different.
| |