Upload and download files for FTP anonymous users under Linux

Source: Internet
Author: User

1. Configure the/etc//vsftpd/vsftpd.conf file as follows:
 
Open the file, change the following options, if the file does not have this option, you need to manually write this option
 
Write_enable=yes
 
Anonymous_enable=yes
 
Anon_other_write_enable=yes
 
Anon_mkdir_write_enable=yes
 
Anon_upload_enable=yes
 
2. The above configuration is only to complete the vsftp.conf ftp allow anonymous upload settings, but also for the corresponding FTP upload folder settings:
 
[Email protected] root]# mkdir-p/var/ftp/upload (1. New folder for read and write functions)
 
[[email protected] root]# chown ftp/var/ftp/upload (2. Folder Holder properties)
 
The/upload is limited to 777 (3. Settings can read and write properties, you can click the right button in the Properties button operation)
 
3. Restart the command:
 
[Email protected] root]# service vsftpd restart
 
Complete the above three steps to achieve FTP anonymous user upload

Upload and download files for FTP anonymous users under Linux

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.