vsftpd Restrict User Directory Access
Contents
vsftp Config
|
|
|
|
chroot_local_user
Restrict change directory to top level, user can move in user’s directory.
chroot_list_enable
If it’s YES - The user who registered below file can move to top level.
If it’s NO - The user who registered below file can not move to top level.
If it’s NO - The user who registered below file can not move to top level.
chroot_list_file
The user list is on the file.(One line must have one user id)
allow_writeable_chroot
If you set
chroot_local_user
is YES, and you want to write file on the account, you have to
set allow_writeable_chroot
is YES.vsftpd Restart
|
|