/sys$common/syshlp/helplib.hlb TELNET, Examples *Conan The Librarian (sorry for the slow response - running on an old VAX) |
1.$ TELNET TELNET> ENABLE DEBUG TELNET> SET TERMINAL /DEVICE=VT300 Terminal type is set to VT300 TELNET> CONNECT DEBTS In this example, the TELNET command: o Starts TELNET. o Customizes the environment. o Establishes a connection to host DEBTS and sets up the terminal type as VT300. 2.$ TELNET MYCOM /TERMINAL_TYPE=IBM-3278-2 Establishes a TELNET connection to remote host MYCOM and runs TN3270. 3.$ TELNET 130.180.5.5 Establishes a TELNET connection to the host at IP address 130.180.5.5. 4.$ TELNET UCOM 31 Establishes a TELNET connection to remote host ucom at port 31.
|