It is the first major occasion where Unix went in a completely wrong direction. The second one was the X server.
A Unix Utility You Should Know About: Netcat (2009)
21–30 of 39 posts
Re: A Unix Utility You Should Know About: Netcat (2009)
#22There is a better utility available for folks. Ncat - part of famous the Nmap (5) project. It has more features than netcat that people might find useful - like SCTP, SOCKS, etc.. You can find out more about it: http://nmap.org/ncat/
There's a better utility available than ncat. It's called socat. It has more features than ncat that people might find useful. http://www.dest-unreach.org/socat/doc/socat.html#EXAMPLES
Edit: somehow my phone managed to post this comment three times. I've deleted the others
Re: A Unix Utility You Should Know About: Netcat (2009)
#23There is a better utility available for folks. Ncat - part of famous the Nmap (5) project. It has more features than netcat that people might find useful - like SCTP, SOCKS, etc.. You can find out more about it: http://nmap.org/ncat/
There's a better utility available than ncat. It's called socat. It has more features than ncat that people might find useful. http://www.dest-unreach.org/socat/doc/socat.html#EXAMPLES
Re: A Unix Utility You Should Know About: Netcat (2009)
#24There is a better utility available for folks. Ncat - part of famous the Nmap (5) project. It has more features than netcat that people might find useful - like SCTP, SOCKS, etc.. You can find out more about it: http://nmap.org/ncat/
There's a better utility available than ncat. It's called socat. It has more features than ncat that people might find useful. http://www.dest-unreach.org/socat/doc/socat.html#EXAMPLES
Re: A Unix Utility You Should Know About: Netcat (2009)
#25All of these tools were not necessary if Networking were file based, like the /net FS in Plan9. It is the first major occasion where Unix went in a completely wrong direction. The second one was the X server.
Re: A Unix Utility You Should Know About: Netcat (2009)
#26Be aware that GNU netcat and BSD netcat are incompatible. Many a time have I attempted to cat a file from a Mac to a PC running Linux, only to have found that Nothing Happens (tm). I just recently realized that installing BSD netcat on Linux solves the problem. Not sure what the actual incompatibility is, just a heads up.
Re: A Unix Utility You Should Know About: Netcat (2009)
#27On a related note it's always annoyed me when people use "telnet" when they mean "make a TCP connection" as in "can you telnet to the port?"
When providing support, you have to be very precise when you ask someone to perform a check. The sentence "can you telnet to the port" is unambiguous. The sentence "can you make a TCP connection" leaves the choice of the tool unspecified. Depending of their background, some people may use ping (subject to different firewall rules), or a browser (subject to proxy configuration).
Re: A Unix Utility You Should Know About: Netcat (2009)
#28On a related note it's always annoyed me when people use "telnet" when they mean "make a TCP connection" as in "can you telnet to the port?"
Re: A Unix Utility You Should Know About: Netcat (2009)
#29There is a better utility available for folks. Ncat - part of famous the Nmap (5) project. It has more features than netcat that people might find useful - like SCTP, SOCKS, etc.. You can find out more about it: http://nmap.org/ncat/
There's a better utility available than ncat. It's called socat. It has more features than ncat that people might find useful. http://www.dest-unreach.org/socat/doc/socat.html#EXAMPLES
Re: A Unix Utility You Should Know About: Netcat (2009)
#30Earlier quoted context omitted.
When providing support, you have to be very precise when you ask someone to perform a check. The sentence "can you telnet to the port" is unambiguous. The sentence "can you make a TCP connection" leaves the choice of the tool unspecified. Depending of their background, some people may use ping (subject to different firewall rules), or a browser (subject to proxy configuration).
Ping doesn't make TCP connections!