Under:
[FTP_Custom_Commands]
add:
searchlog = EXEC ..\scripts\ioA\ioA.exe SEARCHLOGCREATE
Then in ftp client custom commands "site searchlog" to see what happens.
If it comes back with purely command successful then it cant find the ioA binary. Otherwise it should have an error reason.
Weird way to have it running anyways. 0:15, 0:30, and 0:45 but no other times? Is that whats intended?
I'd suspect you want it every 15 mins in which case you need to use "searchlog = 0,15,30,45 * * * EXEC ..\scripts\ioA\ioA.exe SEARCHLOGCREATE"
|