[
https://issues.apache.org/jira/browse/NET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved NET-480.
----------------------
Resolution: Fixed
Fix Version/s: 3.3
Finally got around to looking at this again.
It looks like the work-round you used is necessary, so committed it:
URL: http://svn.apache.org/viewvc?rev=1437243&view=rev
Log:
NET-480 Wrong passivHost when using FTPHTTPClient with EPSV
Modified:
commons/proper/net/trunk/src/changes/changes.xml
commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPHTTPClient.java
> Wrong passivHost when using FTPHTTPClient with EPSV
> ---------------------------------------------------
>
> Key: NET-480
> URL: https://issues.apache.org/jira/browse/NET-480
> Project: Commons Net
> Issue Type: Bug
> Components: FTP
> Affects Versions: 3.1
> Environment: All Systems with ftp Access over http
> Reporter: Peter Naber
> Fix For: 3.3
>
> Attachments: FTPSquidProxyClient.java
>
>
> At the FTPHTTPClient Class in line 99 the Answer from the EPSV Command will
> parse to receive the Data port and the passiv Host.
> \_parsePassiveModeReply(\_replyLines.get(0))
> In this function the \_\_passivHost is set to the remoteAddress, but this
> address is determine by "this.\_socket\_.getInetAddress();" and the socket is
> the socket of the proxy Server and NOT of the ftp Server.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira