Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 96704 invoked from network); 10 Mar 2010 10:22:19 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Mar 2010 10:22:19 -0000 Received: (qmail 11852 invoked by uid 500); 10 Mar 2010 10:21:49 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 11463 invoked by uid 500); 10 Mar 2010 10:21:48 -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 11448 invoked by uid 99); 10 Mar 2010 10:21:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 10:21:48 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 10:21:47 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3E8A0234C4BB for ; Wed, 10 Mar 2010 10:21:27 +0000 (UTC) Message-ID: <642552035.174371268216487255.JavaMail.jira@brutus.apache.org> Date: Wed, 10 Mar 2010 10:21:27 +0000 (UTC) From: "Rory Winston (JIRA)" To: issues@commons.apache.org Subject: [jira] Closed: (NET-285) FTP should support external IP address and port range In-Reply-To: <257003028.1247648114993.JavaMail.jira@brutus> 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-285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rory Winston closed NET-285. ---------------------------- Resolution: Fixed Fix Version/s: 2.1 I've added a patch for this. Thanks! > FTP should support external IP address and port range > ----------------------------------------------------- > > Key: NET-285 > URL: https://issues.apache.org/jira/browse/NET-285 > Project: Commons Net > Issue Type: New Feature > Reporter: Binoy Joseph > Fix For: 2.1 > > Attachments: ftpclient_active_portRange_ExtAddress.patch > > Original Estimate: 2h > Remaining Estimate: 2h > > If you use FTP tools like FileZilla, you see that in Active mode, > the external IP address (when client has multiple network cards) and > port range (when client has firewall setup) are supported. > This is very essential for an enterprise class FTP client. > I see that a small modification in FTPClient's _openDataConnection_() method will support all this. > _serverSocketFactory_.createServerSocket(0, 1, getLocalAddress()); > Can I also go ahead creating a patch for this? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.