PDA

View Full Version : [Fixed] how can I exclude dirs from announces ?


TimRear
08-02-2004, 06:08 PM
Hi there,
is it possible to exclude some dirs (maybe /private) from be listed in "current_dirs.log"? If someone is uploading in this thread, the irc bot post it every time. Of course this should not be so *fg*

Many thanks for Help!

Harm
08-03-2004, 01:21 AM
The sitebot does not announce current_dirs.log but ioFTPD.log.
No, you can't exclude newdirs to be logged there.
Yes, you can exclude some sections from the announces.

What version are you using ?

TimRear
08-03-2004, 04:02 AM
Thanks for answer, Harm.

[R] site version
[R] 200-ioFTPD version 5-8-5r
[R] 200-ioBanana version v19
[R] 200 Command successful .:banana:

Harm
08-03-2004, 06:52 AM
For v19:
set denypost "/private* /hidden*"

For v20 (you should upgrade):
set ioBvar(denypost) "/private* /hidden*"

Both in ioBanana.tcl.

TimRear
08-03-2004, 09:36 AM
mhhhh, for testing i set it to the following:


## Those dirs (and subdirs) won't be announced
## !!! denypost is CASE SENSITIVE !!!
set denypost "/*"


but the bot is still posting on irc chann. ?!?!

eXtoon
06-12-2005, 03:05 PM
I have this problem too.. I want to exclude /private also.. but it seems the denypost is ignored or something.

thanks