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

이 릴리스 이진 입력 스트림의 성능을 향상, Ftpinputstream에 대 한 skip(), mark(), 및 reset()를 구현, tryLock() 예외를 catch 하 고 그들을 무시, tryLock(), 사용 하지 않도록 플래그를 추가 고 일부 다운로드를 할 수 있도록 resumeNextDownload(long) Ftpclient에 추가 됩니다.
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

지원 FileTransferClient의 자세한 내용은 계정을 사용하는 추가되었습니다. FTPFile.getPath ()는 파일 이름을 포함하지 않습니다. 버그가 MLST 파서에서 수정되었습니다. 묘기가 더 기능을 (그러나 서버에 의해 구현됩니다) 반환 없다면 기능의 빈 배열이 반환됩니다. 배열은 실제 기능이 반환되도록 조정합니다.
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

독서 멀티 라인 답장에 관한 버그가 해결되었습니다.
Tags: Minor bugfixes
A bug regarding reading multi-line replies was fixed.

2011-01-17 22:46
2.2.1

2.2.0에서 소개 이력서 버그가 해결되었습니다. FTP를 회신 코드 앞에 공백은 손질하고 있습니다. OS/400 디렉토리리스트 파서가 추가되었습니다.
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

232 코드는 현재 사용자 명령에서 반환된 수 있습니다. 콜백을 사용하는 경우 목록을 중단하는 기능이 추가되었습니다. RollingFileAppender이 추가되었습니다. 시스템 속성 (log4j 사용하기 위해) 모든 edtFTPj 로거 prefixing에 추가되었습니다. 바뀌는 어떤 특별한 형식에 대해 UnixFileParser로 만들어 졌 었죠. 이제는 보장입니다 "." 와 ".." 와일드 카드를 사용 목록에 나타나지 않습니다.
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