From owner-freebsd-questions@FreeBSD.ORG Wed Oct 1 18:42:09 2003 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 50C1216A4B3 for ; Wed, 1 Oct 2003 18:42:09 -0700 (PDT) Received: from stork.mail.pas.earthlink.net (stork.mail.pas.earthlink.net [207.217.120.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3882243F93 for ; Wed, 1 Oct 2003 18:42:08 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 22-15.lctv-b4.cablelynx.com ([24.204.22.15] helo=yoda.datawok.com) by stork.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.33 #1) id 1A4sTi-0007Zr-00; Wed, 01 Oct 2003 18:42:02 -0700 From: "Andrew L. Gould" To: "Michael Sharp" , freebsd-questions@freebsd.org Date: Wed, 1 Oct 2003 20:42:06 -0500 User-Agent: KMail/1.5 References: <2185.192.168.1.4.1065054490.squirrel@probsd.org> In-Reply-To: <2185.192.168.1.4.1065054490.squirrel@probsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310012042.06659.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b4416a792db258e16333f6a3ec4b4b470350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c Subject: Re: ftp recurvisely 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: Thu, 02 Oct 2003 01:42:09 -0000 On Wednesday 01 October 2003 07:28 pm, Michael Sharp wrote: > Is there a way using the core ftp to mget all files on a site, creating > the directorys and getting the files in the recursively? > > michael I think wget (/usr/ports/ftp/wget/) can do it. Andrew