1.安装vsftpd软件包
]# yum -y install vsftpd

2.重起vsftpd服务
]# systemctl start vsftpd
]# systemctl enable vsftpd
  FTP默认共享路径:/var/ftp

3.物理机访问测试
zk ~]# firefox ftp://10.10.11.10
]# cp /etc/redhat-release /var/ftp
zk ~]# firefox ftp://10.10.11.10

相关文章:

  • 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
相关资源
相似解决方案