Thread: delete log file
View Single Post
Old 03-04-2005, 06:47 PM  
mr_F_2
Senior Member
 
Join Date: Jan 2004
Posts: 203
Default

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)
mr_F_2 is offline   Reply With Quote