/sys$common/syshlp/helplib.hlb TCPIP Services, TELNET, Exiting, Example *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The following example shows two ways to close connections: % logout %TELNET-S-REMCLOSED, Remote connection closed -TELNET-I-SESSION, Session 01, host galaxy, port 23 TELNET> TELNET> EXIT $ % <Ctrl/]> (characters not echoed) TELNET> DISCONNECT galaxy.udp.com> TELNET> DISCONNECT %TELNET-S-LCLCLOSED, Local connection closed -TELNET-I-SESSION, Session 01, host galaxy, port 23 TELNET>
|