随笔分类 -  FTP

摘要:1.安装:yum install vsftpd -y 2.修改配置文件:cd /etc/vsftpd/ cat > /etc/vsftpd/vsftpd.conf <<EOF listen_port=10021 anonymous_enable=NO local_enable=YES write_e 阅读全文
posted @ 2019-09-05 16:43 chenjianwen 阅读(380) 评论(0) 推荐(0)
摘要:主要来源:http://www.cnblogs.com/helonghl/articles/5533857.html 1.安装FTP服务器: yum install vsftpd -y 2.启动FTP服务器: service vsftpd start 3.设置自启动 chkconfig vsftpd 阅读全文
posted @ 2016-08-26 15:55 chenjianwen 阅读(2273) 评论(0) 推荐(0)