| > I have come accross a problem with the latest
> version of HTTrack, 3.41-beta2. This problem is
> that new.txt reports that a file was downloaded and
> stored at a specific location. However, when trying
> to pull that file from the location specified the
> file is not found. Here is an instance where this
> occurs in a new.txt file:
> 23:44:14 7988/7988 ---M-- 200 added
> ('OK') text/html
Huummm, weird. This final line is being generated at the end of
back_finalize(), where the file should have beed uncompressed and written to
disk.
Does this problem occurs all the time, or randomly on some files ?
The biggest difference with the latest -beta, are the temporary files being
generated to spare memory. But this shouldn't affect the finalize() process.
| |