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:
- [root@tet root]# wget \
-
- > http://ftp.nsysu.edu.tw/Unix/FTP/proftpd/distrib/source/proftpd-1.2.8.tar.gz
-
- [root@test root]# cd /usr/local/src
-
- [root@test src]# tar -zxvf /root/proftpd-1.2.8.tar.gz
-
#... (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:
- [root@test proftpd-1.2.8]# ./configure --prefix=/usr/local/proftpd \
-
- > --enable-shadow --enable-autoshadow \
-
- > --with-modules=mod_ratio:mod_readme:mod_wrap
-
# 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!
- [root@test proftpd-1.2.8]# vi /etc/man.config
-
# 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