PDA

View Full Version : [Fixed] SFV overwriting


Quincy
12-06-2004, 10:28 AM
Dunno if its actually a ioBanana bad configuration but when racing, people reupload and overwrite an already uploaded SFV file in the raced dir.
Shouldnt it be skipped? Where I made the mistake?

fobban
12-06-2004, 10:30 AM
Open up your ioFTPD.ini and add under the section [VFS]
Resume = */*.sfv !*
Resume = */*.nfo !*
Overwrite = */*.sfv !*
Overwrite = */*.nfo !*
That would deny anyone who tries to resume/overwrite sfv and nfo files.

janis
12-06-2004, 10:36 AM
maybe you have *.sfv in undupe.dat

Quincy
12-06-2004, 11:13 AM
Added those to ioftpd.ini and yes, had also .*sfv and .*nfo in the undupe.dat.
Thanks everyone

Quincy
12-07-2004, 06:09 AM
Got another problem tho..now it skips all the .nfo files whatever the directory they are uplaoded on if they have same name .

Have also tried to delete from ioftpd.ini:

Resume = */*.nfo !*
Overwrite = */*.nfo !*

But still doesnt work.

Harm
12-10-2004, 05:30 PM
Could you define "it" and "skips" in your particular case please.

darko
12-13-2004, 11:33 PM
actually i never got this to work too. i have:

Resume = *.nfo !*
Resume = *.sfv !*
Resume = * *


why doesnt that work?

Harm
12-19-2004, 01:06 PM
darko: You forgot to deny the right to overwrite those files.

fobban
12-20-2004, 06:53 AM
I'm not sure but maybe you need to have:

Resume = */*.nfo !*
Resume = */*.sfv !*

instead of
Resume = *.nfo !*
Resume = *.sfv !*

And of course you also need to add the same for overwriting.