NotFTP Changelog

Legend
[!] Comment
[+] New feature
[*] Improved/changed feature
[-] Bug fix

Version 1.3.1 (02/20/2003)

  [+] Support for symbolic links (finally).
  [+] Support for SSL-FTP (as long as you have PHP compiled with OpenSSL
      support, or have the OpenSSL extension loaded under Windows).
  [+] Option to specify a list of servers and ports users can connect to,
      rather than allowing the user to specify any server.
  [+] French translation (thanks to Guillaume Libersat
      <glibersat@gnurus.org> and Ivan Machetto <ivanmachetto@free.fr>)
  [-] Logoff failed to destroy session cookies.

Version 1.3.0 (10/12/2002)

  [+] Internationalization support, along with a very bad Babelfish
      translation to Spanish for demonstration purposes.
  [+] Custom style support; allows users to choose a stylesheet to
      use (administrators can specify a default style in
      config.php).
  [+] Option to change the port number NotFTP connects to by default.
  [+] Option to allow users to specify what port to connect to (this
      is disabled by default; you can turn it on in config.php).
  [+] Option to allow or disallow users to connect to servers on the
      NotFTP server's internal network (i.e., 192.168.*). This option is
      disabled by default, for security reasons.
  [+] If no server is specified, NotFTP will attempt to connect to
      localhost.
  [*] All pages are XHTML 1.0 (transitional) compliant.
  [*] Error messages are less ugly.
  [*] Code cleanup and comment reformatting to be PHPDoc compliant.

Version 1.2.2 (06/06/2002)

  [-] Fixed a directory listing bug that cropped up with certain
      servers (WarFTP in particular).
  [-] Fixed a path formatting bug that confused some servers.

Version 1.2.1 (04/04/2002)

  [-] Fixed a nasty logoff bug.

Version 1.2 (03/21/2002)

  [+] Added optional passthru downloading which streams files
      directly from the FTP server to the user without ever storing
      them locally on the NotFTP server
  [+] Added support for a transfer quota, which enables you to set a
      limit on the number of bytes that can be transferred per user
      per day
  [*] Non-passthru downloads are now streamed to the client, instead
      of simply redirecting the client to the local copy of the file
  [-] Fixed bug with the transfer limit not being properly applied
      to uploads

Version 1.1 (03/16/2002)

  [+] Added support for passive FTP connections
  [+] Added configuration option for script timeout
  [+] Added option to set a limit on the number of files that can be
      transferred per user per day
  [*] File listing now displays file size, date, and permissions
  [*] Improved directory list parsing regular expression, which
      fixes the issue with filenames and directories not being
      displayed if they contained certain characters
  [*] Many UI improvements

Version 1.0 (03/14/2002)

  [!] First release.