1telnet-proxy(1) TELNET Library telnet-proxy(1)
2
3
4
6 telnet-proxy - create a TELNET debugging proxy
7
8
10 telnet-proxy <remote address> <remote port> <local port>
11
12
14 telnet-proxy creates a single-connection proxy listening on local port
15 which forwards connections to remote address on port remote port. All
16 TELNET commands will be logged to stdout for debugging purposes.
17
18 Only a single active connection is allowed at any given time. However,
19 after a client has disconnected, another client may connect through the
20 proxy.
21
22 telnet-proxy is capable of transparently decoding and reencoding
23 streams compressed with MCCP2. It also includes specialized decoders
24 and debug output for NEW-ENVIRON, TTYPE, ZMP, and MSSP subnegotiation
25 commands.
26
27
29 telnet-chatd(1), telnet-client(1), telnet(1)
30
31
32
33 LIBTELNET telnet-proxy(1)