pureftpd安装后链接不上
请问下,pureftpd安装后链接不上,系统是centos6.6 ,链接工具用的是FileZilla,默认模式提示状态: 正在连接 122.114.127.22:21...
状态: 连接建立,等待欢迎消息...
响应: 220---------- Welcome to Pure-FTPd ----------
响应: 220-You are user number 6 of 50 allowed.
响应: 220-Local time is now 11:04. Server port: 21.
响应: 220-This is a private system - No anonymous login
响应: 220-IPv6 connections are also welcome on this server.
响应: 220 You will be disconnected after 15 minutes of inactivity.
命令: USER ouyang
响应: 331 User ouyang OK. Password required
命令: PASS *********
响应: 230-Your bandwidth usage is restricted
响应: 230 OK. Current restricted directory is /
命令: SYST
响应: 215 UNIX Type: L8
命令: FEAT
响应: 211-Extensions supported:
响应:EPRT
响应:IDLE
响应:MDTM
响应:SIZE
响应:MFMT
响应:REST STREAM
响应:MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
响应:MLSD
响应:UTF8
响应:TVFS
响应:ESTA
响应:PASV
响应:EPSV
响应:SPSV
响应:ESTP
响应: 211 End.
命令: OPTS UTF8 ON
响应: 200 OK, UTF-8 enabled
状态: 已连接
状态: 读取目录列表...
命令: PWD
响应: 257 "/" is your current location
命令: TYPE I
响应: 200 TYPE is now 8-bit binary
命令: PASV
响应: 227 Entering Passive Mode (192,16,42,9,86,112)
命令: MLSD
错误: 连接超时
错误: 读取目录列表失败
主动模式:
状态: 正在连接 122.114.127.22:21...
状态: 连接建立,等待欢迎消息...
响应: 220---------- Welcome to Pure-FTPd ----------
响应: 220-You are user number 7 of 50 allowed.
响应: 220-Local time is now 11:06. Server port: 21.
响应: 220-This is a private system - No anonymous login
响应: 220-IPv6 connections are also welcome on this server.
响应: 220 You will be disconnected after 15 minutes of inactivity.
命令: USER ouyang
响应: 331 User ouyang OK. Password required
命令: PASS *********
响应: 230-Your bandwidth usage is restricted
响应: 230 OK. Current restricted directory is /
命令: SYST
响应: 215 UNIX Type: L8
命令: FEAT
响应: 211-Extensions supported:
响应:EPRT
响应:IDLE
响应:MDTM
响应:SIZE
响应:MFMT
响应:REST STREAM
响应:MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
响应:MLSD
响应:UTF8
响应:TVFS
响应:ESTA
响应:PASV
响应:EPSV
响应:SPSV
响应:ESTP
响应: 211 End.
命令: OPTS UTF8 ON
响应: 200 OK, UTF-8 enabled
状态: 已连接
状态: 读取目录列表...
命令: PWD
响应: 257 "/" is your current location
命令: TYPE I
响应: 200 TYPE is now 8-bit binary
命令: PORT 192,168,0,100,224,87
错误: 已从服务器断开: ECONNABORTED - 连接中止
错误: 读取目录列表失败
被动模式:状态: 正在连接 122.114.127.22:21...
状态: 连接建立,等待欢迎消息...
响应: 220---------- Welcome to Pure-FTPd ----------
响应: 220-You are user number 7 of 50 allowed.
响应: 220-Local time is now 11:06. Server port: 21.
响应: 220-This is a private system - No anonymous login
响应: 220-IPv6 connections are also welcome on this server.
响应: 220 You will be disconnected after 15 minutes of inactivity.
命令: USER ouyang
响应: 331 User ouyang OK. Password required
命令: PASS *********
响应: 230-Your bandwidth usage is restricted
响应: 230 OK. Current restricted directory is /
命令: SYST
响应: 215 UNIX Type: L8
命令: FEAT
响应: 211-Extensions supported:
响应:EPRT
响应:IDLE
响应:MDTM
响应:SIZE
响应:MFMT
响应:REST STREAM
响应:MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
响应:MLSD
响应:UTF8
响应:TVFS
响应:ESTA
响应:PASV
响应:EPSV
响应:SPSV
响应:ESTP
响应: 211 End.
命令: OPTS UTF8 ON
响应: 200 OK, UTF-8 enabled
状态: 已连接
状态: 读取目录列表...
命令: PWD
响应: 257 "/" is your current location
命令: TYPE I
响应: 200 TYPE is now 8-bit binary
命令: PASV
响应: 227 Entering Passive Mode (192,16,42,9,84,172)
命令: MLSD
错误: 连接超时
错误: 读取目录列表失败
补充一下 ip是国内的
补充一下 ip是国内的 1、检查防火墙,将20,21及被动连接端口范围加上iptables -I INPUT -p tcp --dport 21 -j ACCEPT
iptables -I INPUT -p tcp --dport 20 -j ACCEPT
iptables -I INPUT -p tcp --dport 20000:30000 -j ACCEPT
iptables-save
或直接关闭iptables
2、使用主动模式
页:
[1]