Install package
yum install vsftpd
turn services on
chkconfig vsftpd on
service vsftpd start
set service to start automagically on reboot
chkconfig --level 345 vsftpd on
Comments are closed.