1、yum install -y vsftpd.x86_64
2、systemctl start vsftpd
3、systemctl enable vsftpd
超简易配置安装 linux FTP
超简易配置安装 linux FTP
如果有防火墙 记得把防火墙打开 并reload
firewall-cmd --permanent --add-service=ftp
firewall-cmd --reload

最后ftp://地址即可
超简易配置安装 linux FTP

相关文章:

  • 2022-12-23
  • 2021-08-19
  • 2022-01-20
  • 2022-02-02
  • 2021-05-18
  • 2022-12-23
  • 2021-07-05
猜你喜欢
  • 2021-12-20
  • 2021-12-21
  • 2021-12-28
  • 2022-12-23
  • 2021-10-26
  • 2022-02-07
  • 2021-12-31
相关资源
相似解决方案