HOWTO Setup vsftpd: Difference between revisions

From Research
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
emerge --sync
emerge --sync
emerge -v vsftpd
emerge -v vsftpd
cp /etc/vsftpd/vsftpd.conf.example /etc/vsftpd/vsftpd.conf
cp /etc/vsftpd/vsftpd.conf.example /etc/vsftpd/vsftpd.conf
vi /etc/vsftpd/vsftpd.conf
vi /etc/vsftpd/vsftpd.conf
anonymous_enable=NO
anonymous_enable=NO



Revision as of 16:53, 11 October 2007

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