Hi all,

I have a question regarding error checking.  I'm using libssh2 with a
Qt wrapper to pull files from a remote directory.  Every once in a
while, the files (which are jpegls compressed) fail to uncompress.
We're trying to debug this problem, and I'm wondering if there are any
ways to check to see if a file failed to transfer properly.  Should I
be doing things like CRC checking, or does that happen automatically?
The library is not reporting a failure, and as far as I can see, no
error codes are set, or at least, the downloading code is all working
and continues to pull all files.  Out of a set of 65 files, maybe 1
will be corrupted like this, but it's only happening 1 in 500 or so
files.

Is there any chance that libssh2 could be responsible for this issue?
Is there a verbose checking mode, or is checking for transfer success
automatically done?

Thanks,
Mark
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to