Configure Vsftpd

General support questions
Post Reply
zycus
Posts: 9
Joined: 2011/07/27 09:44:50
Location: london

Configure Vsftpd

Post by zycus » 2011/08/04 07:20:04

How to add virtual user in vsftpd with their home directory?

keithwright
Posts: 16
Joined: 2011/08/01 18:53:57
Contact:

Re: Configure Vsftpd

Post by keithwright » 2011/08/04 17:58:32

The vsftpd package provides good documentation of how to do this.
I just successfully followed the instructions in the file:

/usr/share/doc/vsftpd-2.2.2/EXAMPLE/VIRTUAL_USERS/README

The only thing that is missing is changing a SELinux boolean to permit ftp to access a user's home directory.
To have this configuration work with SELinux enabled execute as root:

setsebool -P ftp_home_dir on

Post Reply