显示热门

阅读顺序

深色模式

字体大小|

搜索
ADVERTISEMENT
返回
  • 浏览过的版块

1
ADVERTISEMENT
Huaren
等级大校
威望22
贴子17028
魅力17450
注册时间@2013-08-09

jd2002

查看全部

求助:FTP 错误 426 -- List error

2283

5

2004-01-19 16:34:00

the invalid sequence of command is typical when the client requests a file transfer, then tries to issue normal commands in the control channel. Until the data connection either times out from no activity or is aborted, all commands (except NOOP and ABOR) will result in the invalid sequence. From the logs the server is still waiting for the fxp to connect but the client starts issuing size and retr commands again without waiting for the status of the previous transfer request



[此贴子已经被作者于1/19/2004 4:38:07 PM编辑过]

Huaren
等级大校
威望22
贴子17028
魅力17450
注册时间@2013-08-09

jd2002

查看全部

2004-01-19 16:39:00

426 Data connection closed, transfer aborted.

但是却下载不了文件,这种情况可能是你所在网络安装了防火墙(或代理),该防火墙(或代理)禁止来自远程的连接,426 Data connection closed, transfer aborted表明了这一点。这时候你可以使用被动传输模式(PASV模式),来避免该限制,进行数据传输。在站点设置中,设置为被动模式PASV模式,重新连接.

  建议: 如果不使用PASV(即不使用被动传输)能够正常下载的话,就不要使用被动传输,因为主动传输比被动传输速度快(本站主机在主动传输时具备选择性确认的TCP选项(RFC2018),能有效进行丢包重传,具备Timestamps选项(RFC1323)有效测定网络时延,避免提前重传),被动传输有时在用户开辟很多线程的时候会出现连接错误。



[此贴子已经被作者于1/19/2004 4:41:50 PM编辑过]

初始化编辑器...

到底了