[2619] in linux-net channel archive
Re: Corrupt NCFTP transfers?
daemon@ATHENA.MIT.EDU (Molnar Ingo)
Sun Apr 21 17:49:19 1996
Date: Sun, 21 Apr 1996 22:06:29 -0400 (EDT)
From: Molnar Ingo <mingo@kaliban.csoma.elte.hu>
To: Craig Schlenter <cschle@paradigm.co.za>
cc: Linux Kernel List <linux-kernel@vger.rutgers.edu>,
linux-net@vger.rutgers.edu
In-Reply-To: <Pine.SCO.3.91.960421215007.16088A-100000@silmaril.paradigm.co.za>
On Sun, 21 Apr 1996, Craig Schlenter wrote:
[ file corruptions with NcFtp, but no corruptions with stock ftp ]
maybe unrelated, but ...
the only real difference between NcFtp and stock ftp is that NcFtp tries
to read 32KB chunks off the TCP connection a time (and gets about 7K), and
stock ftp reads 4KBs per "read", and gets all of them.
-- mingo