The vsftpd file service allows anonymous accounts to upload files and create new folders

One configuration vsftpd.conf file

anon_upload_enable=YES
anon_upload_enable=YES
After configuration, execute the following command to restart the vsftpd server
[root@localhost vsftpd]# systemctl restart vsftpd.service
 
Two preparations
1. Create the test directory in the /var/ftp directory and set its permissions as follows:
drwxrwxr-x   3 ftp  ftp    39 Nov 20 16:27 test
 
Three test anonymous accounts to upload files and create new folders

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326400208&siteId=291194637