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 cl*****.
Enhancement: Added sup****t for parsing AS/400 directory listings to Ftp
and Ftps cl*****.
Enhancement: Added ability to specify a local data ****t range when
using non-passive (active) connections. See setData****tRange method in
Ftp and Ftps cl*****.
Enhancement: Added getInputStream and getOutputStream methods to Ftp
and Ftps cl*****. These new methods allow for performing an upload or
download using the respective InputStream and OutputStream cl*****
instead of using upload() or download() methods offering more control.
Enhancement: Enhanced file transfer speed for ASCII transfers in Sftp
class.
Enhancement: Added sup****t 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 cl*****
Bug Fix: Fixed issue in Sftp class for ASCII transfers.