ok, ive done a little more testing
when you dele a file, outputting $args (iputs ">> $args") works fine
although, when you attempt to delete one of these "locked" files, nothing is outputted for $args
it seems that $args, which we need to parse etc, is lost somewhere
it also seems that $pwd $path etc are also non existant
ie.
a good file deleted
DELE test.nfo
250 DELE command successful.
>> DELE test.nfo
a "locked?" file deleted
DELE test2.nfo
550 test2.nfo: No such file or directory.
so $args is being lost somewhere
btw panic, this is simply using the
[FTP_Post-Command_Events]
dele = TCL c:\ioFTPD\DELETEST.itcl
ini settings
__________________
#iotools #ioftpd (both on efnet)
|