I have a console application, listening the stdin for the input data and printing the output to stdout. Is it possible to redirect the TCP traffic from the remote client to stdin of the launched application? Is it possible with Windows 7 toolchain?
I have a console application, listening the stdin for the input data and printing
Share
You could use netcat for Windows to listen for tcp connections and pipe the data stream to stdin and/or stdout.