mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a5909018cc
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.
10 lines
497 B
Plaintext
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/
|