当前位置:网站首页>FTP service

FTP service

2022-04-21 13:59:00 Ghost eye

Anonymous users can use ftp Service upload , download , The permission to delete files and upload directory files is 755

First

Turn off firewall ,selinux,( Write yum Source ) mount , install  vsftpd package

To configure

Opening service , Check the status

  Writing configuration files /etc/vsftpd//vsftpd.conf

anon_other_write_enable=yes    And add users and delete permissions , Also write into it 

Then restart the service systemctl restart vsftpd

  Enter the address in the file field ftp://ip Can access

  But I found that I can't transfer files

  Change file permissions (chmod In the command parameters ,u Code owner 、g Group to which the code belongs 、o On behalf of other users 、a On behalf of everyone )

 

  Now you can upload and delete

  At the same time, the file permissions are 755

版权声明
本文为[Ghost eye]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204211349216531.html