pywinrm icon indicating copy to clipboard operation
pywinrm copied to clipboard

Live stdout and stderr feed

Open mxmrlv opened this issue 10 years ago • 1 comments

First of all thanks on the great library, we use it constantly. However i feld that i could really use some live feed of stdout and stderr from the local machine; So I've added some really basic support for writing into streams. This enables to pipe the stdour and stderr into some stream (providied by the user). Note this is works only when the response isn't in xml format (as xml stream needs to be decoded).

Pull request submitted.

mxmrlv avatar Aug 16 '15 09:08 mxmrlv

We would also like this

cloneluke avatar May 02 '18 20:05 cloneluke