(000003)2016/7/4 9:31:42 - (not logged in) (10.61.41.57)> Connected, sending welcome message...
(000003)2016/7/4 9:31:42 - (not logged in) (10.61.41.57)> 220-FileZilla Server version 0.9.37 beta
(000003)2016/7/4 9:31:42 - (not logged in) (10.61.41.57)> 220-written by Tim Kosse (Tim.Kosse@gmx.de)
(000003)2016/7/4 9:31:42 - (not logged in) (10.61.41.57)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000003)2016/7/4 9:31:42 - (not logged in) (10.61.41.57)> USER tmp
(000003)2016/7/4 9:31:42 - (not logged in) (10.61.41.57)> 331 Password required for tmp
(000003)2016/7/4 9:31:42 - (not logged in) (10.61.41.57)> PASS *******
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> 230 Logged on
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> PWD
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> 257 "/" is current directory.
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> TYPE I
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> 200 Type set to I
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> PASV
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> 227 Entering Passive Mode (192,168,2,23,194,242)
(000003)2016/7/4 9:31:42 - tmp (10.61.41.57)> LIST
(000003)2016/7/4 9:31:52 - tmp (10.61.41.57)> 425 Can't open data connection.
(000003)2016/7/4 9:33:42 - tmp (10.61.41.57)> 421 No-transfer-time exceeded. Closing control connection.
(000003)2016/7/4 9:33:42 - tmp (10.61.41.57)> disconnected.

解决办法:
filezilla客户端:
站点管理->添加新站点->Transfer settings->传输模式改为主动(因为默认为被动)

http://www.jbxue.com/LINUXjishu/2149.html

filezilla Can't open data connection.的更多相关文章

  1. FileZilla 425 Can't open data connection

    FileZilla 425 Can't open data connection WIN 2008 SERVER+FileZilla FTP Server,FTP端口:2013 防火墙中已允许FTP ...

  2. FileZilla 错误425 Can't open data connection 读取目录列表失败

    新装FileZilla FTP Server,设置好后,客户端能连接,但是出Error:[读取目录列表失败]:同时,服务端出Error:[425 Can't open data connection] ...

  3. FileZilla:425 Can't open data connection for transfer of解决办法

    状况描述: 服务器端采用的Windows 2008系统,安装了FileZilla Server,客户端采用的FileZilla Client,客户端在连接服务器端的时候,可以正常通过验证,但是在列出目 ...

  4. 使用windows server2012时FileZilla客户端连接时报150 Opening data channel for directory listing of "/" 响应:425 Can't open data connection

    425 Can't open data connection 和 读取目录列表失败 问题解决 这个问题主要是由于使用Passive Mode模式造成的,解决这个问题很简单: 1.在ftp服务软件中设置 ...

  5. FTP登录提示Can't open data connection for transfer of "/"

    服务器: 系统:windows server 2008 R2 standard 是否开启防火墙:是 FTP客户端:Filezilla server 本地: FTP服务端:winscp 使用winscp ...

  6. 150 Opening ASCII mode data connection. FTP连接的PASV和PORT方式

    FTP连接服务器时出现 150 Opening ASCII mode data connection.一般是客户端设置PORT 主动方式连接造成的.切换成PASV 被动模式后一般能连接上. 一.什么是 ...

  7. Entity Framework 丢失数据链接的绑定,在已绑好的EDMX中提示“Choose Your Data Connection”

    早先做的一个练手的项目中, 使用到了Entity framework . 最近碰到一个问题,在edmx 里面选择“Update model from Database” 的时候提示了 “Choose ...

  8. lftp 卡在 Making data connection 解决方法

    用lftp连接到一个ftp服务器,执行ls命令结果一直Making data connection. google一下都说执行set ftp:ssl-allow no,但是实测无效. 上lftp官网看 ...

  9. FileZilla_Server:425 Can't open data connection 问题解决

    25 Can't open data connection 和 读取目录列表失败 问题解决 这个问题主要是由于使用Passive Mode模式造成的,解决这个问题很简单:1.在ftp服务软件中设置指定 ...

随机推荐

  1. Windows环境下用C#编程将文件上传至阿里云OSS笔记

    Windows环境下用C#编程将文件上传至阿里云OSS笔记 本系列文章由ex_net(张建波)编写,转载请注明出处. http://blog.csdn.net/ex_net/article/detai ...

  2. linux之screen命令

    linux平台下想同时运行多个操作,执行多个程序或命令:命令行就一个,要想同时执行多个命令如何操作? 一个screen命令即可: Centos操作系统默认没有安装screen: 安装方法: Cento ...

  3. result 相关

    1.dispatcher 2.redirect 3.chain 4.redirectAction 5.freemarker 6.httpheader 7.stream 8.velocity 9.xsl ...

  4. mysql 时间差问题集锦

    SELECT * from grouptoadd where taskid = '103244'; select datediff(max(spreadtime),min(createtime)) f ...

  5. Java学习之equals和==的区别

    转自:http://www.cnblogs.com/zhxhdean/archive/2011/03/25/1995431.html java中的数据类型,可分为两类: 1.基本数据类型  也称原始数 ...

  6. InputStream和OutputStream 何时使用

    原文引自:http://blog.csdn.net/fyxxq/article/details/7071978 记得刚学习程序流一章的时候,就是搞不清楚In和Out,不知道什么时候用in什么时候用ou ...

  7. SQL中 and or优先级问题

    资源来源:http://www.linuxidc.com/Linux/2012-03/56267.htm 刚刚在项目中遇到这样一个问题,SQL语句如下: select * from LOAN_BACK ...

  8. c语言各类问题 代码

    定义一个结构体,有两个成员变量,一个整型的n,一个字符型的c,利用结构体类型声明一个具有5个元素的数组,并随机初始化,根据成员变量n进行从小到大排序,然后输出 冒泡排序然后 在输出结构体#includ ...

  9. pcap文件格式解析

    pcap文件格式是常用的数据报存储格式,包括wireshark在内的主流抓包软件都可以生成这种格式的数据包 下面对这种格式的文件简单分析一下:    pcap文件的格式为:  文件头    24字节  ...

  10. Vistual Studio 2010 调试无法进断点

    系统是2003出现的问题 win8就没事 打sp1 补丁就行