Subject: Re: libssh2_channel_exec guidance

Re: libssh2_channel_exec guidance

From: Peter Stuge <peter_at_stuge.se>
Date: Wed, 4 May 2011 02:54:54 +0200

bayan wrote:
> ssh_channel = libssh2_channel_open_session(ssh_session);
> libssh2_channel_exec(m_ssh_channel, command);
..
> Everything is working all fine and dandy (oh ya, dandy!), up until I
> transfer X amount of (large?) data. The amount of data transferred is
> exactly the same every time, at which point it completely halts all
> transfer.
..
> Please let me know if there is anything else I can provide for more help!

For starters make X known.

It would also be very useful if you could enable tracing and provide
the output from that. (You may have to build a version of libssh2
that includes the debug messages.)

//Peter
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2011-05-04