Aliyun Linux FTP server collocation configuration

Source: Internet
Author: User
Tags aliyun


First, Aliyun Linux (Redhat) installation vsftp software

1. Update Yum Source

First need to update the system Yum source, convenient tool download address: Update_source.zip. It should be noted here that the file is currently unable to transfer, so want to run update_source.sh can only be opened with text, copy paste to the Aliyun server system run.

2. Install Vsftp

Install vsftp using the Yum command
#yum Install Vsftpd-y

3. Add FTP Account and directory

Check the position of the nologin first, usually under/usr/sbin/nologin or/sbin/nologin.
Create an account using the following command, which specifies the home directory of/ftp for user test, and you can define your own account name and directory:
#useradd-D/ftp-s/sbin/nologin test
Modify the account password:
#passwd Test
Modify permissions for the specified directory
#chown-R test:test/ftp

4. Configure Vsftp

Edit the Vsftp configuration file with the following command:
#vi/etc/vsftpd/vsftpd.conf
Change "Anonymous_enable=yes" to "Anonymous_enable=no" in the configuration file

Remove the annotation symbol before the following configuration:
#local_enable =yes
#write_enable =yes
#chroot_local_user =yes
#ascii_upload_enable allowed to upload using ASCII code
#ascii_download_enable allow the use of ASCII code to download
Save changes, press ESC, enter: WQ

5. Modify Shell Configuration

VI Edit/etc/shells, if there is no/usr/sbin/nologin or/sbin/nologin in the file (see the current system configuration) append it

6. Start vsftp Service and test login

To start the VSFTP service with a command:
#service vsftpd Start
Then use the account test to check whether the FTP can be landed. Directory is/ftp

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.