home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / ncsatlnt / tel23doc.zip / CHAP.1 < prev    next >
Text File  |  1991-07-01  |  4KB  |  159 lines

  1. 1.1    NCSA Telnet
  2.  
  3.  
  4. Starting and Quitting NCSA Telnet    1.1
  5.  
  6.  
  7. National Center for Supercomputing Applications
  8.  
  9.  
  10. June 1991
  11.  
  12.                                                                 
  13.  
  14.  
  15.  
  16.  
  17.  
  18. 1.1    NCSA Telnet
  19.  
  20. Starting and Quitting NCSA Telnet    1.1
  21.  
  22. National Center for Supercomputing Applications
  23.  
  24. June 1991
  25.  
  26.  
  27.  
  28. 6/30/91
  29.  
  30.  
  31.  
  32.  
  33. Chapter 1    Starting and Quitting NCSA Telnet
  34.  
  35.  
  36.  
  37. Chapter Overview
  38. Starting the Program
  39. Using the Help Screen
  40. Quitting NCSA Telnet
  41.  
  42. Chapter Overview
  43.  
  44. This chapter introduces and describes the basic steps involved in 
  45. using NCSA Telnet for the IBM PC:
  46.  
  47. Ñ    starting the program
  48. Ñ    setting the terminal type
  49. Ñ    opening and closing a telnet connection
  50.  
  51. The chapter assumes that your system or network administrator 
  52. has installed NCSA Telnet on your system, assigned an IP 
  53. address to your IBM PC, and given you a login name and password 
  54. for the computer to which you want to connect. For information 
  55. regarding installation and customization procedures, refer to 
  56. Chapter 7, "Installation and Configuration."
  57.  
  58. If you require additional information regarding the IBM interface 
  59. or command line structure, please refer to your IBM PC user's 
  60. guide.
  61.  
  62.  
  63. Starting the Program 
  64.  
  65. To run NCSA Telnet from the PC command line, from any 
  66. subdirectory, enter:
  67.  
  68. C:\ > telnet machinename 
  69.  
  70. This command initiates a connection to the remote computer with 
  71. the name given as the machinename parameter. Normally the 
  72. host machine immediately prompts you for a login name and 
  73. password to begin the session.
  74.  
  75. NCSA Telnet emulates a VT100 terminal. When you log in to a 
  76. host, the host operating system does not know what type of terminal 
  77. you are using. Consult the operating system manual for how to set 
  78. terminal type and try setting it to VT100 or VT102. For systems that 
  79. do not support VT100 (such as many UNIX systems), use VT100, 
  80. which is compatible with VT102 emulators. These examples show 
  81. how to set the terminal type for two popular operating systems, 
  82. UNIX (using the C shell) and VAX/VMS.
  83.  
  84. newton% set term=vt100;tset    For UNIX hosts.
  85.  
  86. B$ SET TERM/INQ            For VAX/VMS hosts.
  87.  
  88. Using the Help Screen
  89.  
  90. For a command summary, press ALT-H. A one-screen summary 
  91. of command keys appears, as shown in Figure 1.1. The online help 
  92. summary serves as your quick reference to the command keys.
  93. Figure 1.1. NCSA Telnet Help 
  94. Screen
  95.  
  96. Keyboard usage for NCSA telnet:
  97.  
  98. Alt-A    add a session    Alt-Y    Interrupt Process
  99. Alt-N    next session    Alt-B    Previous Session
  100. Alt-D    Dump Screen to Capture file    Alt-O    Abort Output
  101. Alt-Z    message screen    Alt-Q    Are you there?
  102. Alt-E    escape to DOS shell    Alt-U    Erase line
  103. Alt-G    graphics menu    Alt-K    Erase Kharacter
  104. Alt-C    toggle capture on/off    Alt-V    Paste Capture to Session
  105. Alt-R    reset VT100 screen    HOME    exit graphics mode
  106. Alt-H    this help screen    Ctrl-HOME    clear/enter graphics mode
  107.  
  108. ScrLock    pause/restart screen (DO NOT
  109.     use Ctrl-NumLock)
  110.  
  111. ScrLock    enter/exit scroll-back mode
  112.  
  113. Alt-F    start file transfer as if typed:
  114.     ftp [internet address]
  115.  
  116. Alt-I    send my internet address to host
  117.     as if typed
  118.  
  119. Alt-S    skip scrolling, jump ahead
  120.  
  121. Alt-P    change a parameter, one of:
  122.     color, capture file name, backspace,
  123.     session name, screen mode
  124.  
  125. Alt-X    close connection
  126.  
  127. CTRL-Shift-F3    abort program completely.
  128.     STRONGLY discouraged
  129.  
  130.  
  131. Press ESC for information page, space bar to return to session:
  132.  
  133.  
  134. NOTE:  See Chapter 4, "Utility Programs," for information on 
  135. other network utilities, such as the following:  finger, ftp, lpq, lpr, 
  136. lprm, rexec, and set clock.
  137.  
  138.  
  139. Quitting NCSA Telnet
  140.  
  141. To exit the program, log out of the host machine using the 
  142. appropriate logout procedure for that machine. If you have 
  143. concurrent sessions with more than one machine, you must log out 
  144. of each machine. Then NCSA Telnet exits and the DOS prompt is 
  145. displayed.
  146.  
  147. If one of the hosts crashes, or a session is otherwise hung up, press 
  148. ALT-X. NCSA Telnet first prompts you for confirmation and then 
  149. attempts to close the session while preserving your other live 
  150. sessions. 
  151.  
  152. When all else fails, and it appears that all of the connections are 
  153. completely jammed, press CTRL-Shift-F3 to abort the program. 
  154. Only use CTRL-Shift-F3 as a last resort.
  155.  
  156. Pressing CTRL-C or CTRL-BREAK sends a CTRL-C to the host. 
  157. You can neither use these commands to break out of NCSA Telnet, 
  158. nor end your session.
  159.