From: Robert Billing on
bulli wrote:
> hi Experts,

> or can any one give a solution for this one how to copy files which
> are more then 32MB?

I've just tried it on Fedora 8 using tftp-server-0.42-5 and copied a
huge backup from one directory to another using tftp on loopback.


[unclebob(a)bardolph ~]$ tftp localhost -c get bigfile
[unclebob(a)bardolph ~]$ diff bigfile /tftpboot/bigfile
[unclebob(a)bardolph ~]$ ls -lh bigfile /tftpboot/bigfile
-rw-rw-r-- 1 unclebob unclebob 592M 2008-06-28 08:56 bigfile
-rw-r--r-- 1 unclebob unclebob 592M 2008-06-28 08:50 /tftpboot/bigfile

So it does work with the current tftpd. My suggestion would be to
upgrade your tftp and tftp-server packages to the current ones, then try
copying the file using a local tftp command as I have done in the example.