edtFTPj 2.0.3 (Stable branch) |
|
|
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.
License: GNU Lesser General Public License (LGPL)
Changes:
A bug was fixed where any strings added to the
FileNotFoundStrings, DirectoryEmptyStrings, and
TransferCompleteStrings instances obtained via
getAdvancedFTPSettings().getFileNotFoundMessages()
were not applied. In active mode, the code now
cycles through available ports if socket creation
fails for a transfer. The "Unexpected null reply"
error message was changed to a more informative
message.
|