Fedora 14
Sponsored Link

Configure FTP Server - Pure-FTPd2010/11/07

  Install Pure-FTPd to configure FTP server to transfer files.

[1] Install Pure-FTPd
[root@www03 ~]#
yum -y install pure-ftpd


[root@www03 ~]#
vi /etc/pure-ftpd/pure-ftpd.conf


# line 77: change (no Anonymous)

NoAnonymous      
yes


# line 143: change

UnixAuthentication       yes

[root@www03 ~]#
/etc/rc.d/init.d/pure-ftpd start

Starting proftpd:   [  OK  ]
[root@www03 ~]#
chkconfig pure-ftpd on
Matched Content