FlashFXP Forums

FlashFXP Forums (https://oss.azurewebsites.net/forum/)
-   Harm's scripts (https://oss.azurewebsites.net/forum/ioftpd/ioftpd/scripting/harm-s-scripts/)
-   -   [Fixed] SFV overwriting (https://oss.azurewebsites.net/forum/ioftpd/ioftpd/scripting/harm-s-scripts/9428-fixed-sfv-overwriting.html)

Quincy 12-06-2004 10:28 AM

SFV overwriting
 
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]
Code:

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:
Code:

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:

Code:

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

instead of
Code:

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

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


All times are GMT -5. The time now is 10:31 PM.

Powered by vBulletin® Version 3.8.11 Alpha 3
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)