Y
Hacker News
new
|
ask
|
show
|
jobs
by
apenwarr
1462 days ago
Alas, the real “telnet” protocol has considerably more fanciness than nc. It’s just that the telnet cli command degrades into a simple line-oriented mode if it doesn’t see the telnetd init sequence.
2 comments
runjake
1462 days ago
True, but it handles 99% of the use cases of the people who lament the demise of telnet in macOS. :-)
For the rest: brew install telnet
link
Brian_K_White
1462 days ago
macports please
link
runjake
1462 days ago
Here you go:
sudo port install inetutils
link
Brian_K_White
1462 days ago
Better. Thank you :)
link
jackthetab
1462 days ago
I read that in Chris Rock's voice. :-)
link
ithkuil
1462 days ago
For example window size negotiation
link
For the rest: brew install telnet