
ps i did this to
1. Stop the transmission server from the Amahi Control Panel. Be sure to disable the watchdog timer as well.
2. gedit /var/lib/transmission/.config/transmission-daemon/settings.json
3. Find the line: "umask": 18, and change it to "umask": 2, This will enable all users in the transmission group to also write to the file.
4. Restart transmission from the Amahi Control Panel (Settings/Servers/Transmission Server/Restart) for the changes to take effect. Remember to check the watchdog timer as well.
pps (it was "umask": 2. in the info i found) needs to be "umask": 2, "note the ,"
reboot