HOWTO Setup vsftpd

From Research
Revision as of 17:31, 26 November 2007 by Jjaythomas (talk | contribs)
Jump to navigation Jump to search

emerge --sync

emerge -v vsftpd

cp /etc/vsftpd/vsftpd.conf.example /etc/vsftpd/vsftpd.conf

vi /etc/vsftpd/vsftpd.conf

anonymous_enable=NO

local_enable=YES

write_enable=YES

rc-update vsftpd add default

/etc/init.d/vsftpd start

  • check for the precsence of home directories, which vsftp uses as default