sudo apt-get install vsftpd
sudo nano /etc/vsftpd.conf
change below settings:
# 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
sudo passwd vsftpd
sudo 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: 8/25/15, 1:29 PM |
Seen: 3839 times |
Last updated: 8/25/15, 1:30 PM |