Fedora 17
Sponsored Link

Install Pure-FTPd2012/06/11

 
Install Pure-FTPd to configure FTP server to transfer files.
[1] Install Pure-FTPd
[root@www ~]#
yum -y install pure-ftpd
[root@www ~]#
vi /etc/pure-ftpd/pure-ftpd.conf
# line 77: change (no Anonymous)

NoAnonymous      
yes
# line 137: make it comment

#
PAMAuthentication       yes
# line 143: uncomment

UnixAuthentication       yes
[root@www ~]#
systemctl start pure-ftpd.service

[root@www ~]#
systemctl enable pure-ftpd.service

Matched Content