home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / sftp127.zip / WHATSNEW.TXT < prev   
Text File  |  1996-06-25  |  10KB  |  158 lines

  1. Changes in S-FTP since version 1.00:
  2.         1) Text files in the Directory List are now loaded to the viewer by
  3.         single clicking on the file to highlight it and then clicking the view
  4.         push button.
  5.         2) The Download List may now be populated from a viewed text file. This
  6.         works for files such as the Hobbes 00index.txt files. For this function
  7.         to work, the filename must be in the first position in the line of the
  8.         text file.
  9.         3) While files are downloading, you can now continue to populate the
  10.         download list box. You can download files while you are viewing the
  11.         directory list or 00index.txt files in the viewer and continue to
  12.         transfer file names to the Download List. Files will be downloaded in
  13.         the order of transfer to the download list.
  14.         4) Lengthy processes, such as logon and downloading are now placed
  15.         in separate threads. This makes the application much more responsive
  16.         and doesn't lock the application while processes are completed.
  17.         5) Added download path setting and config menu option.
  18.         6) Added Delete Host and Add Host buttons to allow configuring the
  19.         host list.
  20.         7) Added several progress indicators to tell the user what is happening.
  21.         8) S-FTP will now download files from outside the current remote
  22.         directory. You can build the download list from various directories
  23.         or 00index.txt files. The download list will remember paths to those
  24.         files and retrieve them when you download.
  25.         9) Added capability to configure host user name, password, default
  26.         directory.
  27.         10) Improved the logon process. It is more streamlined and provides
  28.         better progress reporting.
  29. v1.05
  30.         11) Added upload capability.
  31. v1.06
  32.         12) Added capability to resize the main SFTP window.
  33.         13) Added audible beep to signify completion of download list.
  34.         14) Added date/time sort button for directory list.
  35.         15) Added auto date/time sorting check box for auto sorting
  36.         whenever the directory list is updated.
  37.         16) Added double click .txt files to viewer check box option.
  38.         17) Changed the directory list default font to system monospace.
  39.         *NOTE: all of the 1.06 changes were made at the request of users.
  40.                I have more and I am working on them.
  41. v1.07
  42.         18) Fixed the date sorting routine. It didn't work right. Now if
  43.         the Date Sort box is checked, the directory list will be downloaded
  44.         in descending date order.
  45. v1.08
  46.         19) Added back up directory button <<.
  47.         20) Increased directory text box character capacity.
  48. v1.09   21) Added capability to save window size and position.
  49. v1.09a  22) Fixed a compatibility problem with earlier versions and the
  50.         path.txt file. Users of previous versions can now keep their old
  51.         path.txt file, whereas v1.09 required replacing it.
  52. v1.10   23) Fixed a problem with the progress indicator not functioning on
  53.         FAT partitions. Thank you to Jeff Glatt for his wonderful FILEREXX
  54.         utilities. The FILEREXX.DLL is now required for SFTP.
  55. v1.20   24) Improved download progress indicator to provide percent
  56.         statistic.
  57.         25) Added download progress indicator for the viewer.
  58.         26) Added aliases, now you can have multiple aliases with different
  59.         download directories, user and password for each  host.
  60.         27) Changed behavior in the host listbox so that a double click
  61.         on the host alias automatically logs on the the remote host.
  62.         28) Added quick list type function to quickly add the current host
  63.         and directory to the alias list. Clicking on a Add Host now
  64.         automatically sets up the current directory with an alias in the
  65.         add host option window.
  66.         29) Added direct host logging. Typing a host with a directory, ie.
  67.         hobbes.nmsu.edu/incoming in the host edit box and then clicking on
  68.         logon will automatically logon to the host without having to set
  69.         up a specific host alias.
  70.         30) Changed the directory listbox behavior so that you can press
  71.         enter or  double click to select an entry.
  72.         31) Added the capability to press the escape key in the viewer to
  73.         close the viewer window.
  74.         32) Fixed the download routine so that it adjusts filenames to
  75.         conform to the 8.3 requirement when downloading to a FAT drive.
  76.         33) Made adjustments to the multi-threading components to
  77.         improve responsiveness.
  78. v1.21   34) Changed the behavior of sftp so that it no longer pops to the
  79.         foreground after download completion.
  80.         35) Added automatic logging. Now all downloads are logged to a file
  81.         called sftplog that is located in the sftp directory. This log is
  82.         useful if you want to check to see from which host and directory
  83.         you received a particular file. You can also logon to a host from the
  84.         log file by selecting log and view log from the menu and then double
  85.         clicking on an entry in the viewer.
  86.         36) Added Host Edit button.
  87.         37) Changed alias list action so that a single click on the host list
  88.         will display the host name and logon directory.
  89.         38) Changed the host add/edit window so that a single click instead
  90.         of a double click in the alias list will display its settings.
  91. v1.22   39) Added support for the lr style directory entries.
  92.         40) Fixed problem with the alias/host editor.
  93.         41) Added abort function (it is slow, but works for long downloads).
  94.         42) Cleaned up a few problems with the text messages on the interface.
  95.         43) Fixed a problem with the logoff/logon routines.
  96. v1.23   44) Fixed another problem with the edit/add function.
  97.         45) Fixed an unbalanced do/end coding problem
  98.         46) Added multiple view capability. By holding ctrl and clicking on
  99.         text file names in the directory list, the user can multiple select
  100.         files. Then, clicking View will load all selected files to viewers.
  101.         Use ESC to peel off the viewers.
  102. v1.23a  47) Fixed problem with transfer to download list from .txt files.
  103. v1.24   48) Changed messages for logon process.
  104.         49) Added capability to view a file after highlighting by right
  105.         clicking the mouse.
  106.         50) Single clicking on a host alias no longer displays the default
  107.         directory in the directory window.
  108.         51) Fixed a problem with sftp not handling files with spaces
  109.         properly.
  110.         52) Added Cruise Mode which places downloads into a separate process.
  111.         Navigation of the host and viewing of txt files is now possible
  112.         without disturbing the download. The sftp2.exe file must be in the
  113.         sftp directory and the Cruise Mode box must be checked. I decided
  114.         to set Cruise Mode up as an option with a check box because, regular
  115.         mode (box unchecked) is faster in making the initial connection to
  116.         begin the download. If you want fast file retrieval instead of the
  117.         ability to traverse directories and halt downloads, leave the Cruise
  118.         Mode box unchecked.
  119.         54) Changed the sftp icon. Thanks to Bill Clark for the new design.
  120.         55) Added support for Win-NT Servers.
  121.         56) Eliminated the DeSelect and View buttons. Use mouse right click
  122.         to view. Clicking on any dir list item without holding ctrl will
  123.         deselect.
  124.         57) Added saveguard code to disallow attempts to change directory
  125.         or view while downloading when not in cruise mode.
  126. v1.24a  58) Corrected problem with save size and position not allowing
  127.         sftp to be shown on the monitor.
  128. v1.25   59) Fixed a problem with the viewer that could cause files to go to
  129.         the viewer instead of the transfer list.
  130.         60) Fixed the date sort (off) option for symbolic directories.
  131.         61) Added code so that sftp doesn't spike the cpu when displaying
  132.         the download list.
  133. v1.26   62) Added command mode and fixed some download bugs. Command mode
  134.         allows sftp to be used from and os/2 prompt or called from another
  135.         program for automatic logon and retrieval. To use command mode, you
  136.         must specify the path for sftp plus a fully qualified host url.
  137.         The host url must end with a /. Anything beyond the / will be
  138.         interpreted by sftp as a request for a file. For example:
  139.         F:\sftp\sftp hobbes.nmsu.edu/incoming/ will automatically load
  140.         sftp from a directory entitled sftp and then logon to the hobbes
  141.         incoming directory.
  142.         F:\sftp\sftp hobbes.nmsu.edu/incoming/example.zip will automatically
  143.         load sftp from a directory entitled sftp, logon to the hobbes incoming
  144.         directory and then download the file example.zip if it exists in
  145.         that directory. After the download, sftp will close itself.
  146.         Please note that a url like hobbes.nmsu.edu/incoming will end up
  147.         finding the root directory instead of the incoming directory because
  148.         the url is not ended with a /. sftp will think that incoming is
  149.         a file and try to download it.
  150.         Also, please note that, due to a bug in OS/2 REXX, a url preceded by
  151.         ftp:// will not load properly from the command line. This is a problem
  152.         with how OS/2 REXX interprets (actually reserves) the / characters.
  153.         Sorry, but I can't do anything about this one.
  154. v1.27   63) Fixed an elusive problem with the logon button where it would
  155.         force a default to anonymous logon.
  156.         64) Added capability to change the font size in the directory list
  157.         window.
  158.