23.12.2015, 05:49
I use
Then you will need to set user's home dir, and remove write flag from that dir (or you wont be able to connect to FTP with that user).
If you want to allow your users to write in home dir
Please note that conf. variable is for vsftpd 3.0+ (I think 14.04 uses 3.x)
If you are on 12.04 then read third post from http://askubuntu.com/questions/12818...g-after-update
That will install vsftpd from unofficial repository so keep that in mind.
pawn Код:
chroot_local_user=YES
If you want to allow your users to write in home dir
pawn Код:
allow_writeable_chroot=YES
If you are on 12.04 then read third post from http://askubuntu.com/questions/12818...g-after-update
That will install vsftpd from unofficial repository so keep that in mind.