FreeBSD operating System Setup FTP server Guide

Source: Internet
Author: User
Keywords FTP operating system server erection . gz
Tags .gz aliyun app directory download download address environment file

&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

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.