How to install or enable FTP service in Linux
In RHEL 3 or later the FTP service is provided by vsftpd daemon (vsftpd stands for “very secure FTP daemon”).
- on REHEL 5 type: # yum – y install vsftpd
# chkconfig gssftp off
# service xinetd restart
# chkconfig vsftpd on
# service vsftpd start