home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / maxiftp3.zip / maxiftp.new < prev   
Text File  |  1994-02-18  |  5KB  |  123 lines

  1. This is a beta release of Version 3 of MaxiFTP.
  2.  
  3. Revision 189
  4. ============
  5. Thanks to Michael Teper for pointing out that I had broken the NETRC macro
  6. facility when I added the command line history.  This is now repaired.
  7.  
  8. This edit also adds a pair of new commands: MTYPE and MPAGE.  They are
  9. essentially the same as TYPE and PAGE, except they work on multiple files
  10. in the same manner as MGET does.
  11.  
  12. Revision 187
  13. ============
  14. This edit fixes a couple of bugs with visual mode.  Most noticeable is that
  15. if you choose <HOST>, and cancel out, you'll remain in your current
  16. session.
  17.  
  18. I've also hacked together a "shim" so that MaxiFTP can become MaxiFSP with
  19. Lowrey's new FSP/2 Suite for OS/2.  The suite has some limitations which
  20. makes me hesitant to release the changes for public consumption.  If
  21. you'd like them, drop me a note at acrosby@comp.uark.edu.
  22.  
  23. Revision 185
  24. ============
  25. The biggest change is in the command line mode - MaxiFTP now uses my
  26. recently released CmdLine() code to implement a full clone of the
  27. OS/2 command line prompt.  All of the keys that are in effect when
  28. KEYS=ON in OS/2 now work in MaxiFTP, including command history. 
  29. Unfortunately, this does dramatically increase the size of the program.
  30. MaxiFTP is now over 2500 lines of REXX code, over 400 of which belong to
  31. the CmdLine() function.
  32.  
  33. A new prompt symbol "@%" is added to display the number of commands
  34. stored in the history list. (This may not be the same as the number of
  35. commands that have been issued since the history list will not be updated
  36. if the most recent command is reissued with no changes.)
  37.  
  38. In VISUAL mode, the current Visual Selection Action (VISCMD) is now 
  39. displayed in the directory list.  Selecting the entry toggles between
  40. GET and TYPE.
  41.  
  42. Revision 180
  43. ============
  44. More bugs fixed...
  45.    MaxiFTP now works correctly if there is no NETRC file.
  46.    Remember mode now keeps up with *all* hosts as expected rather than
  47.    just the last host.
  48.  
  49. Enabled VISUAL mode to connect to VM hosts - still only the initial
  50. minidisk - CD won't do anything on a VM host.
  51.  
  52. Adds the -i command line option to disable most interactive prompting by 
  53. setting CLOBBER=ON and MPROMPT=OFF.  
  54.  
  55. A new command "USER" is added to allow easy reconnection to the
  56. current host.
  57.  
  58. A new SET ASK=ON|OFF is added to force MaxiFTP to always ask for the 
  59. USER name on a new connection, so its action can be more transparent
  60. to users of FTP.  SET ASK will display the username dialog in VISUAL 
  61. mode.
  62.  
  63. Thanks to John-Marc Chandonia for the suggestions in revision 164.
  64.  
  65. Also, some badly needed additions to the MAXIFTP.MAN file have been
  66. made.  New additions are marked with "|".  All of the SET options should
  67. now be documented, and there is a new section describing VISUAL mode.
  68.  
  69. The SHOW command can now display the contents of a single variable.
  70.  
  71. Revision 163 
  72. ============
  73. Enables the PLS command (paged LS).
  74.  
  75. REMEMBER command is implemented succesfully.  One ballotable
  76. question - since REMEMBER is keeping a list of all hosts connected
  77. to, should the MAXIFTP.DIR file thus created be checked for hosts 
  78. (and host synonyms)?  Example, if you've connected to hobbes.nmsu.edu
  79. and there's an entry for it in MAXIFTP.DIR, but not in the NETRC or an
  80. addhost command, should maxiftp hobbes still connect you there?
  81.  
  82. REMEMBER is currently ON by default, though this may change in the
  83. non-beta release.
  84.  
  85. Revision 158 
  86. ============
  87. allows OFF and ON for the binary set commands.
  88.  
  89. BYE and EXIT are now aliases for QUIT.
  90.  
  91. Also adds a first effort at automatically remembering the last
  92. directory you were in when you were last connected to a remote host.
  93. This is now the REMEMBER setting, and is OFF by default.
  94.  
  95. Thanks to Michael Teper for these suggestions in Rev. 158-163.
  96.  
  97. Revision 157 should finally lay to rest the problems due to using
  98. rxSock only if it is loaded.  The calls were in two locations - one
  99. that checked to see if it were available, and one that didn't.
  100.  
  101. Revison 153 really fixes the problem with automatic binary mode
  102. and allows the ASCIIs environment variable to be read properly.
  103.  
  104. Also, hosts added with the ADDHOST command are now searched for
  105. abbreviated hostnames.  For example, the sample INI file adds
  106. a number of hosts including ftp-os2.cdrom.com.  If you use this INI
  107. file, you can connect to ftp-os2.cdrom.com by maxiftp ftp-o EVEN IF 
  108. YOU DON"T HAVE IT IN YOUR NETRC FILE.
  109.  
  110. Revisions after 148 should have the following problems fixed:
  111.  
  112.    help news should now work correctly,
  113.    automatic binary mode is fixed.
  114.    a new (undocumented) ASCIIS variable is available for automatic ASCII 
  115.       selection.  ASCIIS can be an environement variable, like BINARIES or
  116.       set with a SET ASCIIS=file extensions command.
  117.  
  118. The MAXIFTP.INI file can be placed in the directory where MaxiFTP is stored
  119. to have default commands for each invocation of MaxiFTP.
  120.  
  121. It should contain commands in the format they would be issued at the MaxiFTP
  122. prompt.
  123.