From owner-freebsd-questions@FreeBSD.ORG Wed Aug 17 14:46:32 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF4B2106566B for ; Wed, 17 Aug 2011 14:46:32 +0000 (UTC) (envelope-from gmx@ross.cx) Received: from www81.your-server.de (www81.your-server.de [213.133.104.81]) by mx1.freebsd.org (Postfix) with ESMTP id 7E7858FC0A for ; Wed, 17 Aug 2011 14:46:32 +0000 (UTC) Received: from [178.3.48.147] (helo=michael-think) by www81.your-server.de with esmtpa (Exim 4.72) (envelope-from ) id 1Qtgy0-000121-Lf; Wed, 17 Aug 2011 16:19:36 +0200 Content-Type: text/plain; charset=iso-8859-15; format=flowed; delsp=yes To: "Julian H. Stacey" References: <201108171359.p7HDxIXR054799@fire.js.berklix.net> Date: Wed, 17 Aug 2011 16:19:20 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: "Michael Ross" Message-ID: In-Reply-To: <201108171359.p7HDxIXR054799@fire.js.berklix.net> User-Agent: Opera Mail/11.50 (Win32) X-Authenticated-Sender: gmx@ross.cx X-Virus-Scanned: Clear (ClamAV 0.97.2/13449/Wed Aug 17 15:43:05 2011) Cc: Lars Eighner , Rui Silva , freebsd-questions@freebsd.org Subject: Re: ISO images X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 14:46:32 -0000 Am 17.08.2011, 15:59 Uhr, schrieb Julian H. Stacey : > Hi, > Reference: >> From: "Michael Ross" >> Date: Wed, 17 Aug 2011 15:28:41 +0200 >> Message-id: > > "Michael Ross" wrote: >> Am 17.08.2011, 14:55 Uhr, schrieb Julian H. Stacey : >> >> > Lars Eighner wrote: >> > ftp protocol does not support command du, so one can't see size of >> > >> ftp://ftp.freebsd.orgpub/FreeBSD/ports/amd64/packages-8.2-release/All/ >> > >> >> >> My FTP client shows it at about 32GB total. > > Nice to be able to see that. Which client ? > Do you know it get that ? Maybe it adds size of each file together ? > > ( I was using /usr/bin/ftp ) > > Cheers, > Julian WinSCP on a Windows desktop. In ports there is ftp/lftp, which has a du command. I don't know how they get the value, assume they do just that: ls each directory and add up. Michael