Build VSftp on centos

Source: Internet
Author: User
1. download the vsftp2.makemakeinstallcpvsftp extract directory/vsftpd. conf/etc/allow local users to log on to FTP and copy vsftpd. pam file cpRedHat/vsftpd. pam/etc/pam. d/ftp3. modify vsftpd. conf accepts anonymous users: anonymous_enableYE... 1. download vsftp
2. make
Make install
Cp vsftp extract directory/vsftpd. conf/etc/
Allow local users to log on to FTP and copy the vsftpd. pam file
Cp RedHat/vsftpd. pam/etc/pam. d/ftp
3. modify vsftpd. conf
Anonymous users accepted: anonymous_enable = YES
Accept local users: local_enable = YES
Upload allowed (global control): write_enable = YES

Start vsftp
/Usr/local/sbin/vsftpd/etc/vsftpd. conf &
Add a vsftpd user (local)
Adduser-d/user directory-g User Group-s/sbin/nologin user name
Sbin/nologin makes it unable to log on to the system, and-d specifies the user directory (the FTP directory cannot be the user's main directory, that is,/home/user)
Set password
Passwd user name

From the replaced column
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.