Page 1 of 1

[solved]result folder permission

Posted: February 14th, 2008, 6:27 pm
by vinam
hello,
I have a DS107+  with sabnzbdplus version 0.3.0-1.
newsgroup download work fine. But the result folders created are only accessible to root.

here is an example:
drwx------ 2 root root 4096 Feb 12 14:39 xms-dbz3p

So I have to schedule chmod -R 777 download_folder to resolve it.
But do you know how to configure SABnzbdplus to change the right of result folders ?

Thanks

Re: result folder permission

Posted: February 15th, 2008, 12:41 am
by rascalli
add this to your ini file  :

permissions = 0777

Re: result folder permission

Posted: February 15th, 2008, 8:30 am
by vinam
I added the permissions in the ini file. It is ok now.
Thanks you very much.