CentOS 6.5 Build FTP server

Source: Internet
Author: User
Tags ftp client

Linux generally uses VSFTPD as the FTP server.

VSFTPD is the most respected FTP server program in the Linux distribution. Features are small and light, safe and easy to use.

Here are the installation configuration steps:

1, installation vsftpd

Yum Install vsftpd

2, set up the boot service

Chkconfig vsftpd on

3. Add Users

useradd-d/home/ftp-g ftp-s/sbin/nologin misuosi-p Password

4. Open the configuration file

Vi/etc/vsftpd/vsftpd.conf

5. Change the following configuration

Anonymous_enable=no   do not allow anonymous logons Local_enable=yes  allow local accounts to log on Userlist_enable=yes  allow user logins to be created Userlist_deny=no

6. Add system user to FTP user list

Vi/etc/vsftpd/user_list

7. Add the newly added user at the end of the list: Misuosi

8, modify the newly added user password (not modified login not successful, do not know why ...) ):

passwd Misuosi

You need to re-enter the password two times.

9. Start the FTP server

Service VSFTPD Start

10, can now log in with the FTP client, the previous

CentOS 6.5 Build FTP server

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.