by shubhi on Mon Jun 21, 2010 11:04 pm
I have two application 1st to read from pseudo terminal and 2nd to write on pseudo terminal both run on different machines. I want to transfer data on pseudo terminal from one machine to be transfered to another machine so that it could be read by the read application. i have tried the following command but it didnt worked: socat -d -d TCP4:192.168.8.33:22 PTY,echo=0 with write application on 1.