TCPCONNECT(1) | General Commands Manual | TCPCONNECT(1) |
tcplisten - general TCP/IP server
tcplisten [-irv] [localaddr] port
tcplisten waits for a TCP/IP connection on port. If a localaddr parameter is given, tcplisten will bind to that IP address. Otherwise tcplisten will accept connections to any of the local machines IP addresses. Data received from the client is printed on standard output, and data read from standard input is sent to the client. When end-of-file is reached on both standard input and the TCP/IP connection, tcplisten terminates.
The names of the options are not yet finalized, and may change at a future release.
1997 April 13 |