Page 1 of 1

550 Create directory operation failed. FTP user

Posted: Fri May 20, 2016 11:12 pm
by omz247
Hi, Every time i try to upload files or create a folder by a user ftp account i get this message "550 Create directory operation failed." but when i used the root to upload the files it worked fine so the user ftp account permissions must be missing something but What??

Im using Centos 6.7
Latest Vesta version

Re: 550 Create directory operation failed. FTP user

Posted: Sat May 21, 2016 7:42 am
by skamasle
If you use root to upload files first time, maybe dirs ar owened by root, so you cant upload whit order users to that directory,

Ty whit root see permisions

Code: Select all

ls -lha
And then if dir are owened by root change it

Code: Select all

chown user:user dir -R
When user are your FTP user or vestacp user ex: admin

Re: 550 Create directory operation failed. FTP user

Posted: Sat May 21, 2016 10:52 am
by omz247
Great Thanks that has seem to have sorted out my issue thats for the help