| > How can I know if httrack existed due to a timeout?> What unique thing can a
python script catch to
> validate this?>
> The only thing I found was in hts-log.txt "More than
> 20 seconds passed.. giving up" but I noticed this
> can happen in other occurrences as well.
In the options is a retry count, so even if one connection times out, it will
retry. So the answer is, there's no easy way to tell. | |