Search This Blog

Sunday, July 31, 2011

Configure a system to run a default configuration FTP server

1)yum install vsftpd
2)Go to /etc/vsftpd/vsftpd.conf
check
local_enable=YES
3)Make anonymouse_enable=YES if required
4)service vsftpd restart
5)chkconfig vsftpd on