VSFTP的使用
摘要:
一、基本安装 1.安装服务 yum -y install vsftpd //centos Redhat apt-get install vsftpd //debian ubuntu 2.开启服务 service vsftpd status //查看状态,默认是关闭的 service vsftpd s 阅读全文
posted @ 2018-04-08 11:18 dudumao 阅读(1323) 评论(0) 推荐(0) 编辑