一、实验环境
#server主机: # yxy: # 172.25.254.100 # selinux关闭 # 火墙开启 # dnf安装设定完成 # #client主机: # lww: # 172.25.254.250 # selinux关闭 # dnf安装设定完成 # 安装lftp #ftp协议文本浏览器
二、 ftp介绍
ftp: file transfer proto
互联阿中最老牌的文件传输协议
三、vsftpd安装及启用 #172.25.254.100
dnf install vsftpd -y 关闭selinux systemctl enable --now firewalld systemctl enable --now vsftpd firewall-cmd --permanent --add-source=172.25.254.250 --zone=trusted systemctl restart firewalld vim /etc/vsftpd/vsftpd.conf 12 anonymous_enable=YES ##启动匿名用户的访问功能 systemctl restart vsftpd

1182


&spm=1001.2101.3001.11974&articleId=108012049&d=1&t=3&u=fc7b5d42c52e4aea88eac15eb027032c)

被折叠的 条评论
为什么被折叠?



