Hi, i have this issue. After i unzip via SSH command a zip file all the FTP’s accounts make the 550 error. (this happen every time i do it)
I found a temporary solution by executing this via ssh
chown apache: /var/zpanel/hostdata -R
but i dont think thats the way it supposed to work.
Anyone has any idea?
Thanks (sorry for my english).
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Click below to sign up and get $100 of credit to try our products over 60 days!
If you are logged in as root via ssh the files will be owned by root and unreadable to nginx. Your solution fixes the ownership and resolves the issue.