&http://www.aliyun.com/zixun/aggregation/37954.html ">NBSP; FreeBSD is a high-performance, highly reliable UNIX operating system that inherits the purity and high performance of the BSD system, and its software packaging and publishing is more rigorous and secure than Linux systems, It is precisely because of these characteristics that the FreeBSD operating system in the server environment has a relatively wide range of applications. Today I will tell you how to set up the common FTP server under the FreeBSD platform, hope to be helpful to everyone.
First step: Download the FTP Service source code package
proftpd-1.2.7.tar.gz Download Address:
Ftp://ftp.servus.at/ProFTPD/distrib/source/proftpd-1.2.7.tar.gz
proftpd-mod-quotatab-1.2.4.tar.gz Download Address:
http://www.castaglia.org/proftpd/
Step Two: Extract the source code package
The command format is:
# cd/home/ylf/app # "/home/ylf/app" Upload directory for FTP
# tar ZXVF proftpd-1.2.7.tar.gz
# tar ZXVF proftpd-mod-quotatab-1.2.4.tar.gz
Then enter the "Mod-quotatab" directory, the "Mod_quotatab" in the file copy to "PROFTPD" in the "modules" directory, the command format:
# CD Mod_quotatab
# CP *. /proftpd-1.2.7/modules
Step three: Modify the "mod_sql_mysql.c" file located in the Proftpd-1.2.7/contrib directory
The command format is:
# Cd/home/ylf/app/proftpd-1.2.7/contrib.
# VI MOD_SQL_MYSQL.C
Locate the #include field in this file and change it to its own actual path, such as:
#include