No need to post half your ioFTPD.ini contents which is irrelavant to your problem.
From your ioA.cfg:
...
Search_Path_0 = d:\ioFTPD\home|/|3
...
Search_Log_File = d:\search.log
Search_Using_Log = 1
Now.. does everything on your site exist in d:\ioFTPD\home? Or is that just an empty root directory? If you have other dirs mounted in VFS, add those as search paths in ioA.cfg as well.. ie.
Search_Path_0 = d:\ioFTPD\home|/|3
Search_Path_1 = e:\apps|/apps|0
etc.
Now that you are sure you've added all search paths correctly, either don't use search log, or make sure your search log is up to date. Create a site command to build/update the search log.
[FTP_Custom_Commands]
searchlogcreate = EXEC ..\scripts\ioA\ioA.exe searchlogcreate
[FTP_SITE_Permissions]
searchlogcreate = 1M
Now try to search again.
|