From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 06:24:18 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EF5B837B401 for ; Thu, 3 Jul 2003 06:24:18 -0700 (PDT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3355443FA3 for ; Thu, 3 Jul 2003 06:24:18 -0700 (PDT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: from clunix.cl.msu.edu (localhost [127.0.0.1]) by clunix.cl.msu.edu (8.12.9/8.12.9) with ESMTP id h63DNjOg005777; Thu, 3 Jul 2003 09:23:45 -0400 (EDT) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.12.9/8.12.9/Submit) id h63DNjdr005776; Thu, 3 Jul 2003 09:23:45 -0400 (EDT) From: Jerry McAllister Message-Id: <200307031323.h63DNjdr005776@clunix.cl.msu.edu> To: longterm@chatusa.com (DanB) Date: Thu, 3 Jul 2003 09:23:45 -0400 (EDT) In-Reply-To: <3F03A564.D2991BF9@chatusa.com> from "DanB" at Jul 03, 2003 03:39:16 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd Subject: Re: ftp 4.8iso 265k transfer to windows 98 box X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2003 13:24:19 -0000 > > I am ftping 4.8iso to a windows 98 box with ftppro then transferring the > file to a xp box with a cd writer. > Is there any down falls to this? I notice that Freebsd file size is 265k > the download size is 271k on the Windows 98 box is somthing being added > to the transfer? Most probably you downloaded the file in ASCII mode. You must use BINARY mode or ftp will interpret the data and try to convert it to MS style text. When the ftp session is established, type the command binary to set binary mode. If you are doing it via a web browser, I don't know how to set it because I never do that. (I just use an ftp utility straight up) But, there must be some way, so check around. ////jerry > > Dan >