Installing ProFTPD
vi /etc/yum.repos.d/dag.repoAnd add
[dag]
name=DAG RPM Repository
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
gpgkey=http://dag.wieers.com/rpm/packages/RPM-GPG-KEY.dag.txtUpdate the system and install Proftpd
yum update
yum install proftpdchkconfig --levels 235 proftpd on
service proftpd start