Permission issue when LFTP files to Synology Diskstation

Support for Synology NAS, QNAP NAS and other Embedded Linux systems
Post Reply
nzdreamer55
Posts: 162
Joined: 20 Jul 2012, 23:25

Permission issue when LFTP files to Synology Diskstation

Post by nzdreamer55 »

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
Post Reply