I used libssh2 0.17 version both with the latest patch in CVS you provided
for the SCP case of hanging, and without this patch(pure 0.17 version). And
probably i misused the "window size" expression here. I simply passed a read
buffer of 32 and 16 Kb to the libssh2_sftp_read, ready to be filled.
On Wed, 26 Sep 2007, Antonio wrote:
> I used libssh2 0.17 version both with the latest patch in CVS you provided
> for the SCP case of hanging, and without this patch(pure 0.17 version).
Please try the latest CVS too, just to be sure we haven't fixed this already.
> And probably i misused the "
Hi.
Ok, downloading all the CVS repository did the trick for the first problem,
so I was able to get files with a 32 Kb buffer.
Just one comment. I see from previous threads that using a variable windows
size could cause problems in some SSH servers. Someone knows if there are
problems with the bu
On Sep 25, 2007, at 1:24 PM, [EMAIL PROTECTED] wrote:
> Hi all,
>
> i'm facing two kind of problems that possibly are connected
> together in some way. These are basically related to a SFTP
> download using non blocking sockets (the file was about 2 Mega).
> What i noticed is that:
>
> 1) If
Hi! For some reason, the CVS statistics had stopped working and I
didn't notice. Now, for us who like this kind of thing, I made it work
again. It should run daily from now on.
http://statcvs.josefsson.org/libssh2/
/Simon
---