Archive Index
This month's Index
|
Subject: Re: Command execution end
Re: Command execution end
From: Peter Stuge <peter_at_stuge.se>
Date: Tue, 4 Aug 2009 17:01:39 +0200
vti wrote:
So a few emails could have been saved if you had mentioned that. What
Could you provide a minimal program demonstrating the problem?
> while (libssh2_channel_close(channel) == LIBSSH2_ERROR_EAGAIN);
Ok. Do you know if at least _close() returns quickly?
> From the manual page:
Yes, that's an error in the man page.
What happens on the server side? strace? sshd -ddd?
And of course, try to enable libssh2 debugging.
//Peter
|