Download List

Project Description

ftp4j is a Java library that implements a
full-featured FTP client. With ftp4j embedded in
your application, you can transfer files (upload
and download), browse the remote FTP site
(directory listing included), and create, delete,
rename, and move remote directories and files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-29 06:53
1.7

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.
Tags: Enhancements, Bugfixes, Stable

2011-08-26 19:26
1.6.1

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.
Tags: Stable, Bugfixes, Enhancements

2011-01-08 07:32
1.6

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

2010-05-30 22:35
1.5.1

The REST command support compatibility has been enhanced.
Tags: Stable, Enhancements

2010-03-12 08:27
1.5

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.
Tags: Stable, Enhancements, Bugfixes

Project Resources