具体搭建过程见 https://www.linuxidc.com/Linux/2017-11/148518.htm
期间遇到的问题,在此记录:
1、按照上述过程配置完后,使用FileZilla还是无法连接
firewall-cmd --zone=public --add-port=21/tcp --permanent //添加21端口
firewall-cmd --add-service=ftp --permanent //开启ftp服务
firewall-cmd --reload
systemctl enable vsftpd.service //开机启动vsftpd服务
systemctl enable firewalld.service //开机启动防火墙
2、若服务器为阿里云服务器,需要在服务器方形20、21、1024-65535端口
浙公网安备 33010602011771号