| Hi
I have a serious problem: I want to create a hash sum of every single
downloaded file right after downloading it. So I use the -V option like -V
openssl dgst -sha1 '\$0' >> /mypath/sha1.log. But a some files have the wrong
sha1-sum in the log file when I compare it with the real sum on the disk. Also
a lot have the sha1-sum for an empty file. To verify it, I did also a ls -l of
the downloaded file (-V ls -l '\$0'; openssl dgst -sha1 '\$0' >>
/mypath/sha1.log) and indeed the files had the size of 0. But when the
download is finished, the files have some content.
I have this bug with versions 3.33-02, 3.33 (Debian Package) and 3.32.03. On
antoher machine I have httrack 3.30 and there I have no problem. By the way,
it seems that 3.32-03 gives better result than the one from the 3.33-serie.
Can anyone verfy this behaviour? Is there somewhere a 3.30-Version, I don't
have the source code anymore and want to verfy this behaviour on other
machines.
Thank you
Fuerst | |