当前位置:网站首页>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
边栏推荐
猜你喜欢

Zabbix5 series - monitoring Hikvision camera (VII)

<2021SC@SDUSC>山东大学软件工程应用与实践JPress代码分析(五)

Zabbix5系列-监控惠普服务器iLO管理口 (六)

Zabbix5系列-监控redis (十一)

墨墨背单词--通过安装包提取它的所有离线单词

networkx与PyG计算度数degree时需避免的坑:自环selfloop和多重边

Software testing common problems development model PC QQ login test case bug related problems test case design common methods

商用密码应用安全性评估量化评估规则(2021版)

Zabbix5系列-监控华为、H3C交换机(snmpv2c/snmpv3/snmptrap) (二)

软件测试常见问题 开发模型 PC端qq登录测试用例 BUG的相关问题 测试用例设计的常用方法
随机推荐
SQL注入漏洞靶场-sqli-labs学习
< 2021SC@SDUSC > Application and practice of software engineering in Shandong University jpress code analysis (4)
Deep understanding of concurrent programming
Zabbix5 series - monitoring Hikvision camera (VII)
Word2vec and node2vec notes (updating)
Zabbix5 series - nail alarm (XV)
网络端口号和协议号(大全)
Zabbix5 series - creating auto discovery templates (XVI)
2021-08-16记一次无意发现正方教务系统的bug
centos 离线安装mysql
Unittest unit test (III)
《商用密码应用与安全性评估》第三章 商用密码标准与产品应用-小结
《商用密码应用与安全性评估》第四章 密码应用安全性评估实施要点-小结
2021-10-20接口测试
深度学习与图像识别:原理与实践 笔记Day_12
Vagrant detailed tutorial
<2021SC@SDUSC>山东大学软件工程应用与实践JPress代码分析(十四)
多线程之死锁用例
networkx计算边的重要性:边介数或者中介中心性edge_betweenness
Introduction and practice of automatic monitoring system Prometheus & grafana