From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 16:35:11 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 7689A16A4CE for ; Mon, 10 Jan 2005 16:35:11 +0000 (GMT) Received: from mxout02.versatel.de (mxout02.versatel.de [212.7.146.13]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2410C43D45 for ; Mon, 10 Jan 2005 16:35:09 +0000 (GMT) (envelope-from krylon@gmx.net) Received: from mx01.versatel.de (mx01.versatel.de [212.7.146.4]) by mxout02.versatel.de (8.12.10/8.12.10) with ESMTP id j0AGZ4G2007806 for ; Mon, 10 Jan 2005 17:35:04 +0100 Received: from [192.168.0.13] (i53874E3A.versanet.de [83.135.78.58]) by mx01.versatel.de (MOS 3.5.5-GR) with ESMTP id CLY10063 for ; Mon, 10 Jan 2005 17:34:57 +0100 (CET) Message-ID: <41E2AEDC.2090804@gmx.net> Date: Mon, 10 Jan 2005 17:35:40 +0100 From: Benjamin Walkenhorst User-Agent: Mozilla Thunderbird 1.0 (X11/20041231) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20050109085346.D88A823EE65@ws5-4.us4.outblaze.com> <20050109132854.GD44181@gothmog.gr> <200501091730.21540.krinklyfig@spymac.com> <200501101251.14691.malcolm.kay@internode.on.net> <41E1F28C.6030708@daleco.biz> In-Reply-To: <41E1F28C.6030708@daleco.biz> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 16:35:11 -0000 Kevin Kinsey wrote: > 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 .... It's not the worst thing I've seen - when you want to transfer a text file from OS390/zOS, you are in deep water. =) zOS's native charset is EBCDIC. When you use ASCII transfer mode, all you get on an ASCII-based system is garbage. When you convert the file to ASCII on the mainframe and transfer it via ASCII, you get garbage. What you have to do is transfer the file in binary mode and convert it manually either before or afterwards. Kind regards, Benjamin