werkz
MidKnight - I had same problem happening, unsure if it will be same fix as what i did though. the dox say i think to use relitive paths:
OnFtpNewDir = ..\scripts\newdir\newdirlog.itcl
setting it up like that the script seems to lie to you, says its successful however never creates / writes to the log file. Try using absolute path, example:
OnFtpNewDir = c:\ioftpd\scripts\newdir\newdirlog.itcl
I did this only for the EVENTS and PRE, the script line i left as relitive.
hope that solves your problem!
( Using the Registered version )
- DaRaz
|