Apache Commons FTPClient 问题 - 425 无法建立数据连接:连接被拒绝

发布于 2024-12-06 01:39:54 字数 208 浏览 1 评论 0原文

我正在尝试使用 Apache Commons FTP 库连接远程 ftp 服务器,我能够登录到 FTP 服务器,但之后我无法发出任何命令,并在尝试检索文件时出现以下错误。

425 无法建立数据连接:连接被拒绝。 但使用 MS-DOS 命令提示符登录时我没有遇到任何问题。

有人知道会出现什么问题吗?

谢谢。

I am trying to connect a remote ftp server using Apache Commons FTP library, i am able to log into FTP server but after that i am not able to issue any command and getting following error when trying to retrieve file.

425 Can't build data connection: Connection refused.
but I am facing no issue while login using MS-DOS command prompt.

Do anybody know what would be the issue ?

Thanks.

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

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

发布评论

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

评论(1

绝不放开 2024-12-13 01:39:54

在没有看到代码的情况下,这是在黑暗中进行的尝试,但是

client.enterLocalPassiveMode();

如果您从本地计算机上传到远程 FTP 服务器,您是否尝试过以下操作。我记得我也遇到过类似的问题并且执行了上述操作

Without seeing code this is a stab in the dark, but have you tried the following

client.enterLocalPassiveMode();

if you are uploading from a local machine to a remote FTP server. I remember I had a similar problem and doing the above worked

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