home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ftpmn12a.zip / changes.txt next >
Text File  |  1996-10-11  |  5KB  |  119 lines

  1. FTPMon 1.2/1.2a
  2.  
  3. BUGS Fixed
  4.     Could not start multiple copies of FTPMon.
  5.  
  6.     User reported that he did not see the Status Window
  7.     when the first error occurred.  I believe the Status
  8.     Window popped up off the screen.  The Status Window
  9.     now stays in the visible screen area when it is
  10.     displayed. 
  11.  
  12.     (1.2a) Fixed bug introduced in FTPMon 1.2 that wouldn't allow
  13.     FTPMon to connect to certain FTP servers.
  14.  
  15.     (1.2a) FTPMon will no longer recursivly list files in
  16.     subdirectories.
  17.  
  18. ENHANCEMENTS
  19.     Some users found the interface for configuring site/
  20.     directory information confusing.  The site file
  21.     parameters are now all available on one window.
  22.     See File->Parameters...
  23.  
  24.     FTPMon can now be configured to clean up the TMP directory
  25.     when it exits via Global->Cleanup TMP on exit...
  26.     FTPMon stores the Viewed files in the user's TMP
  27.     directory.  If this option is enabled, FTPMon will
  28.     attempt to delete all the Viewed file for this session
  29.     when it exits.  If you want to save some Viewed files,
  30.     be sure to move them from the TMP directory before
  31.     exiting FTPMon.  Possible reasons FTPMon might be unable
  32.     to delete a viewed file include (1) the user might have
  33.     moved the file to save it, and (2) the user might still
  34.     be viewing the file.
  35.  
  36.     The interval between updates is now adjusable.  The
  37.     update interval is stored in the site file, so it
  38.     can be different for each site monitored.
  39.  
  40.     The user can now select whether or not the New Files
  41.     list is automatically updated when the site file is
  42.     loaded (usually on program startup).  The information
  43.     is stored in the site file, so it can be different for
  44.     different sites that are being monitored.
  45.  
  46.     A progress indicator is now displayed when files
  47.     are being downloaded to disk or being downloaded for
  48.     viewing.  The window with the progress indicator includes
  49.     a Stop button to abort the remaining download(s).
  50.     The progress indicator does NOT show progress into the current
  51.     file; it shows the percentage of the selected files that have
  52.     been downloaded. For example: The user selects
  53.     five files and clicks Download.  After the third file
  54.     has been downloaded, the progress indicator will show
  55.     60% (= 3/5) completion.
  56.  
  57.     FTPMon now remembers it's size and position when it is
  58.     closed and restores them when it is restarted.  The
  59.     size/position information is stored in the Site file, so
  60.     simultaneously running copies will all remember their
  61.     own sizes/positions.
  62.  
  63.     Added "Hint" text to several of the windows.
  64.  
  65. TESTED CONFIGURATIONS AND NOTES
  66.     I tested the current version with Classic Rexx under OS/2 3.0,
  67.     Classic Rexx under OS/2 4.0, and Object Rexx under OS/2 4.0.
  68.     Although untested, it should work with Object Rexx under OS/2     3.0.  Let me know if you have problems in that configuration.
  69.  
  70.     Four different configurations is a bit much for a one-person-
  71.     with-one-computer project.  I tested just three of the four this
  72.     time.  I will probably test just two next time -- either the
  73.     OS/2 3.0s or OS/2 4.0s.  I'm hoping for the OS/2 4.0s, but that
  74.     configuration has been flakey on my system.  If I can't get OS/2
  75.     4.0 stabalized, the next release will probably be tested
  76.     on OS/2 3.0 only.
  77.  
  78.     FTPMon now uses David Boll's RXU.DLL version 1.9 or later.  RXU is a
  79.     freeware DLL of Rexx-callable functions  You can get the complete RXU
  80.     distribution from the usual FTP sites, including hobbes.nmsu.edu.
  81.     On Hobbes, it is is the directory /os2/rexx.
  82.  
  83. -----------------------------------------------------------------------
  84. FTPMon 1.1
  85.  
  86. BUGS Fixed
  87.         User could not View or Download files from a non-anonymous
  88.         FTP site.  FTPmon would always use the e-mail
  89.         address for the password for View and Download functions.
  90.  
  91.         If the user changed the highlighted files when a download
  92.         was proceding, the newly highlighted files would be removed
  93.         from the list instead of the downloaded file.
  94.  
  95.         User could not monitor certain desired site/directory
  96.         combinations because site/directory entry field would
  97.         not accept enough characters.  Increased length of
  98.         site/directory and download directory entry fields to 128.
  99.  
  100.         If the user's TMP or download directories was on a different
  101.         drive from the FTPMon program, certain changes (such as
  102.         the user's e-mail address) would not be saved under certain
  103.         conditions.  FTPMon was always searching for the FTPMON.INI
  104.         file on its current drive.
  105.  
  106.         FTPMon would terminate immediately if ObjectRexx was installed
  107.         as the default Rexx interpreter.
  108.         
  109. ENHANCEMENTS
  110.         If the viewer is set to '*', files Viewing a file will use
  111.         the same program as a default open (double clock) on the file.
  112.         For example, if you have PMJPEG associated with *.GIF, Viewing
  113.         a GIF file will cause PMJPEG to open and display the file.
  114.  
  115.         Double-clicking on a file in the list is equivalent
  116.         to Viewing it.
  117.  
  118.         The New Files window can now be resized.
  119.