Hi All,I am new to libssh2.I am using the example program SmallSimpleSSH.c to 
simulate a SSH client terminal to execute several commands. Please find the 
attached code.Normally program is working fine. But when output of the remotely 
executed program is very big then the client is not able to read all the data. 
Seems server is sending the partial data and then the command prompt. But if I 
connect the same server using PUTTY and execute the same command then PUTTY 
terminal is showing "more" at the end of terminal and wait for my 
"return" key press.My objective is to read all the output of the 
command without blocking on "more" ( means "return" key 
press). How can I achieve this ? Please help.ThanksSubrata

Attachment: SmallSimpleSSH_2.c
Description: Binary data

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

Reply via email to