On Tue, 18 Jan 2011, zl liu wrote:
in the function sftp_write() have the code:
/* we limit this to just send a single SSH packet at a time */
if(count > 32500)
count = 32500;
So i think the buffer is big enough.
That's what libssh2 used to do. If you look in the current code you'll see
that the sftp_write() has been rewritten and works quite differently now.
--
/ daniel.haxx.se
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel