Autowatch permissions error?

simur612

Member
May 25, 2018
879
0
16
I'm having an issue where ftp users other than mine upload a torrent into the autowatch folder and it fails to load.


[14.06.10 22:04:16] AutoWatch: --- begin ---
[14.06.10 22:04:16] AutoWatch: enabled : 1
[14.06.10 22:04:16] AutoWatch: autostart : 0
[14.06.10 22:04:16] AutoWatch: path_to_watch : /home/tor/watch/
[14.06.10 22:04:16] AutoWatch: get_directory : /home/tor/downloading/
[14.06.10 22:04:16] AutoWatch: torrent file : /home/tor/watch/test.torrent
[14.06.10 22:04:16] AutoWatch: save data to : /home/tor/downloading/
[14.06.10 22:04:16] AutoWatch: no access to
[14.06.10 22:04:16] AutoWatch: --- end ---


All the dirs are chmod 777 and all the users are under my group. If I reupload the torrent or chown it as my user, it works fine.
 

randac56

Member
May 25, 2018
915
0
16
1) The author of this plugin doesn't read this forum, AFAIK.
2) Errors must be reported in projects issues section
 

peshua19

Member
May 25, 2018
897
0
16
try setting the groupmask bit on the folder, then making sure all users are in the same FTP group.

chmod g+s


or, set usermask

chmod u+s

one of those shoudl work