I want to connect to a remote a server using netcat (or something similar), send a string which I want to echo from command-line, and then want to keep connection open. I tried different variation of piping echo or cat to netcat, but none worked. How can I achieve the same on Ubuntu 16.04, 64 bit?
-
".... and then I want to keep the connection open". In order to do what? Why?Mark Setchell– Mark Setchell2018-05-17 06:34:02 +00:00Commented May 17, 2018 at 6:34
Add a comment
|