File Permission Problem after FTP

Hi all

just wondering if any one can provide me with some advice on this

I FTP in an exe file using the “user” account. then i try to execute that file using the rc.local. every time i do that the shell keep on telling me i got no permission to execute that file. how to i get around this

Please advice

Regards

chmod +x. With ftp you lose the execute flag.

That sounds like a good thing to mention in the docs. I’ll create a PR.