Link to home
Start Free TrialLog in
Avatar of infodigger
infodigger

asked on

Problem transferring files bigger than 4GB with FTP

Hi,

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
Avatar of Tolomir
Tolomir
Flag of Germany image

this might look promissing:

http://www.softpicks.net/blog/11/turboftp-560620-an-alternative-ftp-client.htm

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
Here is the download link:

http://www.turboftp.com/download.htm

SOLUTION
Avatar of Ibrahim Bazarwala
Ibrahim Bazarwala
Flag of Kuwait image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
winscp is free software to transfer files specially b/w linux and windows
The above command is to copy the file through secure shell. It should be enable.If not, do this
/etc/init.d/sshd start
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/faq_4gb

---

Tolomir
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of infodigger
infodigger

ASKER

Thanks,

The ftp clients didn't work so I finally had to split the file to transfer it.