-
Hello, I am following the examples and am confused as to how to get the contents of standard error from a remotely executed command. I suspected Thanks ! |
Beta Was this translation helpful? Give feedback.
Answered by
Eugeny
Mar 4, 2024
Replies: 1 comment 1 reply
-
You're on the right track - stderr data will arrive as As an example, you can add this to the event loop in the
and it will work:
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
spoutn1k
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're on the right track - stderr data will arrive as
ExtendedData
withext=1
.As an example, you can add this to the event loop in the
client_exec_simple
example:and it will work: