ioFTPD.ini:
[Scheduler]
###
# Scheduler
#
# Event = <minutes> <hours> <day of week> <day of month> Command
#
# Internal Commands:
#
# &Reset : Resets upload/download counters
# &Service_Update : Reloads devices and Restarts services, if bind ip of service has changed
#
Reset = 0 0 * * &Reset
Service_Update = 10,30,50 * * * &Service_Update
searchlog = 15,30,45 0 * * EXEC ..\scripts\ioA\ioA.exe SEARCHLOGCREATE
ioA.cfg:
[Search]
Search_Use_Star = 0
Search_Minimum_Length = 3
Search_Output_Too_Short = " Searchstring must be %characters characters or more"
Search_Output_Matches = " There are %number matches to your search criteria"
Search_Output_No_Matches = " Sorry no matches to your search"
Search_Output_Match = " %vfs/%target (%age)"
Search_Path_0 = G:\Ftp\[-USERS-]\[-INCOMING-]|/upload|8
Search_Path_1 = G:\Ftp\Full_Member_Area|/Full_member_area|8
Search_Exclude_Path_0 = G:\xxxxx\*
Search_Exclude_Path_1 = d:\ioFTPD\site\admin\*
Search_Exclude_Show_0 = *complete*
Search_Exclude_Show_1 = *incomplete*
Search_Include_Files = 1
Search_File_Filter_0 = .*
Search_File_Filter_1 = *.nfo
Search_Log_File = c:\search.log
Search_Using_Log = 1
Search_Sort_Order = 3
But c:\search.log does not exist generally
Any idea?
Thnx