Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2009 08:21:37 +0100
From:      "Marc Coyles" <mcoyles@horbury.wakefield.sch.uk>
To:        <freebsd-questions@freebsd.org>
Cc:        ohartman@zedat.fu-berlin.de, perryh@pluto.rain.com
Subject:   RE: Fetching directories inclusive subdirectories on HTTP server via fetch or othe FreeBSD-own tools?
Message-ID:  <003701c9b363$a9297350$fb7c59f0$@wakefield.sch.uk>
In-Reply-To: <49d45d7c./wDEMGr6x3pE39QQ%perryh@pluto.rain.com>
References:  <49D39153.4020707@zedat.fu-berlin.de> <49d45d7c./wDEMGr6x3pE39QQ%perryh@pluto.rain.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> "O. Hartmann" <ohartman@zedat.fu-berlin.de> wrote:
> > 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 --ftp-user=USER --ftp-password=PASS -r -l=0 ftp://address/directory

L8rs!
Marci





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003701c9b363$a9297350$fb7c59f0$>