Bugs item #2731272, was opened at 2009-04-04 14:43
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2731272&group_id=125852
Please note that this message will contain a full copy of the comment th
Hi All,
I am using sftp client which is getting hanged sometime at recv function.
Probably it is waiting for some control/data message from SSHD server.
Please let me know If any of u experienced the same/similar problem and
found the solution for that.
I wanted to know in what scenarios SSHD serv
> I am using sftp client which is getting hanged sometime at
> recv function.
> Probably it is waiting for some control/data message from
> SSHD server.
> Please let me know If any of u experienced the same/similar
> problem and found the solution for that.
> I wanted to know in what scenario
Bugs item #2800519, was opened at 2009-06-03 15:55
Message generated for change (Comment added) made by bagder
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=703942&aid=2800519&group_id=125852
Please note that this message will contain a full copy of the comment th
On Mon, 8 Jun 2009, Kiran Kottani wrote:
> I am using sftp client which is getting hanged sometime at recv function.
Is this libssh2 1.1 or later?
> Probably it is waiting for some control/data message from SSHD server.
It should never block in recv() no matter what it would wait for...
--
I am using the version libssh2-0.14..
In the function libssh2_blocking_read() bloking is enabled..
Its a bit older version, currently i am looking for a patch to fix this
bug...
Upgrading to latest version will be my last option..
Regards
Kiran
__
2009/6/8 Kiran Kottani :
>
> I am using the version libssh2-0.14..
> In the function libssh2_blocking_read() bloking is enabled..
> Its a bit older version, currently i am looking for a patch to fix this
> bug...
This version is prehistoric and there simply aren't going to be any
patches for it.
2009/6/6 Daniel Stenberg :
> Peter, you were playing with trac install for libssh2 to take care of bug
> reports, how's the status there? Something we should/could switch to?
>
> We were also discussing moving the mailing list(s) to something that doesn't
> pollute each outgoing mail with 5 lines o
On Mon, 8 Jun 2009, Kiran Kottani wrote:
> I am using the version libssh2-0.14.. In the function
> libssh2_blocking_read() bloking is enabled.. Its a bit older version,
> currently i am looking for a patch to fix this bug...
>
> Upgrading to latest version will be my last option..
Why? 1.1 shou
This fixes hostname parsing when only one part is given in the host
portion:
diff --git a/src/knownhost.c b/src/knownhost.c
index 7e608b7..f2cdf56 100644
--- a/src/knownhost.c
+++ b/src/knownhost.c
@@ -394,6 +394,7 @@ static int hostline(LIBSSH2_KNOWNHOSTS *hosts,
const char *
Hi,
I call libssh2_channel_exec with the 'date' command and a subsequent
call
to libssh2_channel_read returns the output of the 'date' command as
expected.
However if I add a sftp session prior to the libssh2_channel_exec with
the 'date' command then the
libssh2_channel_read returns no d
11 matches
Mail list logo