10/24/2010

FTP Server linux - Pure-FTPd

Build FTP server to transfer files. Install and configure Pure-FTPd for it.

[1] Install Pure-FTPd
[root@www ~]#
yum --enablerepo=dag -y install pure-ftpd

# install from DAG


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


# line 77: change (no Anonymous)

NoAnonymous
yes


# line 143: change

UnixAuthentication
yes


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

Starting proftpd:
[ OK ]

[root@www ~]#
chkconfig pure-ftpd on

No comments:

Post a Comment