Linux VSFTP Installation

Source: Internet
Author: User

VSFTP Installation

1. Installing vsftpd-2.0.5-12.el5.i386.rpm

2. Create the share subdirectory under the/VAR/FTP directory and configure the permissions that can be read and written

Mkdir-p/var/ftp/share

Chown Ftp:ftp/var/ftp/share

3. Configure Anonymous Access

Modifying the vsftpd.conf configuration file

Anon_upload_enable=yes

Anonymous_enable=yes

Anon_mkdir_write_enable=yes

Local_enable=no

Login Verification

4. Create FTP that allows local users to log on

Modify the permissions of the/var/ftp directory for other people to read

chmod o=rwx/var/ftp

chmod o+t/var/ftp

Modifying the vsftpd.conf configuration file

Anonymous_enable=no

Local_enable=yes

Write_enable=yes

Chroot_local_user=yes

local_umask=022

Userlist_enable=yes

Userlist_deny=yes

Restart Service


Linux VSFTP Installation

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.