Archive Index
This month's Index
|
Subject: Re: libssh2_sftp_read reads a number of bytes smaller than both the file size and the specified buffer size
Re: libssh2_sftp_read reads a number of bytes smaller than both the file size and the specified buffer size
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 4 Apr 2012 23:04:27 +0200 (CEST)
On Wed, 4 Apr 2012, Adam Craig wrote:
> Thank you. That resolves my original question. I suppose most users of the
The API is designed and intended to make _no_ users have to care about it.
> In my case, speed is a factor
I suspect most users want it to run as fast as possible!
> I wanted to see how downloading in larger chunks would affect performance.
You need the complete picture of what is going on to be able to draw such
Since SFTP packets need to be individually acked, and libssh2 won't consider
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2012-04-04 |