FTP Cannot upload files

Source: Internet
Author: User

Build an environment today, the first of course is to engage in FTP, the system is CentOS

Found unable to upload files and create new directories and files, find the next, summed up together


1, change vsftpd configuration file

#vi/etc/vsftpd/vsftpd.conf

Anon_upload_enable=yes

Anon_mkdir_write_enable=yes


2. Change SELinux settings

# Setsebool Allow_ftpd_full_access 1

# Setsebool Allow_ftpd_use_cifs 1

# Setsebool Allow_ftpd_use_nfs 1

# Setsebool Ftp_home_dir 1

# Setsebool Httpd_enable_ftp_server 1

# Setsebool Tftp_anon_write 1

View Settings

# Getsebool-a|grep FTP


3. Restart Service

# Service VSFTPD Restart


This article is from my blog blog, so be sure to keep this source http://luaixi.blog.51cto.com/10179126/1653878

FTP Cannot upload files

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.