All releases of ftp4j


Release Notes: A change has been made in the FTP connectors architecture. FTPConnector is no longer an interface: it is now an abstract class implementing timeout aware connections. Timeouts for connection, read, and close operations can be set by the caller. A connection attempt to a remote FTP server can now be aborted, calling the brand new abortCurrentConnectionAttempt() method in FTPClient. Moreover, a bug has been fixed in the HTTPTunnelConnector.


Release Notes: The "502 Command REST not allowed by policy" and "501 REST not compatible with server configuration" responses to the "REST 0" command are no longer treated as errors. This extends the library compatibility to a greater number of server types. Each SIZE command is now preceded by a TYPE I command, extending the library compatibility. Several enhancements have been applied in the remote file list routine. Finally, a timezone issue has been solved in UnixListParser and NetWareListParser.


Release Notes: Support for append mode uploads has been added, FTPES is now enforced when required, and large file transfers are now faster.


Release Notes: The REST command support compatibility has been enhanced.


Release Notes: Support has been added for the MLSD directory listing mode and for compressed data transfers (MODE Z). The library also includes an auto-noop feature, which can send a NOOP command to the server every time an inactivity timeout occurs. The library behaviour for passive data transfers has been changed. The client no longer trust the IP address returned by the server in response to a PASV command. The HTTPTunnelConnector has been improved, and is fully HTTP 1.1 compliant. A date parsing bug was fixed in the UnixListParser and NetWareListParser components.


Release Notes: The REST command is now issued only if the server declares explicitly its support in the FEAT command response. Other enhancements have been made in the download/upload error handling routine and in the UnixListParser.


Release Notes: In FTPS and FTPES modes, the client now issues a "PBSZ 0" command before sending the "PROT P" one. Some servers require it. A minor API change was made: the streamLength information is no longer required by the upload method.


Release Notes: Two minor bugs have been solved.


Release Notes: The library has complete support for secured FTP connections, both FTPS (FTP over implicit TLS/SSL) and FTPES (FTP over explicit TLS/SSL).


Release Notes: UTF-8 support enhancements and bugfixes were made.