PASV 后 FTP 断开连接

发布于 2024-10-17 15:43:45 字数 517 浏览 0 评论 0原文

这是连接到 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

有什么想法吗?

This is FileZilla connecting to an FTP server on a Windows Server 2008 machine in the Amazon EC2 cloud. I can't figure out why it keeps kicking me.

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

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

夏了南城 2024-10-24 15:43:45

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

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

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

I had the same issue. In order to resolve,

In Filezilla go to Edit -> settings. On settings page click on FTP on the left and choose Active on the right. Hit OK and then connect

NOTE: Unlike Amazon EC2 in your case, I had my VM on Azure. Just make sure, you have enabled port 21 as i did while configuring my VM's FTP endpoints on Azure portal. This step may be different in AWS

杯别 2024-10-24 15:43:45

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

Have you given the FTP user permissions on the directory you're pointing it at?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文