| > The problem is the httrack wants to parse all these
> directories before it explores them for files I want.
> This is a problem because there are 8000+ directories.
> Is it possible to tell httrack "hey, when you find a
> directory under www.domain.com/photos/, explore that
> directory ENTIRELY before moving on to the next"?
Err, no - because the engine always scans "by link layer" (that is, layer N
before layer N+1), and there is no way to "re-sort" the heap structure.
| |