telnet

User interface to the TELNET protocol for remote terminal connections

brewmacoslinux
Try with needOr install directly
Source

About

User interface to the TELNET protocol

Commands

telnet

Examples

Connect to a remote host on default TELNET port 23$ telnet example.com
Connect to a remote host on a specific port$ telnet example.com 8080
Connect to a local service for testing$ telnet localhost 25