[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is it possible to mix stdout and stderr of channel?
[Thread Prev] | [Thread Next]
- Subject: Re: Is it possible to mix stdout and stderr of channel?
- From: Aris Adamantiadis <aris@xxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 18 Nov 2016 16:49:30 +0100
- To: libssh@xxxxxxxxxx
Hi, I don't exactly understand what you want. The current (synchronous) way to do that is to read/poll on both stdout and stderr. The asynchronous (callback) way would be to ignore the "is_stdout" parameter. Beware that mixing both stdout and stderr may cause some interleaved output. Aris On 17/11/16 20:01, Eugene Chekanskiy wrote: > Hello, everyone. > > Is it possible to mix stdout and stderr of channel? > > Thanks, Eugene.
Is it possible to mix stdout and stderr of channel? | Eugene Chekanskiy <echekanskiy@xxxxxxxxx> |