hello everyone. i am running transmission in raspberry (headless) and samba.
tha folder that holds all the files and folders is /media/complete
root@torrentbox:/media# ls -la
total 16
drwxr-xr-x 4 root root 4096 May 21 23:01 .
drwxr-xr-x 22 root root 4096 May 21 22:57 ..
drwxrwxrwx 4 root debian-transmission 4096 May 24 18:27 complete
drwxrwx--- 2 root debian-transmission 4096 May 24 18:27 incomplete
root@torrentbox:/media#
i do have samba to see the folder from my home network (winXP, win 7). i can see all the files but i cannot delete if a folder is created during the download from transmission eg /media/complete/what_ever_folder
at the end of the file /etc/samba/smb.conf all i did was to add the
[torrentbox]
comment = Public Shares
path = /media/complete
writeable = Yes
only guest = Yes
create mask = 0777
directory mask = 0777
browseable = Yes
public = yes
how do i delete the folders created by the transmission?