Socketpipe directly connects the input/output of a remote process with local programs over a TCP/IP socket. Although the initial communication setup is performed through client-server intermediaries such as SSH or RSH, the communication channel that socketpipe establishes is a direct socket connection between the local and the remote processes, similar to a local pipe. The use of socketpipe removes the inefficiency of multiple data copies and context switches through RSH/SSH, and can in many cases offer dramatic throughput improvements.
| Tags | Internet Networking Utilities |
|---|---|
| Licenses | BSD Original |
| Operating Systems | POSIX |
| Implementation | C |
Recent releases


Changes: This version introduces a fix to clean up clients when a server disappears during the operation.


Changes: This version corrects a bug in the command parsing of the Windows version of socketpipe.


Changes: This version makes available an implementation that implements client and server functionality under Microsoft Windows. The Windows implementation interoperates with the original Unix one, allowing the efficient transfer of data between Unix and Windows hosts.


No changes have been submitted for this release.