0

I did setup FTP and created user and changed home directory to /var/www/html as stated in below link.

Setting up FTP on Amazon Cloud Server

Now, I can connect FTP but I can't see files list, unable to upload files to /var/www/html folder.

Community
  • 1
  • 1
  • By the way, when i try to upload file am getting below error. Response: 200 PORT command successful. Consider using PASV. Command: STOR thankyou.php Response: 553 Could not create file. – user1679976 May 08 '15 at 10:46
  • what is the outpu tof `ls -ld /var/www/html`, and what user are you uploading as? – ptierno May 08 '15 at 14:09

1 Answers1

0

A few steps to do here -

1) Check your vsftpd.conf file and look for line chroot_local_user, it should be set to yes.

2) Check for permissions on files and folders under /var/www/html.

prasoon
  • 901
  • 8
  • 25