HostOnNet Blog

Install vsftpd in Ubuntu 14.04

Looking for Linux Server Admin or WordPress Expert? We can help.

To install vsftpd on ubuntu, run

apt-get install vsftpd

Now you need to edit vsftpd config file

vi /etc/vsftpd.conf

You need to add

write_enable=YES
chroot_local_user=YES
allow_writeable_chroot=YES
local_umask=002
file_open_mode=0755
force_dot_files=YES

After chroot_local_user.

Posted in Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.