Download List

Projeto Descrição

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

Esta versão melhora o desempenho dos fluxos de entrada binários, Implementos, skip(), Mark e reset() de FTPInputStream captura exceções tryLock() e ignora-los, adiciona uma bandeira para evitar o uso de tryLock() e adiciona resumeNextDownload(long) FTPClient por downloads parciais podem ser feitos.
Tags: Stable
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.

2011-08-26 19:56
2.3.0

Foi adicionado suporte para o uso em FileTransferClient ACCT. FTPFile.getPath () não inclui o nome do arquivo. Um bug foi corrigido no analisador MLST. Uma matriz vazia de recursos é retornado se FEAT retorna sem recursos (mas é implementado pelo servidor). A matriz é tweaked para que apenas as características reais são devolvidos.
Tags: Stable, Minor bugfixes, Minor feature enhancements
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.

2011-02-07 23:18
2.2.2

Um erro sobre as respostas de leitura multi-linha foi corrigido.
Tags: Minor bugfixes
A bug regarding reading multi-line replies was fixed.

2011-01-17 22:46
2.2.1

Um bug currículo introduzido em 2.2.0 foi corrigido. Espaços na frente dos códigos de resposta FTP são cortados. Um analisador de listagem do diretório OS/400 foi adicionado.
Tags: Stable, Minor bugfixes, Minor feature enhancements
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.

2011-01-04 16:41
2.2.0

O código 232 agora pode ser devolvido a partir do comando USER. A possibilidade de abortar quando anúncios usando um callback foi adicionado. RollingFileAppender foi adicionado. Uma propriedade do sistema foi introduzido para prefixar todos os madeireiros edtFTPj (para uso com log4j). Ajustes foram feitos para UnixFileParser para alguns formatos incomuns. Agora é garantido que "." e ".." não aparecem nas listagens que usam curingas.
Tags: Stable, Minor feature enhancements
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.

Project Resources