PDA

View Full Version : CD* dirs looks like a dupe :(


Jog
09-21-2004, 03:21 PM
Hi, i always have dirs like CD1 CD2 CD3 etc seems likes dupe

in my init.itcl i've set this:

set ND_NOLOG(DIRS) "*/CD* */cd?/* */CD?/*"

but it logs always in dupedir.log :(

where i mismatch in my configuration??

[b]ioFTPD.ini[b][Events]
OnUploadComplete = EXEC php.exe -q C:\ioFTPD\scripts\php_psio\zipscript-c.php
OnUploadError = EXEC php.exe -q C:\ioFTPD\scripts\php_psio\zipscript-c.php

OnFtpLogIn = EXEC ..\scripts\ioA\ioA.exe logon

OnUploadError = TCL ..\scripts\newdir\OnUploadError.itcl
OnNewDir = TCL ..\scripts\newdir\OnNewDir.itcl
OnDelDir = TCL ..\scripts\newdir\OnDelDir.itcl
OnServerStart = TCL ..\scripts\newdir\OnServerStart.itcl
OnUploadComplete = TCL ..\scripts\newdir\OnUploadComplete.itcl

OnUploadComplete = TCL ..\scripts\nfourl.itcl

new dir FTP_Custom_Commands are under ioA & pSio ...

i use:
# ioFTPD | 5.8.5r
# ioA | 1.1.9
# ioGroups | 1.0.288
# ioTrayIcon | 1.6.1
# SiteKill | 2.0.7
# NewDir | 3.5.2
# ioGui | 2.0.5
# WarChive | 1.3
# pSio | 0.1.4
# dZSbot | 1.15

-=DoBBeR=-
09-23-2004, 03:58 AM
same problem here..
I fixed it by using this line:
set ND_NOLOG(DIRS) "*/CD* */cd*/* */CD*/*"

thunk
10-11-2004, 10:41 AM
i have the same problem with Sample dirs.

setup in init.tcl is like following:

# setup here the paths masks (or dirs masks) you don't want to be logged in newdir.log
set ND_NOLOG(ND) "*/req/* */archive/* */sample/* */Sample/* */sample*/* */Sample*/* */cd/* */CD/* */cd*/* */CD*/* */#DUMP1/* */#DUMP2/*"

# setup here the paths masks (or dirs masks) you don't want to be logged in dupedir.log
set ND_NOLOG(DIRS) "*/req/* */sample/* */Sample/* */cd/* */CD/* */cd*/* */CD*/* */#DUMP1/* */#DUMP2/*"

Can't understand why it always logs 'Sample' in newdir.log and dupedir.log under the upload section...

Jog
10-11-2004, 02:04 PM
set in this way: */Sample* */sample*