1

I set up several websites on VPS with Ubuntu server. I use this guide.

So I added 3 sites. they are in these directories I guess: sudo mkdir -p /var/www/html/spiele33.de

Then I installed FTP and used this guide.

But this ftp user Sammy can no access to my websites directory. How can I allow this user and also how can I add ftp user which will be allowed in this directory: /var/www/html/ And anywhere on /var/

1 Answers1

0

You just have to remove a line in config file.

Comment out this line:

chroot_local_user=YES
Eliah Kagan
  • 117,780