From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 04:19:30 2005 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 E78C616A4CE for ; Mon, 10 Jan 2005 04:19:30 +0000 (GMT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3593943D3F for ; Mon, 10 Jan 2005 04:19:30 +0000 (GMT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp36-4.lns1.adl1.internode.on.net [150.101.36.4]) j0A4J93D003831; Mon, 10 Jan 2005 14:49:09 +1030 (CST) From: Malcolm Kay Organization: at home To: Kevin Kinsey Date: Mon, 10 Jan 2005 14:49:08 +1030 User-Agent: KMail/1.5.4 References: <20050109085346.D88A823EE65@ws5-4.us4.outblaze.com> <200501101251.14691.malcolm.kay@internode.on.net> <41E1F28C.6030708@daleco.biz> In-Reply-To: <41E1F28C.6030708@daleco.biz> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200501101449.08471.malcolm.kay@internode.on.net> cc: Joshua Tinnin cc: freebsd-questions@freebsd.org Subject: Re: I quit 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: Mon, 10 Jan 2005 04:19:31 -0000 On Mon, 10 Jan 2005 01:42 pm, Kevin Kinsey wrote: > Malcolm Kay wrote: > >On a MS system you'll probably need to set the file mode to prevent > >\n being translated to \r\n. It can be quite frustarating to realise > >this only after hours of download :- > > > >ftp> binary > > > > > >Malcolm > > Just "bin" works. But you'll _absolutely_ want to do > that. > > <*slight* exaggeration>Why M$ assumes the only thing you'll ever want > to d/l via ftp is ASCII text is beyond me .... As I recall ftp way back to the year dot assumes text transfers by default. It is just that this makes no difference for unix and unix like systems. So it needs "bin" on any system that uses other than \n as text record terminator including some that use a simple \r (OS9?). Malcolm