Linux (13) _ vsftpd server, linux _ vsftpd

Source: Internet
Author: User

Linux (13) _ vsftpd server, linux _ vsftpd

 

Rpm-qa | grep vsftpd

Yum search vsftpd

Yum install vsftpd

Check whether the instance has been started:

Service vsftpd status

Start:

Service vsftpd start

 

Enter the address in the browser to access:Remember to close the firewall before.

Click my computer, and enter the FTP address in the address bar to access it directly in the form of resource manager.

Rewrite the main configuration file

Anonymous_enable = NOAnonymous users are not allowed to log on.

Service vsftpd start restart will affect user connection

You must enter the user name and password to log on.

 

Now we can change the master configuration file to open the Upload File Permission:

Anon_upload_enable = YES

I still cannot upload files. Why?

 

Share files in/var/ftp/pub on linux. Check the permissions:

Other users cannot have the write permission. Then we open the permission

Chmod-R 777 pub/

However, you still cannot upload files. I don't know why?

 

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.