Friday, January 27, 2012

Install ProFTPD on CentOS


Installing ProFTPD


Install another repository first.
vi /etc/yum.repos.d/dag.repo

And 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.txt

Update the system and install Proftpd
yum update
yum install proftpd

Make Proftpd start at startup and start now:
chkconfig --levels 235 proftpd on
service proftpd start

No comments:

Post a Comment