Archive Index
This month's Index
|
Subject: About libssh2_channel_read
About libssh2_channel_read
From: sebastien isquierdo <quiseb_at_yahoo.fr>
Date: Tue, 9 Mar 2010 11:29:44 +0000 (GMT)
Hello,
I got an application which listen on a port and use libssh2 to connect to a SSH Server and make port forwarding to MySQL.
It works fine with 1 connection.
Actually, i do this :
I make a new thread for reading on every channel.
My problem is libssh2_channel_read returns informations only from on the last created channel and nothing from the others.
Thanks for any advice.
Sébastien.
|