Thread: 5.5.4
View Single Post
Old 01-15-2004, 08:16 PM  
neoxed
Too much time...
 
Join Date: May 2003
Posts: 1,326
Default

Not really much of a bug...just out of curiosity...

In the ioFTPD.ini

Quote:
OnNewDir = TCL ..\scripts\test.itcl newdir
OnDelDir = TCL ..\scripts\test.itcl deldir
All that test.itcl contains is - iputs "Args: $args"

Output:

Quote:
MKD test
550-Args: newdir "E:\Site\VCD\test" "/VCD/test"
257 "test" created.

RMD /VCD/test
250-Args: deldir "E:\Site\VCD\test" "/VCD/test/"
250 RMD command successful.
DelDir returns the vPath with a trailing / while NewDir doesn't, wondering if it's meant to be this way.
neoxed is offline   Reply With Quote