Thread: 5.8.6r bug
View Single Post
Old 11-20-2005, 08:36 AM  
tuff
Senior Member
 
Join Date: Jan 2003
Posts: 277
Default

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)
tuff is offline   Reply With Quote