1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/net/ncat/pkg-descr

10 lines
497 B
Plaintext
Raw Normal View History

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/