Here is the download link:
http://www.turboftp.com/do
Main Topics
Browse All TopicsHi,
I am trying to transfer some files bigger than 4GB from a centos 5 (proftpd) server and when the first 4GB are transferred I am getting an error on my ftp client. I tried it with filezilla 3 and cuteftp pro trial and had no success. The files are tar.gz cpanel backups if that helps.
If there is no solution to my problem is there any tool to split the files on linux and join them on a windows system after download?
Thanks,
John
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Here is the download link:
http://www.turboftp.com/do
Can I transfer file larger then 4 GB (or 2 GB)?
WinSCP places no limits on size of the file transferred.
However there are restrictions placed by protocols used. SCP protocol does not support files over 4 GB (32-bit boundary), while SFTP and FTP support them.
Please note that size limit may be imposed also by particular server implementations.
http://winscp.net/eng/docs
---
Tolomir
So this might be the solution:
http://elliottback.com/wp/
I recently ran into an issue where I had about 7.5 GB of files split into 512M chunks downloaded from linux machine. The files had been generated using the split command:
split -b 512m files.tgz
This created the following files:
-rw-rw-rw- 1 user group 536870912 Mar 9 20:44 xaa
-rw-rw-rw- 1 user group 536870912 Mar 9 20:46 xab
...
-rw-rw-rw- 1 user group 222082405 Mar 9 21:13 xao
I wanted to combine them in windows and looked around for a while until I realized you can use Microsoft's copy utility in binary mode!
copy /b xa* files.tgz /b
---
Tolomir
Business Accounts
Answer for Membership
by: TolomirPosted on 2007-11-26 at 01:53:54ID: 20348946
this might look promissing:
log/11/tur boftp-5606 20-an- alte rnative-ft p-client.h tm
http://www.softpicks.net/b
A new version of TurboFTP has been released, a FTP client with broad functionality, by means of which you can easily transfer files via the Internet. The program has a user-friendly and customizable interface. It allows you to transfer files larger than -----> 4 GB <---- , set the speed limit, set transfer only of those files that have been updated since the last load. In addition, with the help of the program you can compare the contents of local and remote folders, to prioritize data transmission. TurboFTP supports firewalls, including HTTP proxy, SOCKS 4, SOCKS 4a and SOCKS 5, as well as protected connections SSL / TLS, including implicit and explicit SSL.
Tolomir