View Single Post
Old 04-01-2007, 09:49 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default V6.0.1

Version 6.0.1 is out

ioFTPD-v6.0.1.zip

Code:
V6.0.1 Release Notes:

1) "site space" is really called "site size".  It no longer requires an
   argument because it assumes "." if none specified.  It also prints out
   the name of path for clarification.

2) Fixed "list -R" only working when specified with "-a" option.

3) The OnLogIn event removed from ioFTPD.ini file.  There are two separate
   events.  OnFtpLogIn and OnTelnetLogIn added.  OnFtpLogIn is what had been
   used, so no actual change in functionality.

4) "Upload_PreAllocation" unused and removed from ioFTPD.ini file.

5) New ioFTPD.ini option (Idle_Exempt).  This allows you to specify who
   should be immune from getting kicked by the idle timer.  Only for FTP.

6) You can now completely remove the vfs file setting from a user or a
   group by specifing "default" as the vfs file.  Useful when you want to
   revert to using the ioFTPD.ini Default_Vfs setting.  This works with
   the "site change" and the itcl [change] command.
     site change <user> vfsfile default
     site change <group> groupvfsfile default

7) Raised the maximum size of File Context settable via itcl from 2k to
   3500.
Yil is offline