Linux FTP Server Anonymous login cannot upload Solution

Source: Internet
Author: User

Use fedora core6.0 to install the FTP server on the VM. Start and modify the configuration file so that you can log on to upload files anonymously.

1. Start the FTP server/etc/rc. d/init. d/vsftpd start (check whether the system has installed vsftp software rpm-Qa | grep vsftp)

2. modify the configuration file Vim/etc/vsftpd. conf.

Modify the following configurations:

Anon_upload_enable = Yes // allow anonymous upload of anon_mkdir_write_enable = Yes // allow anonymous creation of the folder anon_other_write_enable = Yes anon_world_readable_only = No
3. Disable seliux (you can find the option in Linux security firewall settings)
4. chown root. FTP/var/FTP // The FTP directory is assigned to/var/FTP.
Chmod 755/var/FTP // modify the folder read and write permissions so that chmod 777/var/FTP/pub can be read and written.
5./etc/rc. d/init. d/vsftpd restart (restart the FTP server)

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.