Secure FTP Factory 6.0 released
| jscape@gmail.com 29 Aug 2006 04:48 GMT | Page rating:  |
JSCAPE is pleased to announce the release of Secure FTP Factory 6.0, a
suite of Java file transfer components covering FTP, FTPS (FTP over
SSL), SFTP (FTP via SSH) and SCP (Secure Copy) protocols.
Download at:
http://www.jscape.com/sftp/
Release notes:
Enhancement: Added ability to specify whether passive connection should
occur before or after sending command for retrieving passive data. See
setConnectBeforeCommand method in Ftp and Ftps classes.
Enhancement: Added support for parsing AS/400 directory listings to Ftp
and Ftps classes.
Enhancement: Added ability to specify a local data port range when
using non-passive (active) connections. See setDataPortRange method in
Ftp and Ftps classes.
Enhancement: Added getInputStream and getOutputStream methods to Ftp
and Ftps classes. These new methods allow for performing an upload or
download using the respective InputStream and OutputStream classes
instead of using upload() or download() methods offering more control.
Enhancement: Enhanced file transfer speed for ASCII transfers in Sftp
class.
Enhancement: Added support for AUTH SSL command in addition to existing
AUTH TLS command in Ftps class.
Bug Fix: Fixed NullPointerException encountered in getResponseCode
method of Ftp and Ftps classes
Bug Fix: Fixed issue in Sftp class for ASCII transfers.
No comments at this time. Why not be the first?