Apache Commons FTPClient 问题 - 425 无法建立数据连接:连接被拒绝
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在没有看到代码的情况下,这是在黑暗中进行的尝试,但是
如果您从本地计算机上传到远程 FTP 服务器,您是否尝试过以下操作。我记得我也遇到过类似的问题并且执行了上述操作
Without seeing code this is a stab in the dark, but have you tried the following
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