FTP should support IPv6
-----------------------
Key: NET-288
URL: https://issues.apache.org/jira/browse/NET-288
Project: Commons Net
Issue Type: Improvement
Reporter: Derek Morr
Attachments: ftp_ipv6.patch
The FTP module does not support FTP over IPv6, defined in RFC 2428.
I've written a patch to add support for the EPRT and EPSV commands to the FTP
class, and modifed the FTPClient class to try them before falling back to PORT
and PASV. This is common behavior in many FTP clients.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.