edtFTPj/PRO 1.5.4 (Default branch) |
|
|
edtFTPj/PRO is a Java library that performs secure file transfers. It supports FTPS (FTP over SSL), both explicit and implicit modes, and SFTP (FTP via SSH) All major FTP operations are supported, including both active and passive modes. It provides a progress monitor interface, allowing applications to receive progress updates for their file transfers. The library is built on the open source edtFTPj and shares its API.
License: Other/Proprietary License with Source
Changes:
ScriptEngine.executeScript() now returns
ScriptResult. A dirDetails() bug whereby an
incorrect separator was used when setting
FTPFile.setPath() was fixed. A bug which could
cause an exception in SSLFTPCertificateStore
exportKeyStore() was fixed. A bug arising when
certificate common name checking is disabled
(FTPS) was fixed. An SFTP bug with RSA private
keys (whereby authentication would fail randomly)
was fixed. The ScriptResult class was added, which
is returned from ScriptEngine.executeScript().
Client and server validation were added to the
ScriptEngine for FTPS.
|