conn-tools
Software
www.skarnet.org

The tcpconnect2 program

tcpconnect2 establishes a connection to an Internet domain socket. It copies stdin to the writing end of the socket, and the reading end of the socket to stdout.

Interface

     tcpconnect2 host port

Internals

tcpconnect2 is an execline script that simply calls tcpclient2, a program similar to tcpclient, with ioconnect as its argument.

Notes