CentOS source code compilation and installation of Pure-FTPd

Source: Internet
Author: User
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
  • Cd/usr/local/src

  • Wget http://download.pureftpd.org/pub/pure-ftpd/releases/pure-ftpd-1.0.29.tar.gz

  • Tar-zxvf pure-ftpd-1.0.29.tar.gz

  • Cd pure-ftpd-1.0.29

  • ./Configure

  • Make

  • Make check

  • Make 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.
  • /Usr/local/sbin/pure-ftpd &


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.
  • Vi/etc/pure-ftpd.conf


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


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.