From owner-freebsd-questions@FreeBSD.ORG Thu Apr 2 07:19:21 2009 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 A71CD1065672 for ; Thu, 2 Apr 2009 07:19:21 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 2BE298FC1A for ; Thu, 2 Apr 2009 07:19:19 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n327FIdm079607 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 2 Apr 2009 14:15:18 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n327JIVS028987; Thu, 2 Apr 2009 14:19:18 +0700 (ICT) Date: Thu, 2 Apr 2009 14:19:18 +0700 (ICT) Message-Id: <200904020719.n327JIVS028987@banyan.cs.ait.ac.th> From: Olivier Nicole To: perryh@pluto.rain.com In-reply-to: <49d45d7c./wDEMGr6x3pE39QQ%perryh@pluto.rain.com> References: <49D39153.4020707@zedat.fu-berlin.de> <49d45d7c./wDEMGr6x3pE39QQ%perryh@pluto.rain.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: ohartman@zedat.fu-berlin.de, freebsd-questions@freebsd.org Subject: Re: Fetching directories inclusive subdirectories on HTTP server via fetch or othe FreeBSD-own tools? 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: Thu, 02 Apr 2009 07:19:21 -0000 > I need to fetch a whole directory tree from a public remote site. > The top level directory and its subdirectories are accessible via > ftp:// and http:// so I tried fetch, but fetch does only retrieve > data on file basis and does not copy a whole directory tree > recursively. The remote site does not offer sftp/sshd for that > purpose. wget -r It's in the ports. Bests, Olivier