Re: [expert] Error with a large File

2002-06-18 Thread Jerry Kreps
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 18 June 2002 10:25 am, INGNAR ALEJANDRO FREY ROS wrote: > I am using dd and netcat to save the image of cd from one computer to > another. > > on the machine with the cd I do > dd if=/dev/cdrom | gzip | nc 192.168.1.1 12300 > > on the serve

[expert] Error with a large File

2002-06-18 Thread INGNAR ALEJANDRO FREY ROS
I am using dd and netcat to save the image of cd from one computer to another. on the machine with the cd I do dd if=/dev/cdrom | gzip | nc 192.168.1.1 12300 on the server (which is running Mandrake 8.2)I do nc -l -p 12300 > disc.img But after the server has received about 130megs. The pipe br