Permission issue when LFTP files to Synology Diskstation
Posted: 07 Jan 2020, 04:31
Hello everyone,
I know that this is a little far from filebot, but I read about someone having problems using node with filebot when the permissions on a folder that was the source were incorrect. I use lftp to move files from my remote server to my synology disk station. I use putty to ssh into my Synology, log in with my user name and password and then run a script to move files to my synology disk station. When I try to run filebot node I get an access denied problem.
I think it has to do with if filebot needs to extract rar files as it does not work when I change the owner or the group. When I look at the directory I see
drwxr-xr-x
So I think that the missing W has to do with writing to the directory. When I do the following
chmod 777 to the file, then filebot works.
So I guess I could put in the script that moves the files to my synology a line to chmod 777 * and then all the files would have their permissions changed.
Has anyone else had this problem and if so any other solutions?
Thanks
I know that this is a little far from filebot, but I read about someone having problems using node with filebot when the permissions on a folder that was the source were incorrect. I use lftp to move files from my remote server to my synology disk station. I use putty to ssh into my Synology, log in with my user name and password and then run a script to move files to my synology disk station. When I try to run filebot node I get an access denied problem.
I think it has to do with if filebot needs to extract rar files as it does not work when I change the owner or the group. When I look at the directory I see
drwxr-xr-x
So I think that the missing W has to do with writing to the directory. When I do the following
chmod 777 to the file, then filebot works.
So I guess I could put in the script that moves the files to my synology a line to chmod 777 * and then all the files would have their permissions changed.
Has anyone else had this problem and if so any other solutions?
Thanks