Set, compile, and install proftpd

Source: Internet
Author: User

 

Figure-ProFTPD

Set, compile, and installProftpd:

It's time again! Please note that your gcc and make are not installed! If there is no security protection, please do it first! We are going to install ProFTPD Program (example: I'm doing something wrong on Red Hat 9! ): 1. Resolve the proftpd under the same region to another region:

 
 
  1. [root@tet root]# wget \  
  2.  
  3. > http://ftp.nsysu.edu.tw/Unix/FTP/proftpd/distrib/source/proftpd-1.2.8.tar.gz  
  4.  
  5. [root@test root]# cd /usr/local/src  
  6.  
  7. [root@test src]# tar -zxvf /root/proftpd-1.2.8.tar.gz  
  8.  

#... (Omitted)... will lead to the creation of proftpd-1.2.8

[Root @ test src] # cd proftpd-1.2.8

# Please refer to our website for "INSTALL" under this project. There is an important security token in it!

2. Configure the data before the modification:

 
 
  1. [root@test proftpd-1.2.8]# ./configure --prefix=/usr/local/proftpd \  
  2.  
  3. > --enable-shadow --enable-autoshadow \  
  4.  
  5. > --with-modules=mod_ratio:mod_readme:mod_wrap  
  6.  

# Note that the prefix indicates that I want to install the proftpd;

# As for -- enable-shadow and -- enable-autoshadow

# The system's/etc/shadow password authentication case for my FTP login!

# In addition, we have added many support models to make our Proftpd more active!

[Root @ test proftpd-1.2.8] # make & make install

# After this step, your proftpd will be installed in/usr/local/proftpd,

# Set the hosts in/usr/local/proftpd/etc/proftpd. conf!

# For example, man pages are in/usr/local/proftpd/man!

3. Set the correlation function of some queries!

 
 
  1. [root@test proftpd-1.2.8]# vi /etc/man.config  
  2.  

# Add the following line to check the usage of the explain command by man!

MANPATH/usr/local/proftpd/man

Very simple! In this way, The Proftpd has been installed and the Proftpd has been installed! ^_^!

Through the articles of laruence, we can easily find that setting, compiling, and installing proftpd is actually quite simple. I hope everyone can learn it and share it with friends!

  • Set xinetd to start proftpd
  • Detailed description of proftpd Structure
  • Proftpd: create a special communication account
  • Proftpd. conf settings for anonymous users
  • Proftpd. conf settings for entity users
  • Proftpd. conf setting method
  • The simplest Proftpd. conf configuration file
  • Install, configure, and manage proftpd in Linux

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.