FTP的配置

# 添加防火墙白名单:
yum install -y vsftpd
firewall-cmd  --permanent  --add-service=ftp

useradd ftptest   
passwd ftptest
vim  /etc/vsftpd/vsftpd.conf



3.运行以下命令设置开机自启动。
systemctl enable vsftpd

4.运行以下命令启动 FTP 服务。
systemctl start vsftpd

5.运行以下命令查看 FTP 服务端口。
netstat -antup | grep ftp

https://blog.csdn.net/iamay_____/article/details/80260229

https://www.cnblogs.com/xiaojwang/p/10102668.html

 https://hsk.oray.com/news/7313.html

 更改目录权限:https://blog.csdn.net/weixin_38227455/article/details/70567832

xx

猜你喜欢

转载自www.cnblogs.com/abnk/p/12201018.html
今日推荐