Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48223D02A for ; Wed, 23 Jan 2013 00:34:13 +0000 (UTC) Received: (qmail 25388 invoked by uid 500); 23 Jan 2013 00:34:13 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 25140 invoked by uid 500); 23 Jan 2013 00:34:12 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 25122 invoked by uid 99); 23 Jan 2013 00:34:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Jan 2013 00:34:12 +0000 Date: Wed, 23 Jan 2013 00:34:12 +0000 (UTC) From: "Sebb (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (NET-480) Wrong passivHost when using FTPHTTPClient with EPSV MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NET-480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sebb updated NET-480: --------------------- Summary: Wrong passivHost when using FTPHTTPClient with EPSV (was: Wrong passivHost by using FTPHTTPClient with EPSV) > 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 > 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