Download List

專案描述

edtFTPj is an FTP client library that allows any Java application to have full embedded FTP functionality. It includes an easy-to-use API with methods such as downloadFile() and uploadFile(). Most FTP commands are supported, as well as active and passive modes. edFTPj has been extensively tested and is widely used in thousands of projects. It is compatible with Android 1.5 and above.

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.

2013-01-08 13:16
2.4.0

This release improves performance of binary input streams,

implements skip(),
mark(),
and reset() for FTPInputStream,

catches tryLock() exceptions and ignores them,

adds a flag to avoid using tryLock(),

and adds resumeNextDownload(long) to FTPClient so partial downloads can be done.
標籤: Stable

2011-08-26 19:56
2.3.0

Support was added for using ACCT in FileTransferClient. FTPFile.getPath() no longer includes the filename. A bug was fixed in MLST parser. An empty array of features is returned if FEAT returns no features (but is implemented by the server). The array is tweaked so that only actual features are returned.
標籤: Stable, Minor bugfixes, Minor feature enhancements

2011-02-07 23:18
2.2.2

A bug regarding reading multi-line replies was fixed.
標籤: Minor bugfixes

2011-01-17 22:46
2.2.1

A resume bug introduced in 2.2.0 was fixed. Spaces in front of FTP reply codes are trimmed. An OS/400 directory listing parser was added.
標籤: Stable, Minor bugfixes, Minor feature enhancements

2011-01-04 16:41
2.2.0

The 232 code can now be returned from the USER command. The ability to abort listings when using a callback was added. RollingFileAppender was added. A system property was added for prefixing all edtFTPj loggers (for use with log4j). Tweaks were made to UnixFileParser for some unusual formats. It is now ensured that "." and ".." don't appear in listings that use wildcards.
標籤: Stable, Minor feature enhancements

Project Resources