FTP server: Proftpd

Source: Internet
Author: User
Tags ftp site ftp client

This article introducesFTPServerProftpd, Very easy to use, I have my experience below.

I,Install and configure Proftpd

Code:

Emerge proftpd

Configure proftpd now. Here is my/etc/proftpd. conf. You can refer to the modification. The following items are mainly configured:

Code:

ServerName "Microweb FTP Site"

ServerType standalone // if it is started by xinetd, change it to inetd.

Port 21

// Configure an anonymous logon service

// The main directory for anonymous logon is located at/var/ftproot (you need to create a directory first). The default directory is/home/ftp.

AllowAll

MaxClients 5 "Sorry, max % m users -- try again later"

User ftp

Group ftp

UserAlias anonymous ftp

DenyAll

Ii. Start proftpd

Code:

/Etc/init. d/proftpd start

Rc-update add proftpd default // add proftpd to the startup level

Use your ftp client (such as ncftp, ftp, and gftp) to log on to localhost or your ServerName!

You can use the ftptop command to view the running status of your ftp server.

Through the introduction of the article, we are sure that everyone knows the Proftpd installation configuration and startup! Hope it will be useful to you!

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.