You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Rory Winston (JIRA)" <ji...@apache.org> on 2010/03/10 11:21:27 UTC

[jira] Closed: (NET-285) FTP should support external IP address and port range

     [ 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.