in file ..\scripts\kill_log.bat:
Code:
cd ..\logs
del xferlog
del ioFTPD.log
del Error.log
del SysOp.log
del SystemError.log
in you ioFTPD.ini under
[Scheduler]
add line:
del_logs = 0,10,20,30,40,50 * * * ..\scripts\kill_log.bat
restart your site
wait and see the results
(PS: untested)