linux搭建ftp server,在windows向上传
yum install vsftp.rpm 安装vsftp
service vsftpd start 启动vsftpd服务
ftp localhost 验证ftp是否启动
bye 退出ftp
ifconfig 查询本地网络ip
lo
本机ip
如果连不上,可能是linux 防火墙的原因
停止防火墙:service iptables stop
开启防火墙:service iptables start
停止防火墙:service iptables stop
开启防火墙:service iptables start
ftp配置文件位置:cd /etc
ftp配置文件:more vsftpd.conf
匿名用户名:anonymous
more vsftpd.user_list 禁止访问用户配置文件
vi vsftpd.user_list
vi vsftpd.ftpusers