Subject: Re: libssh2-1.2.8-20110111 issue

Re: libssh2-1.2.8-20110111 issue

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 18 Jan 2011 08:30:32 +0100 (CET)

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
Received on 2011-01-18