Import socat 1.4.0.3
"netcat++" (extended design, new implementation)
socat is a relay for bidirectional data transfer between two independent
data channels. Each of these data channels may be a file, pipe, device
(serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw,
UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor
(stdin etc.), the GNU line editor (readline), a program, or a
combination of two of these. These modes include generation of
"listening" sockets, mamed pipes, and pseudo terminals.
Submitted by Jon Trembley <jon@brain-box.net>
2005-04-30 09:27:17 -04:00
|
|
|
"netcat++" (extended design, new implementation)
|
|
|
|
|
|
|
|
socat is a relay for bidirectional data transfer between two independent
|
|
|
|
data channels. Each of these data channels may be a file, pipe, device
|
|
|
|
(serial line etc. or a pseudo terminal), a socket (UNIX, IP4, IP6 - raw,
|
|
|
|
UDP, TCP), an SSL socket, proxy CONNECT connection, a file descriptor
|
|
|
|
(stdin etc.), the GNU line editor (readline), a program, or a
|
|
|
|
combination of two of these. These modes include generation of
|
2009-08-12 18:29:35 -04:00
|
|
|
"listening" sockets, named pipes, and pseudo terminals.
|