Search found 3 matches

by RJSC
Thu Nov 19, 2009 10:46 pm
Forum: General
Topic: Transmission Remote GUI
Replies: 64
Views: 154650

Re: Transmission Remote GUI

Are you coding support for "magnet links" handling in the next version?
by RJSC
Wed Jan 21, 2009 9:49 pm
Forum: Requests
Topic: specifying file permission
Replies: 6
Views: 22308

Re: specifying file permission

umask 002
I've just putted this line before calling transmission daemon in the init.d script that came on my Linux Distribution.
Calculating the number is kind of hard and badly explained / documented over the web.
I used the number 002 because I've read in some website that it gave both the user ...
by RJSC
Thu Jan 15, 2009 1:48 am
Forum: Requests
Topic: specifying file permission
Replies: 6
Views: 22308

Re: specifying file permission

My case is different.
I have transmission-daemon running as its own user (transmission), which is in a group.
However, it sets the group permissions as read-only.
When I want to delete some files I have to open a File Manager and set the write permission for its group.
How can I make transmission ...