Piotr Sipika wrote:
> I'm trying to execute a command on the remote host which uses
> stdin/stdout as its input/output sources.

Okey - but this doesn't really have anything to do with tunneling?


> Currently, after calling libssh2_channel_exec(), I am only able to
> read the output (stdout) of the command from the channel. Is there
> a way for me to also write to the channel (to the command's stdin),
> having issued the libssh2_channel_exec() call?

What happens when you call libssh2_channel_write() ?


//Peter

Attachment: pgpDMgVBCvxWh.pgp
Description: PGP signature

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to