Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.