Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Apr 2009 14:19:18 +0700 (ICT)
From:      Olivier Nicole <on@cs.ait.ac.th>
To:        perryh@pluto.rain.com
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?
Message-ID:  <200904020719.n327JIVS028987@banyan.cs.ait.ac.th>
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
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904020719.n327JIVS028987>