freebsd-ports/net/ncat/pkg-descr
Jason Evans a5909018cc Add ports for:
libstash - Algorithms and data structures library.
libsock - TCP/IP networking library
ncat - Like cat(1), but with sockets.
proxy - Transparent logging proxy.

All of these ports are part of a single source distribution, but they fit
better into the ports scheme as separate ports.
2000-08-23 07:35:52 +00:00

10 lines
497 B
Plaintext

ncat is much like cat(1), but either its input or output is a TCP/IP socket
rather than a file descriptor. If the input is from a socket, ncat reads data
from the specified socket and sends the data to stdout. If the output is to a
socket, ncat reads data from stdin and sends the data to the specified socket.
ncat can log the data stream in three formats. Which format to use (if any)
should be chosen according to the nature of the data being streamed.
http://www.canonware.com/canonware/