Code:
v7.5.2 Release Notes:
1) Files in \System:
Changed : ioFTPD.[exe,pdb] - Version 7.5.2.0.
*** Bug Fixes:
2) Fixed a bug where the built-in default Port_Deny_Host settings were
improperly setup and not selected automatically if the .ini setting is
missing completely.
3) Fixed a bug where changes to Device options in the .ini file might not be
loaded immediately after a site rehash because of an internal check to
make sure that isn't done within 30 seconds of the last update. That
check is intented to prevent looking up the values over and over again
if more than one service shares the same Device. That check is still used
but the rehash counter must not have been incremented.
4) Added some Debug.log lines to catch interesting async socket related
events.