edtFTPj 1.5.4 released (Free FTP client)
2 Message(s) by 2 Author(s) originally posted in java announce
| From: javaftpclient |
Date: Wednesday, January 17, 2007
|
Enterprise Distributed Technologies is happy to announce the immediate
release of edtFTPj 1.5.4, the popular JAVA
library for
embedding full
FTP capabilities into JAVA applications.
edtFTPj is Open Source (LGPL) and can be freely embedded into
commercial applications. It
support s a wide
range of FTP commands, and
has been downloaded over 150,000 times.
Unrestricted (i.e. non-LGPL) commercial
source licenses are also
available at a very reasonable price.
This release makes many small fixes and improvements:
* Added support for STOU, i.e. all put()
method s now permit a
null
parameter for the remote filename - the FTP
server generates a unique
name that is returned.
* Timeout value now applies during initial connection to a remote host,
so connection attempts won't
hang if a
timeout is set. Only works for
JRE 1.4+.
* Control
character encoding now used when reading
directory listings.
* Added exists() method to FTPClientInterface and FTPClient.
* Fixed
bug in handling FTP
error messages when
data connection has
been terminated.
* Do not null out FileFactory when quit() is called.
* Added support for MLST via fileDetails().
See
http://www.enterprise dt.com/products/edtftpj/overview.html
We also have available a derivative commerical product, edtFTPj/PRO,
a secure
version of edtFTPj supporting FTPS and SFTP.
For more details see
http://www.enterprisedt.com/products/edtftpjssl/overview.html
| From: jscape |
Date: Sunday, January 21, 2007
|
[Not really an announcement, but given the frequency of edtFTPj posts, I
thought it was reasonable to approve an alternative - moderator]As an alternative you may with to look at Secure FTP Factory which
provides support for FTP/FTPS (FTP over SSL), SFTP(FTP over SSH) and
SCP protocols.
http://www.jscape.com/sftp/
wrote in message:
Enterprise Distributed Technologies is happy to announce the immediate
release of edtFTPj 1.5.4, the popular JAVA library for embedding full
FTP capabilities into JAVA applications.
edtFTPj is Open Source (LGPL) and can be freely embedded into
commercial applications. It supports a wide range of FTP commands, and
has been downloaded over 150,000 times.
Unrestricted (i.e. non-LGPL) commercial source licenses are also
available at a very reasonable price.
This release makes many small fixes and improvements:
* Added support for STOU, i.e. all put() methods now permit a null
parameter for the remote filename - the FTP server generates a unique
name that is returned.
* Timeout value now applies during initial connection to a remote host,
so connection attempts won't hang if a timeout is set. Only works for
JRE 1.4+.
* Control character encoding now used when reading directory listings.
* Added exists() method to FTPClientInterface and FTPClient.
* Fixed bug in handling FTP error messages when data connection has
been terminated.
* Do not null out FileFactory when quit() is called.
* Added support for MLST via fileDetails().
See http://www.enterprisedt.com/products/edtftpj/overview.html
We also have available a derivative commerical product, edtFTPj/PRO,
a secure version of edtFTPj supporting FTPS and SFTP.
For more details see
>
http://www.enterprisedt.com/products/edtftpjssl/overview.html
Next Message: CALL FOR MODERATORS: comp.lang.JAVA.announce