Saturday, December 05, 2015

CrossFTP 1.97.5 Released

CrossFTP 1.97.5 is a major update. The main changes are:

- Improved SFTP error handling and display.
- Fix GS permission's display issue.

This update is recommended for all CrossFTP users.

--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/

Thursday, November 12, 2015

CrossFTP 1.97.4 Released


CrossFTP 1.97.4 is a major update. The main changes are:

- Switch new SFTP library to significantly improve the performance and compatibility.
- Add support for QNAP's Amazon Glacier file name format.
- Fix that permission change table in property dialog is too small to show on some operating system.
- Fix that the first folder added to the favorites for a site won't be shown

This update is recommended for all CrossFTP users.

--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/

Thursday, October 01, 2015

CrossFTP 1.97.3 Released

CrossFTP 1.97.3 is a major update. The main changes are:

- Adds Amazon Glacier's metadata support for Fast Glacier V1/V3/V4.
- Fixes the anonymous user name error for the CrossFTP commander.

This update is recommended for all CrossFTP users.
--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/

Wednesday, August 05, 2015

CrossFTP 1.97.2 Released

CrossFTP 1.97.2 is a major update. The main changes are:


- Improve the user experience for App-Store version
- Fix the property dialog’s metadata’s checksum calculation popup doesn’t stop.
- Fix that the remote site search could show lots of 404 not found message
- Global skiplist support
- Sort bookmarks
- Allow to choose config home through command line
- Fix multipart download pause issue.
- Support the Tools -> Combine files … to combine downloaded multi-part parts
- Disable the CloudFront service for non-amazon S3 sites
This update is recommended for all CrossFTP users.
--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/

Monday, June 22, 2015

CrossFTP 1.97.1 Released

CrossFTP 1.97.1 is a major update. The main changes are:


- Move support for data transfer
- Fix SFTP/SSH file upload's buffer size overflow issues
- Improve SFTP/SSH transfer speed
- Make the S3 requester pays bucket option permanent in site manager to avoid continuously popup
- Fix the JDK 8 caused UI rendering issue on Mac OS X 10.10
- Allow to change the subject for Email notification in CrossFTP Enterprise
- Support multiple TOs address in CrossFTP Enterprise
- Site-local-site support for sync directory in CrossFTP Enterprise
- Launch of the CrossFTP commander (console version CrossFTP engine) in CrossFTP Enterprise
This update is recommended for all CrossFTP users.
--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/

Tuesday, April 28, 2015

CrossFTP 1.96.9 Released

CrossFTP 1.96.9 is a major update. The main changes are:

- Add better support for TLS/SSL connection’s customer’s keystore, so that 3rd party keystore tool can be used, such as http://portecle.sourceforge.net/
- Add auto overwrite direction for L2R and R2L’s sync.
- Significantly improved the directory synchronization feature
- Release license for CrossFTP Pro/Enterprise
- Table light line’s background color cannot be changed.
- Support better site license installation on mac.
- Updated the cert expiration date for CrossFTP Server.
- Fix the initial startup hanging error.

This update is recommended for all CrossFTP users.
--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/

Monday, April 20, 2015

CrossFTP 1.96.8 Released

CrossFTP 1.96.8 is a major update. The main changes are:

- Support better site license installation on mac.
- Updated the cert expiration date for CrossFTP Server.
- Add better support for TLS/SSL connection’s customer’s keystore, so that 3rd party keystore tool can be used, such as http://portecle.sourceforge.net/
- Add auto overwrite direction for L2R and R2L’s sync.
- Significantly improved the directory synchronization feature
- Release license for CrossFTP Pro/Enterprise
- Table light line’s background color can be changed.

This update is recommended for all CrossFTP users.
--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/
 

Sunday, January 18, 2015

CrossFTP 1.96.6 Released

CrossFTP 1.96.6 is a major update. The main changes are:


- Support new Amazon S3 V4 Authentication.
- Fixed that Glacier’s max part size preference should have 4G max size limit.
- Fixed that SSL certification verify dialog failed to reload the certs on connection.
- Fixed that multi-part download’s file resume after power outrage may lead to incorrect download. 
- Fixed that Amazon Glacier/GS/S3’s upload should should not be allowed in the root folder.
- Fixed that Mac App Store’s application open dialog should show correct content.
- Site-local-site transfer failed to apply proper file name in some cases.

This update is recommended for all CrossFTP users.
--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/
 

Sunday, January 04, 2015

Multipart Download Support in CrossFTP

To improve the transfer speed and reliability, CrossFTP Pro supports multipart download for all supported protocols, including FTP/SFTP/FTPS/WebDav/S3/GS/Amazon Glacier. Multipart download means that large file on the server will be divided into smaller parts during the download, and then all parts will be combined back to become the original file. Compared with the traditional Multipart download has 2 key advantages:
  • Fast - Multi-thread engine can be used to download file parts in parallel to fasten the download speed.
  • Reliable - Each part of the file is much smaller than the original file, so that the part's download is more reliable and recoverable.
Figure 1 below shows a file in the queue is being downloaded in the queue with multiple divided parts in CrossFTP Pro. There are 2 threads are downloading the file parts simultaneously in the figure.
Fig. 1. Multipart Download in CrossFTP Pro  
By default, multipart download is enabled in CrossFTP Pro. To enable/disable the multipart download in CrossFTP Pro, or change the part size, you need to go to Tools -> Global Options -> Transfer -> Enable Multipart Download, and you can also set up the part size here.
For Amazon Glacier, if you've enabled the multipart download, large file's retrieval is also divided into parts, and the parts' retrieval will obey the retrieval rate limit (in Tools -> Global Options -> S3/Glacier) as well. It is suggested you can setup the part size same or smaller than the retrieval rate limit, so that the retrieval rate can be strictly enforced.

--
CrossFTP is a FTP, SFTP, FXP, WebDav, Amazon S3, Amazon Glacier and Google Cloud Storage client for Windows, Mac, and Linux.
CrossFTP Home: http://www.crossftp.com/