Ssh – FTP 550: Permission Denied

ftppermissionsssh

I suddenly get the error 550: Permission Denied in Filezilla when I try to create a new directory.

A few days ago I changed some settings on the server regarding ssl and imap settings, but I don't think this has affected the FTP settings …

Anyhow, after long googling nothing seems to work. The main idea could be that the user hasn't got permissions, but the interesting thing is that I can:

  • create files
  • delete files
  • delete directories

But not creating directories. I get the error "550 Permission denied" in the main directory and "550 access_log: No such file or directory" in the subdirectory.

Anyone knows where the error could be? Thanks

Best Answer

Use below parameter in vsftpd.conf to give permission to anonymous user or script in linux machine.

  • write_enable=YES
  • anon_mkdir_write_enable=YES