home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / FileMover / Dopus5 / DC-OP55B.LZX / Opus5 / help / ftp.History < prev    next >
Encoding:
Text File  |  1996-05-31  |  8.7 KB  |  211 lines

  1.  
  2.                       Directory Opus 5 FTP module history
  3.  
  4. -----------------------------------------------------------------------------
  5.  
  6.    17-Jul-95 - 'CD' button for invisible or case-dependent dir names
  7.  
  8.    18-Jul-95 - getreply() rewritten - should now work with ftp.microsoft.com
  9.              - Now supports Read, Show, Play, Print, Run commands etc
  10.  
  11.    19-Jul-95 - Fixed problem which caused some dates (on ftp.microsoft.com)
  12.                to show as 'Future'
  13.              - FTP reply codes are no longer shown if Debug is set to 0
  14.  
  15.    20-Jul-95 - 'CacheList', 'DeviceList', and 'ScanDir' buttons and commands
  16.                now work
  17.              - Now shows requester if AmitTCP has not been started
  18.  
  19.    28-Jul-95 - Directory caches are discarded if 'abort' pressed
  20.              - Entering the same name as the current dir in the path requester
  21.                causes a 'ReRead' to occur
  22.              - Filenames containing spaces now work
  23.  
  24.    30-Jul-95 - Resume implemented for get and put
  25.  
  26.    31-Jul-95 - Rename hidden file checks lister first
  27.              - Renamed hidden files are not added to lister if a filename is
  28.                only different by case, already exists, or the size is not known
  29.              - Lister locked during CD operations
  30.  
  31.     2-Aug-95 - Attempts to detect the server's system type even if it doesn't
  32.                support the SYST command
  33.  
  34.     3-Aug-95 - 'Set' command to change logname, debug level, timeout, (LIST
  35.                 command soon)
  36.              - 'Command" command to send commands directly to the server
  37.  
  38.    15-Aug-95 - 'CopyReq' now works with full paths (only uses FilePart though)
  39.  
  40.    17-Aug-95 - Dir cache was invalid if list was aborted
  41.              - lister process always named 'dopus_ftp_lister' no matter how its
  42.                launched
  43.  
  44.    27-Aug-95 - Changed version string from OpusFTP to ftp.module
  45.              - Increased password length from 32 to 64 characters
  46.  
  47.     1-Sep-95 - callback functions now used to get Opus port and screen names
  48.  
  49.     3-Sep-95 - Directory listing has now sped up to the speed of the
  50.                command-line ftp
  51.              - lister display is now updated every second instead of every
  52.                file
  53.              - File transfer requester now swaps between file name and number
  54.                of bytes transferred/total bytes every 2 seconds
  55.  
  56.     5-Sep-95 - Arexx commands for AddressBook, CD, Command, Connect, Delete,
  57.                SetVar, and Quit replaced with built-in module/ipc commands
  58.              - Built-in commands can now take arguments
  59.  
  60.     7-Sep-95 - 'CopyAs' implemented
  61.  
  62.     8-Sep-95 - Added locale support
  63.              - 'Root' now works properly for AmigaDos
  64.  
  65.    18-Sep-95 - Unix files beginning with a dot now have their 'h' bit set
  66.              - Fixed bug which could cause progress indicator to show huge
  67.                amount of bytes transferred for small files when abort has been
  68.                pressed.
  69.  
  70.    19-Sep-95 - fixed potential bug which could queue multiple abort signals
  71.              - fixed bug which prevented Opus from fully quitting after using
  72.                ftp
  73.  
  74.    22-Sep-95 - Now deletes destination files after a get where no bytes were
  75.                transferred
  76.              - MakeDir now supports a 'NAME' argument (not using ReadArgs)
  77.              - Unix symbolic link entries are now the colour of devices if
  78.                they don't look like dirs
  79.  
  80.    24-Sep-95 - Added UPDATESECS config option and variable
  81.  
  82.    25-Sep-95 - Unix symbolic link entries are now the colour of assigns if they
  83.       #113     do look like dirs
  84.              - Arexx Copy and Rename commands now fully replaced by internal
  85.                FTPCopy + FTPRename commands
  86.              - CPS rate is displayed during transfers
  87.              - Replace requesters altered to match Opus internal ones
  88.  
  89.    26-Sep-95 - Drag and drop was temporarily broken
  90.       #114   - CPS rate fixed
  91.  
  92.     2-Oct-95 - 'Replace' and 'Skip' were exchanged in the Resume requester
  93.       #115   - Transfer rate numbers are now displayed in Megs, K's, or bytes
  94.              - Getting a Unix soft-link would add the file to the destination
  95.                as an assign
  96.              - The abort signal is now checked before each transfer instead of
  97.                after
  98.  
  99.    06-Oct-95 - On very fast machines 'lister set busy' didn't work first time
  100.       #116     so the polling is back in
  101.  
  102.    11-Oct-95 - Unix symbolic link entries are now added with type -3 & 3, same
  103.       #117     as Amiga hard links
  104.  
  105.    12-Oct-95 - Replace requester only asks 'all files?' when more than one
  106.       #118     remains
  107.              - Replace requester no longer assumes 'skip all' from the standard
  108.                replace requester (the one without the 'resume' option) means
  109.                skip resumable files too
  110.              - Removed the '->' symbol from Unix symbolic links (no longer
  111.                needed)
  112.              - Changed format of the history file to the same as Opus :)
  113.  
  114.    20-Oct-95 - Password requester no longer remembers the previous password for
  115.       #119     security
  116.              - Minor changes made to catalog file Okay -> OK, ' bytes ' ->
  117.              - 'bytes'
  118.  
  119.    28-Jan-96 - Added error 13 - 'Permission denied'
  120.  
  121.    01-Feb-96 - Converting progress meters to 5.1165 style
  122.       #120
  123.  
  124.    07-Feb-96 - Now shows name of file being transferred when iconified
  125.       #121
  126.  
  127.    08-Feb-96 - Password is now shown as asterisks for greater security
  128.       #122   - 'ftp' is now a synonym for 'anonymous'
  129.  
  130.    22-Feb-96 - Added support for AS225 socket library. In ftp.config you should
  131.       #123     add a line:
  132.                LIB [ AMITCP | AS225 | INET ]
  133.                Where AS225 and INET are synonyms. If you use MLink then you can
  134.                choose either option. If you leave out this line OpusFTP will
  135.                first look for AmiTCP and, failing that it will look for AS225.
  136.                If anybody can check this with different AS225 implementations
  137.                it would be much appreciated.
  138.  
  139.    26-Feb-96 - In the *next* version of Opus, the ftp command template options
  140.       #124     will be visible in the '{}' listview of the function editor -
  141.                try it when it arrives.
  142.  
  143.    05-Mar-96 - Moved the version string to the beginning of the file.
  144.  
  145.    06-Mar-96 - The 'inactive command is not supported' requester no longer
  146.       #125     appears.
  147.  
  148.    19-Mar-96 - Implemented asynchronous transfers for 'get' operations. Now
  149.       #127     much faster.
  150.  
  151.    20-Mar-96 - Directory scanning is now also asynchronous.
  152.       #128
  153.  
  154.       #129   - Fixed bug which was interfering with aborts on asynchronous
  155.                operations.
  156.  
  157.    27-Mar-96 - Changed addressbook requester title from 'phonebook' to
  158.       #130     'addressbook'
  159.  
  160.    01-Apr-96 - Downloaded files now have the same datestamp as the original
  161.       #131     on the FTP site.
  162.  
  163.              - Addressbook requester now appears even if config file doesn't exist
  164.  
  165.    09-Apr-96 - Changed CONFIGFILE from "Dopus5:FTP/ftp.config" to
  166.       #132     "Dopus5:System/ftp.config"
  167.  
  168.    09-May-96 - Displays server error messages in requesters for failed operations
  169.       #134
  170.  
  171.    13-May-96 - Simplified the Address Book entries in the ftp.config file to
  172.       #135     "ANONYMOUS=ANON/S,USERACCOUNT=ACCT/S,ALIAS/K,HOST,ADDRESS=ADDR/K,
  173.                 PATH=DIR,USER/K,PASSWORD=PASS/K"
  174.  
  175.                You can now create an anonymous entry as:
  176.                  ftp.wustl.edu /pub/aminet
  177.  
  178.                And a user account entry as:
  179.                  foo.bar.com /home/fred USER fred
  180.  
  181.    15-May-96 - If the initial path cannot be CWDd to, its parent is tried.  This is
  182.       #136     useful when interfacing Opus FTP with a web browser such as AWeb.
  183.  
  184.    21-May-96 - Quitting Opus FTP now causes all operations to be aborted immediately.
  185.  
  186.    22-May-96 - Added the NOW keyword to the FTPQuit command.  This will cause all
  187.       #137     operations to be aborted immediately.  Without this keyword, the
  188.                current operations will be allowed to complete before Opus FTP is
  189.                shut down.
  190.  
  191.    24-May-96 - Copy now takes the standard template "NAME,TO,QUIET/S,UPDATE/S"
  192.       #139     and supports the NAME and TO keywords, QUIET and UPDATE are ignored
  193.  
  194.    30-May-96 - CopyAs template now supported
  195.       #142
  196.              - Delete template supported including quiet switch
  197.  
  198.              - MakeDir template supported including selcect and read switches
  199.  
  200.              - Problems identified and fixed regarding aborting - please test this
  201.  
  202.              - Now supports the 'Select Destination' requester
  203.  
  204.              - Added missing error requesters for file transfers including local
  205.                errors as well as server errors
  206.  
  207.              - Problem regarding default logfile opening incorrectly fixed
  208.  
  209.    31-May-96 - Will now attempt to use the toolbar named 'toolbar_ftp' for all FTP
  210.       #143     listers
  211.