新开的VPS,FTP无法连接
[i=s] 本帖最后由 yvsm 于 2013-3-15 10:49 编辑 [/i][code]响应: 220---------- Welcome to Pure-FTPd [privsep] ----------
响应: 220-You are user number 1 of 50 allowed.
响应: 220-Local time is now 05:07. Server port: 21.
响应: 220-IPv6 connections are also welcome on this server.
响应: 220 You will be disconnected after 15 minutes of inactivity.
命令: USER 59693
响应: 331 User 59693 OK. Password required
命令: PASS *********
响应: 530 Login authentication failed
错误: 严重错误
错误: 无法连接到服务器[/code]
新开的VPS,安装lnamp一键安装包后建立的站点FTP无法连接,谁知道为什么? 问题已经自己解决了,同时说下我的方法,希望对其他类似问题的朋友有所帮助
执行:
sh /www/wdlinux/tools/pureftp_conf_check.sh
提示:cat: /var/run/pure-ftpd.pid: No such file or directory
ps -ef | grep pure 查看 pure-ftpd 在PID
kill -9 818 杀死pure-ftpd进程
ps -ef | grep pure 再次查看pure-ftpd进程是否还存在,如果还重在就再杀死一下
然后重启pure-ftpd
页:
[1]