From owner-freebsd-questions@FreeBSD.ORG Sat Jan 10 14:47:59 2004 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 2C51316A4CE for ; Sat, 10 Jan 2004 14:47:59 -0800 (PST) Received: from neostrada.pl (pv78.neoplus.adsl.tpnet.pl [80.50.53.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50BB643D1D for ; Sat, 10 Jan 2004 14:47:58 -0800 (PST) (envelope-from zaphod@neostrada.pl) Received: by neostrada.pl (Postfix, from userid 1001) id 8BF1340C4; Sat, 10 Jan 2004 23:44:28 +0100 (CET) Date: Sat, 10 Jan 2004 23:44:28 +0100 From: Bernard El-Hagin To: FreeBSD Questions Message-ID: <20040110224428.GC711@hoth> References: <20040110224342.23710.qmail@web13910.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040110224342.23710.qmail@web13910.mail.yahoo.com> User-Agent: Mutt/1.4.1i Subject: Re: Download contents of http directory? 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: Sat, 10 Jan 2004 22:47:59 -0000 Minnesota Slinky wrote: > Hello list, > > How can I download the entire contents of a directory > on a webserver? I can see them in index mode, but > it's a list of about 2,000 jpg files for a reunion. > How can I download everything there to one directory? Use wget. It's in ports. -- Cheers, Bernard