sudo apt-get install vsftpd
sudo nano /etc/vsftpd.conf
# modify or add below options/lines
anonymous_enable=NO
local_enable=YES
write_enable=YES
xferlog_file=/var/log/vsftpd.log
chroot_local_user=YES
pam_service_name=ftp
allow_writeable_chroot=YES
sudo adduser --system --home=/opt/vsftpd --group vsftpd
passwd vsftpd
service vsftpd restart
Your answer
Please try to give a substantial answer. If you wanted to comment on the question or answer, just use the commenting tool. Please remember that you can always revise your answers - no need to answer the same question twice. Also, please don't forget to vote - it really helps to select the best questions and answers!
Keep Informed
About This Forum
This forum is for HiTechnologia Employees & just Odoo general knowledge purpose only.
Read GuidelinesQuestion tools
Stats
Asked: 1/9/15, 6:23 AM |
Seen: 4036 times |
Last updated: 1/9/15, 6:23 AM |