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