socat

Rating: 
0
No votes yet

multipurpose relay for bidirectional data transfer
Socat (for SOcket CAT) establishes two bidirectional byte streams
and transfers data between them. Data channels may be files, pipes,
devices (terminal or modem, etc.), or sockets (Unix, IPv4, IPv6, raw,
UDP, TCP, SSL). It provides forking, logging and tracing, different
modes for interprocess communication and many more options.
.
It can be used, for example, as a TCP relay (one-shot or daemon),
as an external socksifier, as a shell interface to Unix sockets,
as an IPv6 relay, as a netcat and rinetd replacement, to redirect
TCP-oriented programs to a serial line, or to establish a relatively
secure environment (su and chroot) for running client or server shell
scripts inside network connections. Socat supports sctp as of 1.7.0.

Application versions: 
AttachmentSizeDate
File socat_2.0.0~beta4-1_armel.deb379.04 KB05/08/2013 - 11:03
Changelog: 

socat (2.0.0~beta4-1) experimental; urgency=low

* New upstream release.
* Upstream release fixes CVE-2010-2799.
* Bumped Standards-Version.
* Build-dep on libreadline5-dev instead of libreadline-dev.