Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 89219 invoked from network); 19 Nov 2009 10:14:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Nov 2009 10:14:05 -0000 Received: (qmail 83466 invoked by uid 500); 19 Nov 2009 10:14:05 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 83360 invoked by uid 500); 19 Nov 2009 10:14:04 -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 83350 invoked by uid 99); 19 Nov 2009 10:14:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Nov 2009 10:14:04 +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; Thu, 19 Nov 2009 10:14:01 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DD896234C1F1 for ; Thu, 19 Nov 2009 02:13:40 -0800 (PST) Message-ID: <1895393869.1258625620905.JavaMail.jira@brutus> Date: Thu, 19 Nov 2009 10:13:40 +0000 (UTC) From: "Binoy Joseph (JIRA)" To: issues@commons.apache.org Subject: [jira] Commented: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NET-285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779917#action_12779917 ] Binoy Joseph commented on NET-285: ---------------------------------- Hi, Hope this can be resolved > 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 > 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.