xxnimu 发表于 2011-3-22 14:06:50

pureftp失败!ftp连不上!

按照 https://bbs.vpser.net/thread-1075-1-1.html贴里里的步骤一步一步的操作

都还算正常

可 就是ftp连不上,一点反映都没有,连错误提示都没有!

正在连接 223.197.0.193, 端口 21 (#1)
已连接到服务器, 等待响应...
连接失败 (Connection aborted)

用/root/pufreftpd status 显示

=========================================================================
Pure-FTPd status Manager for LNMP V0.6,Written by Licess
=========================================================================
LNMP is a tool to auto-compile & install Nginx+MySQL+PHP on Linux
This script is a tool to Manage status of Pure-FTPd
For more information please visit http://www.lnmp.org

Usage: /root/pureftpd {start|stop|restart|status|who}
=========================================================================
Pure-FTPd is running.

licess 发表于 2011-3-22 14:15:25

回复 1# 的帖子

可能是防火墙的原因,执行如下命令:
/etc/init.d/iptables stop

如果是centos 再执行:chkconfig iptables off
debian的话执行update-rc.d -f iptables remove

xxnimu 发表于 2011-3-22 14:41:52

谢谢老大

经过群里的朋友提示,直接改用 SSH Secure File Transfer Client 了。。
页: [1]
查看完整版本: pureftp失败!ftp连不上!