edtFTPj 1.5.6 (Stable branch) |
|
|
edtFTPj is an FTP client library that allows any
Java application to have full embedded FTP
functionality. It includes a straightforward but
comprehensive API with functions such as put (),
get(), chdir(), dir() and pwd(). Active and
passive modes are supported.
License: GNU Lesser General Public License (LGPL)
Changes:
In dirDetails(), English is now always tried first
for date parsing locale, followed by the default
locale. Other locales can also be specified. Also,
date parsing exceptions are no longer propagated;
the relevant field is now set to null.
FTPException from size() is now ignored if resume
is being tried for an upload (which occurs if the
file does not exist). The parsing code for
Connect:Enterprise UNIX was fixed. Accessors were
added for message fragment collections used in
parsing server messages for FTP/S.
|