On Wed, 20 Jul 2011, Mark Roden wrote:

Should I be doing things like CRC checking, or does that happen automatically?

It is made on the TCP layer and in the SSH layer already.

Is there any chance that libssh2 could be responsible for this issue?

Sure, if there's a bug in libssh2.

Is there a verbose checking mode, or is checking for transfer success automatically done?

The checking done by libssh2 is done all the time in every single SSH packet it receives. See src/transport.c and the mac/hash use.

--

 / daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to