I'm having a tiny problem with NEWDIR when making a directory in my TV-dir. For some reason NEWDIR won't log the correct section to newdir.log. Instead it writes the last section uploaded to previously. I guess it's because it can't find the correct section and therefore writes the one it has stored in memory... or something like that.
I've configured the ioftpd-sections like this in ioftpd.ini:
0DAY = 0 /0day/*
DIVX = 0 /DiVX/*
DVDR = 0 /DVD-R/*
ISO = 0 /ISO/Docs/*
MP3 = 0 /MP3/*
REQUEST = 0 /Request/*
SVCD = 0 /SVCD/*
TV = 0 /TV-Rips/*
VCD = 0 /VCD/*
Default = 0 *
and there shouldn't be any problem. At least I get the proper section when browsing the TV-Rips directory.
In newdirlog.itcl i have this line setup:
set sections "0DAY DIVX DVDR ISO MP3 REQUEST SVCD TV VCD"
Pretty straight forward.
I've been checking for typos, spaces and obviuos misconfigurations, but I can't find any. What is strange is that it works on all other sections. It's just the TV directory that goes banana.
Can someone please try to give me a hint on what could be the problem? I'm sure it's something really simple that I'm just not seeing.