1. find the latest version of PureFTPd to go to the website. 2. download and install cd/usr/local/srcwgethttp :/
1. find the latest version of PureFTPd.
Go to website renewal. 2. download and install
For more options for configure, see http://download.pureftpd.org/pub/pure-ftpd/doc/README
The software has been installed in/usr/local/sbin/pure-ftpd. we only need to execute the following code to start PureFTPd.
3. start PureFTPd
Cp contrib/redhat. init/etc/init. d/pure-ftpd
Chmod 755/etc/init. d/pure-ftpd
Chkconfig -- add pure-ftpd
Chkconfig -- level 3 pure-ftpd on
4. configuration file
Cp configuration-file/pure-ftpd.conf/etc
Cp configuration-file/pure-config.pl/usr/local/sbin/pure-config.pl
Chmod 744/etc/pure-ftpd.conf
Chmod 755/usr/local/sbin/pure-config.pl
Edit the configuration file.
Set to the following values.
UnixAuthentication yes
# Min UID 100
UnixAuthentication yes indicates that the system user can log on to FTP.
MinUID 100 indicates that the user ID must be greater than 100 to log on. if you comment out the user ID, all user IDs can log on. 5. start and stop PureFTPd
Service pure-ftpd stop
Service pure-ftpd start
Service pure-ftpd status