From owner-freebsd-questions Sun Nov 4 9: 3: 5 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rz.uni-ulm.de (sirius-giga.rz.uni-ulm.de [134.60.246.36]) by hub.freebsd.org (Postfix) with ESMTP id 6EBFC37B405 for ; Sun, 4 Nov 2001 09:03:01 -0800 (PST) Received: from lilith (lilith.wohnheim.uni-ulm.de [134.60.106.64]) by mail.rz.uni-ulm.de (8.12.1/8.12.1) with SMTP id fA4H2u3R024551; Sun, 4 Nov 2001 18:02:56 +0100 (MET) Message-ID: <015c01c16552$bd70e260$4011a8c0@wohnheim.uniulm.de> From: "Siegbert Baude" To: "Ryan Thompson" , "Brian T.Schellenberger" Cc: "David Loszewski" , References: Subject: Re: ^M on end of lines Date: Sun, 4 Nov 2001 18:04:13 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Actually, what ASCII mode is supposed to do, is, when transferring text > files, convert to the platform specific text format. (Which really means > the receiver strips or adds the ^M). This instruction is actually in our > training manual for new employees developing code on Windows machines who > need to transfer via FTP. USE ASCII MODE FOR ASCII FILES. :-) As Real Programmers(tm) know all ASCII codes OR EBCDIC, you see that ftp text mode must do more than only strip or attach ^m. Translation to non-ASCII encodings like EBCDIC are also in the game. Ciao Siegbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message