home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / InternetTCP / Telnet2.6.README < prev    next >
Text File  |  2017-03-03  |  7KB  |  159 lines

  1. *** Note, if you want to use Authentication/Encryption, you'll need to
  2.     FTP to ftp.cit.cornell.edu:/pub/mac/kdriver, and pick up the
  3.     Kerberos software there. ****
  4.  
  5. ***    I've included some KCHRs created by Matt Elliott to work around
  6.     Apple's lack of a method for producing ctrl-@ or ctrl-^ with the
  7.     standard KCHR ***
  8.  
  9. *** NCSA Telnet 2.6 _requires_ MacTCP! ***
  10.  
  11. NCSA Telnet 2.6 for the Macintosh release notes:
  12.  
  13. Here are some quick notes to get you up to speed with the new version of NCSA
  14. Telnet.  We have implemented many interface changes to make Telnet easier to
  15. use and configure.
  16.  
  17. As of this date (3/30/94), the documentation for version 2.6 is in beta stage and
  18. may be FTP'd from ftp.ncsa.uiuc.edu.  The final documentation will be uploaded
  19. to the FTP server as soon as it is completed.  A list of known bugs is appended
  20. to this file.
  21.  
  22. Much has changed in Telnet 2.6.  Here are a few quick notes to guide you
  23.  through the new features and changes to existing features.
  24.  
  25. New Configuration Scheme:
  26.     Telnet now requires no external configuration files
  27. (i.e. config.tel and telpass/ftppass). All of the configuration options are
  28. accessed via the "Preferences" heir menu under the Edit menu.  Following is a
  29. brief description of each configuration dialog(s).
  30.  
  31. General Preferences Item:
  32.     This item allows configuration of the preferences
  33. that are global to the application. It is much like the old preferences item
  34. in 2.5.  The major change being the button to select the creator type for
  35. captured text files.
  36.  
  37. FTP Preferences Item:
  38.     The major additions to the FTP server configuration are
  39. as follows.  The FTP server now has three modes: Off, Anonymous (On, but no
  40. passwords required), and Passwords (user login w/password required).  You can
  41. set Telnet to open the FTP log window automatically on startup.  You can also
  42. set the default creator type and filetype of files transfered in binary mode
  43. to the Mac when Macbinary is off.  Selection of the creator type of text
  44. files transfered when Macbinary is off is allowed as well.  If ISO
  45. translation is on, the names of the files transfered via FTP will be
  46. converted to or from the ISO text standard.
  47.  
  48. FTP Users Preferences Item:
  49.     This dialog is the replacement of our dear
  50. friend, Telpass.  From here you can set users logins, passwords and two other
  51. options.  You can set the default directory that a user is put in when he/she
  52. logs in to the FTP server.
  53.  
  54. *    A quick explanation of the theory behind the new configuration scheme for
  55. *    hosts:  Each connection to a host is a "session".  Each "session" has
  56. *    a preconfigured "terminal".  For instance, you most likely will have
  57. *    two to four terminal configurations you use often.  One may by set up
  58. *    for vi, with backspace being delete.  One may be set up for vi with 
  59. *    backspace being backspace.  And the other two may be set up for EMACS
  60. *    with backspace being in either configuration.  Thus, if for hosts you
  61. *    often connect to that have backspace=delete.  You would set up a session
  62. *    for each, selecting the appropriate terminal configuration and making up
  63. *    a short alias for that host.  For the hosts that prefer backspace=
  64. *    backspace, you would set those session configurations to use a different
  65. *    preconfigured terminal.
  66.  
  67. *    The most important terminal and session configurations are "<Default>".
  68. *    When you create a new terminal or session record, the parameters in
  69. *    those records are initialized to whatever you have set up the "<Default>"
  70. *    records to be.  The "<Default>" records may not be deleted.
  71.  
  72. Sessions Preferences Item: 
  73.     Allows you to edit "sessions".  New options here include: inhibiting TEK
  74. screens, setting up the "localkeys", setting the default paste method,
  75. enabling the display of low level errors, a popup menu to select the terminal
  76. record associated with this session, and a popup menu to select the default
  77. translation method.  Paste now has two modes, "quick" and "block".  If quick
  78. is selected, all of the text to be pasted is sent at once.  This is fine
  79. for hosts "close" to you, but can possibly cause crashes if done to slow
  80. responding hosts.  If block is selected, the text to be pasted is sent in
  81. small packets of a size determined by you.
  82.  
  83. Terminals Preferences Item:
  84.     Most of these options are self explanatory.
  85. ----
  86.  
  87. Other changes to Telnet that aren't obvious:
  88.  
  89. The keyboard now works differently.  If you are on a MacPlus, and have
  90. commandkeys off, the command key acts as control.  If you have command keys
  91. on, you have no control key.
  92.  
  93. For machines with keyboards with control keys, here is how it works:
  94. Command + Control + key = EMACS meta key + key (if turned on in Terminal
  95.     config)
  96. commandkeys only affects wheter or not command key shortcuts are recognized.
  97.  
  98. The option key is no longer used for keyboard input, but is still used as 
  99. before with mouse input.  Telnet no longer changes the current system
  100. KCHR.
  101.  
  102. TEK windows can be resized.  There is no grow icon in the lower right corner,
  103. but trust us, it works.
  104.  
  105. If you hold down option, you can change the width and height of session windows.    
  106. ----
  107. This is the list of all Telnet bugs known to NCSA, feel free to mail us if you
  108. find others:
  109.  
  110. Crashes:
  111. o    Crash if window size is changed under low memory conditions
  112. Interface:
  113. o    Window positioning
  114. o    Need to add blocksize pref
  115. o    Telnet doesn't constrain saved window positions to available desktop
  116. o    When switching to 132 columns, window's right edge should stay on screen
  117. *    Connections are giving up too quickly (I believe this is a MacTCP problem)
  118. o    Type during paste bug
  119. o    Occasional problems getting the preferences to "stick"
  120. o    Certain control characters not working due to Apple's bad KCHR
  121. o    Certain macro sequences are not sent correctly (?)
  122. o    \r,\n, and \t cannot appear in a Macro sequence
  123. o    Some interaction problems with NeXT systems
  124. Implementation:
  125. o    Need to always set push flag when sending return
  126. o    Reduce WDS sizes?
  127. VT emulation:
  128. o    VT220 insert mode problem
  129. o    VT220 fn keys can still be sent while in vt100 mode
  130. o    Problems w/VT emulation when connecting to certain VAX/VMS hosts
  131. o    Screen trashing when forcesave is on
  132. o    Bold font problems need to be solved
  133. o    Tabs don't work completely
  134. FTP:
  135. *    FTP log not very useful for Macbinary transfers
  136. o    Can't have more than one FTP client at a time?
  137. *    FTP server filename ISO tranlation not working?
  138. o    FTP Server dropping characters in ASCII mode?
  139. o    Need to add a provision for editing "anonymous"'s directory
  140. o    Occasional MNetPush error when using FTP
  141. o    Occasional "Unable to build data connection" errors w/FTP client
  142. o    Occasional crashes from "lls" command in FTP client
  143. o    FTP transfers occasionally creating zero size files
  144. o    FTP client "lcd" not working properly?
  145. TEK:
  146. o    Some TEK emulation bugs
  147.  
  148. In progress for 2.7:
  149.  
  150. o    User set-able block size
  151. o    Save Macros in other ways aside form Saved Sets
  152. o    User set-able timeouts for open and send
  153. o    FTP user directory restrictions
  154. o    Reverse DNS connecting FTP hosts
  155. o    User set-able font size
  156. ----
  157.  
  158. mactelnet@ncsa.uiuc.edu
  159.