(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. 23种设计模式的C++实现

    之前看Head First设计模式的时候照着书上的代码实现了一个C++版本(书上是Java版本的),代码上传在https://github.com/clpsz/Book-HFDP-Code. 当时因为 ...

  2. iperf

    iperf命令是一个网络性能测试工具.iperf可以测试TCP和UDP带宽质量.iperf可以测量最大TCP带宽,具有多种参数和UDP特性.iperf可以报告带宽,延迟抖动和数据包丢失.利用iperf ...

  3. [学习笔记]js动画实现方法,作用域,闭包

    一,js动画基本都是依靠setInterval和setTimeout来实现 1,setInterval是间隔执行,过一段时间执行一次代码 setInterval(function(){},500);即 ...

  4. POJ 3623 Best Cow Line, Gold(字符串处理)

    题意:给你一个字符串,让你重新排列,只能从头或者尾部取出一个放到新字符串队列的最后.按照字典序. 解决方法:比较前后两个的大小,谁小输出谁,相等,就往当中比来确定当前应该拿最前面的还是最后面的,如果再 ...

  5. ##DAY4 事件的基本概念、触摸的基本概念、响应者链、手势

    ##DAY4  事件的基本概念.触摸的基本概念.响应者链.手势 #pragma mark ———————事件的基本概念 ——————————— 事件的基本概念: 1)事件是当用户的手指触击屏幕及在屏幕 ...

  6. 设计模式(十一)代理模式Proxy(结构型)

    1.概述 因为某个对象消耗太多资源,而且你的代码并不是每个逻辑路径都需要此对象, 你曾有过延迟创建对象的想法吗 ( if和else就是不同的两条逻辑路径) ? 你有想过限制访问某个对象,也就是说,提供 ...

  7. HDU3496-Watch The Movie

    描述: New semester is coming, and DuoDuo has to go to school tomorrow. She decides to have fun tonight ...

  8. scrapy写爬虫是出现no module named win32api错误

    windows下利用scrapy(python2.7)写爬虫,运行 scrapy crawl dmoz 命令时提示:exceptions.ImportError: No module named wi ...

  9. jar 打包后的文件执行时出现错误:RunJar jarFile [mainClass] args...

    修改别人的jar包中的配置文件,然后再打包后执行出错:RunJar jarFile [mainClass] args... 经过分析,是因为打包时需要设置mainClass,可以通过如下方法: jar ...

  10. ie7下div覆盖在iframe上方,ie8就不行,怎么解决

    <div style="position:relative;display:inline-block;width:178px;height:90px;z-index:9999;top: ...