How to install Install Pure-FTPd linux
First, enable EPEL then,
yum --enablerepo=epel -y install pure-ftpd
vi /etc/pure-ftpd/pure-ftpd.conf
# On line 77: change (no Anonymous)
NoAnonymous yes
# On line 143: uncomment
UnixAuthentication yes
/etc/rc.d/init.d/pure-ftpd start Starting proftpd: [ OK ]
chkconfig pure-ftpd on
Leave a Reply