double wrote:

> Sorry for writing to "devel", but I think there is no libssh2-user list, 
> is it?
> 
> If I exec a remote process (e.g. "ls -l") via the "libssh2_channel_exec" 
> macro,
> is there any chance to get the exit code?

You may need

     libssh2_channel_get_exit_status(channel);

Heiner


------------------------------------------------------------------------------
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to