netcat

Send String over netcat connection

Send String over netcat connection Question: I have two virtual machines open, one is listening on the connection, the other connects with nc <ip> <port> from a python subprocess call. I want to send just 1 line of text over the connection then close it. I know how to send a file cat cat <file> …

Total answers: 4