>> > What about a comparison with openssh's sftp next to our
>> > sftp_nonblocking?
>>
>> OpenSSH sftp: 0:01.06, 0:01.04, 0:01.01
>>
>> libssh2 sftp_nonblock (libssh2 packet size:4K, sftp_nonblock
>> read 64K "static"): 0:01.60, 0:01.60, 0:01.58
>>
>> That looks close enough to be called th
On Jun 18, 2007, at 8:11 AM, Simon Josefsson wrote:
> Daniel Stenberg writes:
>
>> On Thu, 22 Mar 2007, Simon Josefsson wrote:
>>
>>> I think we should do a release.
I no longer have any know issues that would hold up the release.
Jim
--
/"\ ASCII Ribbon Campaign .
\ / - NO HTML/RTF in e-m
On Jun 19, 2007, at 10:09 AM, Daniel Stenberg wrote:
> On Tue, 19 Jun 2007, James Housley wrote:
>
>> Some quick test with the sftp and sftp_nonblocking programs in
>> example/simple shows that the amount of data requested in the call
>> to libssh2_sftp_read() is much more important the the SS
On Tue, 19 Jun 2007, James Housley wrote:
> Some quick test with the sftp and sftp_nonblocking programs in
> example/simple shows that the amount of data requested in the call to
> libssh2_sftp_read() is much more important the the SSH packet size.
What about a comparison with openssh's sftp ne
Some quick test with the sftp and sftp_nonblocking programs in
example/simple shows that the amount of data requested in the call to
libssh2_sftp_read() is much more important the the SSH packet size.
All test were between two computers on the same network connected by
100MBs switch and t
Hi,
I would like to ask if a client (using libssh2) can authenticate SSH
server and verify the server host's identity that connect to him ?
OpenSSH can do this authentification by checking the server host's
identity in the "known_hosts" file.
Please tell me if you have any idea.
T