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