(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. hibernate-search-5.1.1简易使用

    系统要求java7和hibernate-core-4.3.8,此外还依赖如下jar包 使用demo如下: package com.ciaos.controller; import java.io.IO ...

  2. SQL Server索引进阶:第七级,过滤的索引

    原文地址: Stairway to SQL Server Indexes: Level 7,Filtered Indexes 本文是SQL Server索引进阶系列(Stairway to SQL S ...

  3. 使用Notepad++快速有效删除复制代码中的行号

    转载:http://plum.0602.blog.163.com/blog/static/1130006502011101524120757/ 试了该方法,很好用! 为什么我把用Notepad++删除 ...

  4. 浅谈Servlet(二)

    1.forward(请求的转发)和redirect(重定向) 目的:都是为了把一个Servlet的功能,拆分到多个Servlet中,便于后续代码的维护. a.forward(请求转发) (1).如何在 ...

  5. struts的由来

    当学习或工作时,有些同学会谈到熟悉struts.hibernate.spring等等框架,貌似熟悉这些框架是精通java的表现,但是我们应该首先弄明白为什么要学框架?是为了学习而学习?还是为了工作而学 ...

  6. c# 迭代器 与 集合 IEnumerable.GetEnumerator 方法

    示例来源 :msdn 参考:https://msdn.microsoft.com/zh-cn/library/dscyy5s0(v=vs.110).aspx 使用匿名方法.迭代器和部分选件类创建简洁的 ...

  7. ffmpeg 命令详解

    常用视频命令 //转码(并添加黑边) ffmpeg -ss start_time -i input.mp4 -t total_duration -vcodec copy/h264/... -acode ...

  8. 10min系列之二日志可视化进阶

    10min系列之二日志可视化进阶(作者原创,同步发布在github) 本文需要有一定的python和前端基础,如果没基础的,请关注我后续的基础教程系列博客 本文所有的demo,都是浏览器下展示的 原创 ...

  9. Protel中放置汉字工具的使用图示

    首先先到网上下载Protel中放置汉字工具ProtelHz.然后把ProtelHz中的文件全部解压到Protel99se安装目录X:\Program Files\Design Explorer 99 ...

  10. python3 ImageTk 安装方法

    使用命令: $ sudo yum search PIL | grep python3 可显示得知: python3-dogpile-cache.noarch : A caching front-end ...