Linux中ftp服务器的搭建

1.安装 vsftpd yum -y install vsftpd 2.添加一个ftp账户 useradd zhangsan 设置密码:passwd 123456 3.防火墙中开始21端口 vim /etc/sysconfig/iptables  wq!保存  然后重启:service iptables restart 4.修改selinux 外网是可以访问上去了,可是发现没法返回目录(使用ftp
相关文章
相关标签/搜索