home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / TOOLS / FTP / AFTP10.EXE / README.TXT < prev    next >
Encoding:
Text File  |  1998-03-02  |  15.6 KB  |  426 lines

  1.                          AbsoluteFTP(TM)
  2.  
  3.           version 1.0 (official release) -- March 3, 1998
  4.  
  5.        Copyright (C) 1996-1998 by Van Dyke Technologies, Inc.
  6.                         All rights reserved.
  7.  
  8.  
  9. Description
  10. -----------
  11.  
  12.   AbsoluteFTP is a 32-bit Windows (TM) Sockets application that
  13.   implements the client side of the File Transfer Protocol (FTP)
  14.   as specified in RFC 959.  If you have any questions, please
  15.   visit our web site:
  16.  
  17.        http://www.vandyke.com
  18.  
  19.   or, send e-mail to AbsoluteFTP-questions@vandyke.com .
  20.  
  21.  
  22. Reporting Bugs
  23. --------------
  24.  
  25.   If you experience an uncaught exception, General Protection
  26.   Fault (GPF), or something you believe is a bug, please send
  27.   e-mail to AbsoluteFTP-bugs@vandyke.com .
  28.  
  29.   Please do not assume someone else will report it.  We will
  30.   try to resolve reported bugs as quickly as possible.  However,
  31.   we can't resolve bugs that are not reported.
  32.  
  33.   Please describe the problem in as much detail as possible. In your
  34.   e-mail message, please include the following information:
  35.  
  36.      the version of AbsoluteFTP (as shown in the About dialog box)
  37.      the TCP/IP package and version
  38.      the operating system and version
  39.  
  40.  
  41. Changes in AbsoluteFTP 1.0 (official release)
  42. ---------------------------------------------
  43.  
  44.   New features:
  45.     - added support for IBM OS/2 FTP server
  46.  
  47.   Changes:
  48.     - improved WFTPD server support
  49.  
  50.   Bug fixes:
  51.     - fixed GPF bug that occurred occasionally when resuming an
  52.       interrupted file transfer
  53.     - fixed list view updating when global file types were changed
  54.  
  55.  
  56. Changes in AbsoluteFTP 1.0 (beta 11)
  57. ------------------------------------
  58.  
  59.   Changes:
  60.     - changed title bar text for local window to specify 'Local'
  61.     - changed title bar text for remote window to display the
  62.       session name (instead of host name/IP address)
  63.  
  64.   Bug fixes:
  65.     - fixed bug that caused directory parsing problems after
  66.       multiple, simultaneous transfers
  67.     - fixed failure to automatically establish a passive data
  68.       connection for servers that do not implement the PASV command
  69.     - fixed bug that enabled 'Open' when multiple items were selected
  70.     - fixed bug that interrupted drag & drop operations when the file
  71.       type query dialog was displayed
  72.     - fixed bug that caused incorrect main window size to be saved
  73.       when application was terminated from the license window
  74.  
  75.  
  76. Changes in AbsoluteFTP 1.0 (beta 10)
  77. ------------------------------------
  78.  
  79.   New features:
  80.     - added in-place renaming capability
  81.     - added F2 accelerator for rename
  82.     - added SHIFT+Delete accelerator to bypass the recycle bin
  83.     - added TAB handling to switch focus between tree and list view
  84.     - added support for non-PASV data connections through SOCKS
  85.       firewalls
  86.     - added ability to automatically establish a non-passive data
  87.       connection after a failed PASV command, and vice versa
  88.     - added support for WFTPD FTP servers
  89.  
  90.   Changes:
  91.     - improved error reporting for SOCKS connections
  92.     - changed drag & drop behavior to only highlight drop targets
  93.       representing file system folder objects
  94.     - changed file transfer error windows to show error message
  95.       reported from the FTP server
  96.     - improved overwrite confirmation compatibility for HellSoft
  97.       FTP server
  98.     - number of application instances restricted to one
  99.  
  100.   Bug fixes:
  101.     - fixed bug that caused empty session window after connecting
  102.       and choosing to resume a broken transfer
  103.     - fixed bug that caused incomplete loading of "Open With"
  104.       dialog
  105.     - fixed GPF bug that occurred intermittently when deleting files
  106.       on some VMS servers
  107.     - fixed automatic local window update to include root folders
  108.       on network shares and local drives
  109.     - opening shortcuts to folders is supported
  110.     - fixed bug that caused some file operations initiated during a
  111.       transfer to fail
  112.     - fixed bug that caused cursor to disappear intermittently
  113.     - fixed bug that blocked user input after choosing to "Cancel"
  114.       a transfer operation
  115.     - fixed GPF bug that occurred when pasting files that were copied
  116.       from closed remote sessions
  117.     - fixed GPF bug that occurred when closing the session window
  118.       during continuous login retry
  119.  
  120.  
  121. Changes in AbsoluteFTP 1.0 (beta 9)
  122. -----------------------------------
  123.  
  124.   New features:
  125.     - added "Open With..." dialog
  126.     - added "Copy Session" feature to Connect dialog
  127.     - added "New session uses wizard" global option
  128.     - added "Log messages during transfer" global option
  129.     - added "Move deleted local files to the Recycle Bin" global option
  130.     - added accelerator keys for the "Change Directory" and
  131.       "Quote Command" commands
  132.     - added transfer type option to "Save As" dialog.
  133.     - added local directory edit field to session Site tab to replace
  134.       "Restore last local directory" flag on global General tab
  135.  
  136.   Changes:
  137.     - changed the cache directory browse dialog on the Global
  138.       Configuration Advanced tab
  139.     - changed display for shortcuts to include the shortcut overlay
  140.       icon and to unconditionally remove the .lnk filename extension
  141.     - changed display of shared folder items to include the shared
  142.       overlay icon
  143.     - improved behavior of list view to reduce flashing and keep its
  144.       scroll position on refresh
  145.     - improved speed of application startup
  146.     - enhanced error reporting to be more verbose in most cases
  147.     - global and session configuration dialogs remember/restore last tab
  148.     - drag and drop of a single file on a file will not overwrite
  149.       target file
  150.  
  151.   Bug fixes:
  152.     - fixed GPF bug that occurred when changing root folders on an FTP
  153.       site
  154.     - fixed bug that caused incorrect list view sorting first time
  155.       AbsoluteFTP is used
  156.     - fixed bug in File Types tab that allowed types to be listed in
  157.       non-sorted order
  158.     - fixed bug that allowed file operations to be performed while
  159.       attempting to abort another file operation
  160.     - fixed bug that caused 100% CPU usage when local window had
  161.       non-file system folders (e.g. My Computer ) selected
  162.     - fixed incompatibility with NT 4.0 FTP servers that used UNIX
  163.       style paths with MSDOS-style listings
  164.     - fixed bug that left remote session view in an incorrect
  165.       directory after performing a recursive copy
  166.     - fixed bug that caused a local file to be created and not closed
  167.       when Cancel was chosen from the "Choose File Type" dialog
  168.     - fixed bug that caused local view to hang when its current
  169.       directory was removed by another application
  170.     - fixed bug that caused list view icons to not update after
  171.       changing default icons in the File Types tab
  172.     - fixed bug that failed to save restart parameters when connection
  173.       was lost during some transfers
  174.     - fixed bug that caused default icon not to appear under Windows
  175.       95 for some file types (i.e. icons, cursors, etc.)
  176.     - improved automatic detection for Windows NT 3.51 FTP servers
  177.     - fixed bug that caused list view column widths to be saved as
  178.       zero when last view mode was not Details or List
  179.     - improved visual feedback during drag & drop
  180.  
  181.  
  182. Changes in AbsoluteFTP 1.0 (beta 8)
  183. -----------------------------------
  184.  
  185.   New features:
  186.     - added automatic local window update
  187.     - added ability to restore the last directory as well as the
  188.       last local directory for each session
  189.     - added optional "Attributes" column in Details view
  190.     - added initial support for MSDOS FTP servers
  191.     - added session configuration option to override automatic
  192.       detection of operating system
  193.  
  194.   Bug fixes:
  195.     - fixed bug that caused local directory creation to fail
  196.     - fixed bug that allowed document to close with transfer in
  197.       progress
  198.  
  199.  
  200. Changes in AbsoluteFTP 1.0 (beta 7)
  201. -----------------------------------
  202.  
  203.   New features:
  204.     - added support for VMS FTP servers
  205.     - added support for NetPresenz/MACOS FTP servers
  206.  
  207.   Changes:
  208.     - added transfer log output to the session window log
  209.     - improved efficiency of local window directory listings
  210.     - improved display behavior of default icons for File Types that
  211.       have an empty icon path or icon path of '%1'
  212.     - changed behavior of local delete file operation to move
  213.       deleted files to the Recycle Bin
  214.  
  215.   Bug fixes:
  216.     - fixed GPF bug caused by closing a remote session during the
  217.       busy site retry delay
  218.     - fixed bug that caused current file count to display incorrectly
  219.       during resumed transfers
  220.  
  221.  
  222. Changes in AbsoluteFTP 1.0 (beta 6)
  223. -----------------------------------
  224.  
  225.   New features:
  226.     - added manual/configurable retry mechanism
  227.  
  228.   Changes:
  229.     - changed updating mechanism to update only items affected by
  230.       actual changes made in Global Configuration
  231.     - improved efficiency of code for listing/sorting local
  232.       directories
  233.  
  234.   Bug fixes:
  235.     - fixed GPF bug that occurred when changing Global Configuration
  236.       during transfers
  237.     - fixed GPF bug that occurred when deleting a directory on a
  238.       remote site in the tree view.
  239.     - fixed bug that caused painting artifacts during column
  240.       resizing and kept double-click column resizing from working in
  241.       the list view under Windows 95
  242.  
  243.  
  244. Changes in AbsoluteFTP 1.0 (beta 5)
  245. -----------------------------------
  246.  
  247.   New features:
  248.     - added 'Close window on disconnect' option
  249.     - added 'Prompt to disconnect on close' option
  250.     - corrected tree view expansion button behavior to follow
  251.       Windows Explorer's model
  252.     - added 'Display the full path in title bar' option
  253.     - added 'Do not show hidden or system files' option
  254.     - added 'Display filenames using Explorer attributes'
  255.     - added 'Reset All' button to File Types tab to reload file type
  256.       definitions from the Registry
  257.     - added functionality to restore the last local directory on
  258.       startup
  259.  
  260.   Changes:
  261.     - improved sorting on Type to perform secondary sort by file
  262.       extension
  263.     - improved file type manager to initially import ALL file types
  264.       from the Registry
  265.     - improved extension editing in the 'Edit File Type' dialog
  266.     - Changed SOCKS 4 firewall type to attempt to resolve host names
  267.       using a local DNS server instead of using SOCKS 4a extension
  268.  
  269.   Bug fixes:
  270.     - fixed bug that caused change directory to fail when user
  271.       was not logged in
  272.     - fixed text colors in Quick Connect dialog to use system colors
  273.     - fixed bug that caused failure to prompt for Account when
  274.       changing directories
  275.     - fixed bug that caused change directory operations to fail
  276.       whenever PWD command failed
  277.     - fixed bug that left session in a hung state when an invalid,
  278.       initial directory was specified
  279.     - fixed bug that caused file times on downloaded files to be set
  280.       incorrectly
  281.     - fixed bug that caused incorrect directory contents to be listed
  282.       after disconnecting and then executing a refresh operation
  283.     - changed 'Hide Dot Files' option to not interrupt active directory
  284.       listings, which caused GPF
  285.     - fixed bug that failed to read filenames with embedded 8-bit
  286.       characters from FTP servers
  287.  
  288.  
  289. Changes in AbsoluteFTP 1.0 (beta 4)
  290. -----------------------------------
  291.  
  292.   New features:
  293.     - added context menu to log window (clear and copy)
  294.     - added directory listing output to log window
  295.     - added firewall support:
  296.       - SOCKS version 4
  297.       - SOCKS version 5
  298.       - OPEN host
  299.       - USER user@host:port
  300.       - USER user@host port
  301.       - USER user@host port (with login)
  302.     - added reconnect and disconnect toolbar buttons
  303.     - added support for MudOS FTP servers
  304.  
  305.   Changes:
  306.     - changed local view to display filename case as stored on
  307.       disk (instead of using sentence-style capitalization)
  308.     - changed appearance of Quick Connect and Connect toolbar buttons
  309.  
  310.   Bug fixes:
  311.     - fixed bug that prevented transferring of files to local root
  312.       directories
  313.     - fixed bug that caused make directory command to fail on
  314.       initial attempt
  315.     - changed directory listing processing to handle single newline
  316.       character as end-of-line marker
  317.     - disabled sending of blank username and password
  318.     - fixed GPF bug caused by dropping a file on the tree view
  319.       scroll bar
  320.  
  321.  
  322. Changes in AbsoluteFTP 1.0 (beta 3)
  323. -----------------------------------
  324.  
  325.   New features:
  326.     - added ability to change remote file permissions on UNIX hosts
  327.     - added ability to specify FTP connection port
  328.     - added uppercase/lowercase filename conversion on upload
  329.     - added Quote Command feature for sending arbitrary commands
  330.     - added Ctrl+A accelerator for Edit/Select All
  331.     - added View/Hide Dot Files menu item
  332.  
  333.   Changes:
  334.     - changed overwrite prompt during transfer to allow specifying
  335.       "Yes to All" and "No to All"
  336.     - remote file properties dialog now displays owner and group
  337.  
  338.   Bug fixes:
  339.     - fixed incompatibility with Microsoft FTP servers that caused
  340.       failure when the directory name contained a space
  341.     - fixed color display in log window to use system settings
  342.     - improved check for remote file existence
  343.     - fixed bug concerning long session names in Recent Session list
  344.     - corrected behavior of local window to show hidden/system files
  345.  
  346.  
  347. Changes in AbsoluteFTP 1.0 (beta 2)
  348. -----------------------------------
  349.  
  350.   New features:
  351.     - added support for resuming interrupted file transfers
  352.     - added "Window/Tile Vertically"
  353.     - download directory is persistent between sessions
  354.  
  355.   Changes:
  356.     - rename dialog now fills in 'To:' field with 'From:' filename
  357.  
  358.   Bug fixes:
  359.     - eliminated occasional "Application Error" when canceling
  360.       transfer
  361.     - improved parsing between UNIX group name and large file size
  362.  
  363.  
  364. AbsoluteFTP Features
  365. --------------------
  366.  
  367.   - Familiar Windows Explorer user interface for the local
  368.     and remote site
  369.   - Upload and download multiple files from multiple sites
  370.     concurrently
  371.   - Resume interrupted file transfers
  372.   - Firewall support
  373.   - Hierarchical session database for managing personal sites
  374.   - Named sessions allow saving of individual preferences
  375.     for each site
  376.   - Automated download action by file type
  377.   - Drag and drop (and copy and paste) file transfers
  378.   - Network Neighborhood support
  379.   - Ability to change file attributes
  380.   - Easy setup/install
  381.   - Automatic resolution of symbolic links (option)
  382.   - Auto hide of dot files (option)
  383.   - Quote command
  384.   - Uppercase/lowercase filename conversion on upload
  385.   - Quick connect dialog for easy connections
  386.   - Common features accessible via the right mouse button menu
  387.   - Easy access to AbsoluteFTP features through graphical toolbar
  388.   - Caching of remote host directory listings
  389.  
  390.  
  391. Known Problems
  392. --------------
  393.   - Novell network drives in the local window do not refresh
  394.     automatically
  395.   - Uploading files from Novell network drives sometimes fails
  396.   - Incompatible with FTP servers using pSOSystem, VM and MVS
  397.     file systems
  398.  
  399.  
  400. Feature Requests
  401. ----------------
  402.  
  403.   Please let us know what features you would like to see in the
  404.   next release version of AbsoluteFTP so that we can prioritize
  405.   them based on your input.  You may e-mail feature requests to
  406.   us at the following address:
  407.  
  408.      AbsoluteFTP-features@vandyke.com .
  409.  
  410.  
  411. Registration
  412. ------------
  413.  
  414.   For information on registration, see Registration under the
  415.   Help menu, in AbsoluteFTP.HLP, or http://www.vandyke.com .
  416.  
  417.  
  418. All other inquiries should be directed to:
  419.  
  420.    Van Dyke Technologies
  421.    P.O. Box 37457
  422.    Albuquerque, NM  87176
  423.    USA
  424.  
  425.    e-mail:  AbsoluteFTP-support@vandyke.com
  426.