【问题标题】:FTP Disconnect after PASVPASV 后 FTP 断开连接
【发布时间】:2011-02-14 21:05:05
【问题描述】:

这是连接到 Amazon EC2 云中 Windows Server 2008 机器上的 FTP 服务器的 FileZilla。我不明白为什么它一直在踢我。

Command:    OPTS UTF8 ON
Response:   200 OPTS UTF8 command successful - UTF8 encoding now ON.
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is current directory.
Command:    TYPE I
Response:   200 Type set to I.
Command:    PASV
Error:  Disconnected from server: ECONNABORTED - Connection aborted
Error:  Failed to retrieve directory listing

有什么想法吗?

【问题讨论】:

    标签: iis-7 ftp windows-server-2008 amazon-ec2


    【解决方案1】:

    我有同样的问题。为了解决,

    在 Filezilla 中转到编辑 -> 设置。在设置页面上单击左侧的 FTP,然后选择右侧的活动。点击确定,然后连接

    注意:与您的情况中的 Amazon EC2 不同,我的虚拟机位于 Azure 上。只需确保您已启用端口 21,就像我在 Azure 门户上配置我的 VM 的 FTP 端点时所做的那样。这一步在 AWS 中可能会有所不同

    【讨论】:

    【解决方案2】:

    您是否已授予 FTP 用户对您指向的目录的权限?

    【讨论】:

    • FTP 用户实际上是一个 IIS 管理器——不是真正的用户,所以我不能给它比 IIS 更多的权限
    猜你喜欢
    • 1970-01-01
    • 2017-05-19
    • 1970-01-01
    • 2013-02-13
    • 1970-01-01
    • 2011-12-30
    • 2016-11-13
    • 1970-01-01
    • 2012-03-14
    相关资源
    最近更新 更多