1.安装vsftpd软件包
]# yum -y install vsftpd
2.重起vsftpd服务
]# systemctl restart vsftpd
]# systemctl enable vsftpd
  FTP默认共享路径:/var/ftp
3.本机访问测试
]# firefox  ftp://172.25.0.11
]# cp /etc/redhat-release /var/ftp
]# firefox  ftp://172.25.0.11

相关文章:

  • 2022-03-07
  • 2021-12-02
  • 2021-09-15
  • 2022-01-01
猜你喜欢
  • 2022-12-23
  • 2022-01-05
  • 2021-08-26
  • 2021-04-04
  • 2021-12-23
  • 2021-06-14
  • 2021-08-01
相关资源
相似解决方案