yep this is a know issue the transmission daemon stores the file as user root with only read access for others as result you can not delete them via samba server (the one used to access the nas via windows explorer)
Still need to modify that with button or so in the web interface
To solve it right now you need to access the nas via SSH, you can use the ssh client Putty that runs under window
login with username: root
password: giveit2me
(givit2me is the default password, if you have changed ssh access password yourself via the web interface than use that one ;) ps the ssh password is
not the same as the administrator password you have set for the web interface)
When getting the command prompt type
- Code: Select all
chmod -R 777 /share/1000/tr-downloads
now you should be able to delete them for users having read/write access
sorry for the inconvenience
ps needles to say that new files stored after giving the above command will again have the wrong permissions, the command only resets the permissions for files present in that folder at the moment of issuing the command