tcpcat - print data from a TCP port
tcpcat host port
tcpcat connects via IP[v4|v6] to TCP port on host and prints any data it receives. host may be an IPv4 or IPv6 address avoiding DNS lookups. tcpcat can be used to transfer binary data. It does no conversions.
tcpclient(1)