Archive Index
This month's Index
|
Subject: Re: Cannot set up sftp connection?
Re: Cannot set up sftp connection?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 4 Jul 2009 22:33:35 +0200 (CEST)
On Sat, 4 Jul 2009, Steven Van Ingelgem wrote:
> 1) use the EAGAIN return value combined with the wait_socket as written in 1
I doubt that's the real problem. When libssh2 is told to use blocking, it does
> 2) do a while( == EAGAIN) loop without anything in there: result: +- 45s,
Yeah, that's a senseless way to do it.
> Blocking mode doesn't work at all (Mac OS X) at my side... Even the example
Yes, you said that already so it's already a known problem.
However, due to what I said above about how blocking is implemented vs
-- / daniel.haxx.se _______________________________________________ libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-develReceived on 2009-07-04 |