v1.01

o Fixed the SYS error message caused by reading the address book at the same
  time the drives were being checked.
o If a link resolves to a directory that is already in the tree somewhere
  else and the resolve directory is loaded, the data will no longer appear
  in the other directory.  ftp.cdrom.com and boris.infomagic.com had
  problems related to this.

v1.02

o Added support for IBM's FTPD server.  The parser didn't like the output
  from the dir command with this server.
o Fixed packaging .cmd file which grabbed the incorrect registration form.
  The correct register.txt is now included in the archive.
o The local file view was accidently deleting the file from the hard disk
  after viewing because it thought it was a temp file.
o Permission denied on the delete processed correctly now.
o Added toggle to install program to decide if the default .ini file will
  be installed.  This allows the option to not have your previous version's
  .ini overwritten.

v1.03

o Fixed upload/download/list problems with Windows NT FTP servers.

v1.04

o Fixed problem with accepting the connection from the server.  This would
  often InterFTP to become stuck retrieving directory lists, upload, and
  download.

v1.05

o You probably have been wondering what I have been working on for so long.
  Well here is the beginning of it.  We have written a custom treeview control
  which removes the limitations that OS/2's container control has.  We have
  replaced only the address book container with the new treeview in this
  version so that we can have a wide scale test of the new control and see if
  it is functioning like it should.  The next version will use the new
  treeview control for the file listings.  This new control allows scrolling
  during drag/drop and selection operations.  It also supports multiple
  selection of items.

v1.06

o Fixed bug in treeview control with the double click over the expand/collapse
  button.  It was sending the double click message causing a connection to
  the site instead of just expanding/collapsing the branch.
o Fixed a bug in the drawing of the connecting lines between items in
  certain circumstances.
o Fixed redraw bug in the treeview which caused vertical scroll bar to be
  overdrawn by items in the treeview.
o Enhanced redraw of the blank spaces between the horizontal scroll bars
  in the treeview.
o Added support for enter and carriage return keys in the treeview.  They
  have the same effect as double clicking on an item.
o Fixed the popup menu, on the remote directory list, not highlighting the
  queue command when an entry in the local list was not selected.
o Fixed some of the local listing popup menus from being highlighted when
  they shouldn't have been.
o Finally fixed the problems with WindowsNT FTPD.  I made the mistake of
  testing InterFTP on ftp.microsoft.com   Come to find out that isn't NT FTPD
  that they are running.  It is a hacked version of something like NetBSD
  which reports Windows_NT 4.0 when the SYST command is issued.  Just goes to
  show you that microsoft knows their stuff can't handle it.
o Enhanced algorithm that checks for duplicate entries while adding a group of
  files to the upload/download queue.
o Fixed a bug in the treeview delete function.  It was incorrectly deleting
  the last item in the root directory.
o Fixed bug in the function that adds an entire path to the treeview.  This
  wasn't apparent in prior versions because they didn't have the new treeview.
o Replaced the OS/2 container control with the new custom treeview control.
o Simplified the popup menus.
o There is no longer tagging of files by double clicking because multiple
  selection is supported by the treeview control directly now.
o The last column in the treeview will always be as wide as possible now.
o The highlighting bar for a column is only as wide as the text now.
o Fixed bug in the loading of a saved FTPD directory structure.  If there
  was no saved directory and the path where IFTP has installed wasn't a FAT
  8.3 filename then it would take the HPFS path and create the FAT equivalent.
o Some servers did not understand the SYST command.  In this situation we
  now assume it is a unix type server.  This stops the hangup that InterFTP
  had with a server running on a SunOS machine.
o Added Load (normal and recursive) option to the remote directory popup
  menu.

v1.07

o Fixed bug in changing to the starting directory in a site.
  ftp.wilmington.net had a link for the starting directory "/bmtmicro" which
  confused InterFTP.  Now it issues the CWD command and if successful sends
  the PWD command to find out the actual path.
o Some machines running IBM's FTPD were generating an error message for
  DosOpen if a LIST X: (Where X is the drive letter) was performed.  To solve
  this problem a \ is appended when dir for a root directory on any drive is
  performed.
o Fixed the SYS3175 caused when queuing a file.
o The options on the popup menu take effect on all the selected items now.  If
  no item is selected then the item underneath where the mouse is right clicked
  is selected.  If two types of items (i.e. dir and file) are selected then
  the popup menu for the first item is selected.  The other selected items
  that aren't of the same type are ignored.
o Multiple sites can now be selected in the address book.  When the connect
  button is pushed it will log in to all the selected sites.
