From owner-freebsd-questions Mon Jun 23 09:26:19 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id JAA12056 for questions-outgoing; Mon, 23 Jun 1997 09:26:19 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id JAA12018; Mon, 23 Jun 1997 09:26:10 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wgBva-0005pr-00; Mon, 23 Jun 1997 10:25:18 -0600 To: John Fieber Subject: Re: Handbook - ascii form?? Cc: Brian Somers , Annelise Anderson , Chuck Robey , "Jordan K. Hubbard" , kleon@bellsouth.net, freebsd-hackers@freebsd.org, freebsd-doc@freebsd.org, freebsd-questions@freebsd.org In-reply-to: Your message of "Mon, 23 Jun 1997 10:14:37 CDT." References: Date: Mon, 23 Jun 1997 10:25:18 -0600 From: Warner Losh Message-Id: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message John Fieber writes: : 6) If the ^H is missing from a downloaded file, chances are it : got stripped rogue software. Claims were made that this : did indeed happen, but I don't believe the details of the : software used were mentioned--these are essential things to : provide with any bug report. I believe that the FTP standard states that ASCII mode is for text files that are a series of non-control characters followed by a line terminator. These files are then to be translated into a cononical form, sent over the wire, and then translated back. All this translation tends to be bad for anything that isn't in the range [32,126]. The file downloads fine with BINARY mode. Warner