View Single Post
Old 11-10-2003, 12:11 PM  
dudu
Junior Member
 
Join Date: Jul 2003
Posts: 17
Default

bounty

First of all, congrats 4 yer great script, everyone knows its really kewl

I would like to enlighten you about one very special character on this new version NEWDIR 3.0.6

Its just impossible to create dirs (MKD):
[L] MKD test
[L] 421 Timeout (120 seconds): closing control connection.

And look what i got in SystemError.log:

Code:
11-10-2003 14:52:42 "..\scripts\newdir\OnPreMkd.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ND_NoRoot": no such variable
    while executing
"if { $ND_NoRoot == 1 && $pwd == "/" } {
	set ioerror 2
	iputs "550 Requested action not taken. MKD not allowed in Root dir."
	return
}"
    (file "..\scripts\newdir\OnPreMkd.itcl" line 12)
------------------------------------------------------------------
Keep the good work
Cya

Editing:

Well i've tried to remove this line from ioFTPD.ini

mkd = TCL ..\scripts\newdir\OnPreMkd.itcl

and then what i got in SystemError.log:

Code:
------------------------------------------------------------------
11-10-2003 15:22:40 "..\scripts\newdir\OnFtpNewDir.itcl" terminated abnormally
--------------------------- ErrorInfo ----------------------------
can't read "ND_NOLOG(ND)": no such variable
    while executing
"foreach deny $ND_NOLOG(ND) {
		if { [string match -nocase $deny $vpath] != 0 } { incr nolognd ; break }
	}"
    (procedure "onftpnewdir" line 7)
    invoked from within
"onftpnewdir"
    (file "..\scripts\newdir\OnFtpNewDir.itcl" line 48)
------------------------------------------------------------------
dudu is offline   Reply With Quote