Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Oct 1999 15:45:10 -0500
From:      Kris Kirby <kris@airnet.net>
To:        Leif Neland <leifn@neland.dk>
Cc:        hackers@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG
Subject:   Re: Fetch/wget/ftp: How to do a recursive ftp-get?
Message-ID:  <37F911D6.6CA5BCA4@airnet.net>
References:  <Pine.BSF.4.05.9910031929240.10969-100000@arnold.neland.dk>

next in thread | previous in thread | raw e-mail | index | archive | help
Why is this cross-posted? 

Leif Neland wrote:
> 
> But which tool can do a command-line, recursive ftp-get? wget can't,
> because it does not create subdirs below the one specified, i.e. if I do
> a wget -r ftp://webmaster:password@webserver.my.dom/htdocs/tree, it will
> create the dir webserver.my.dom/htdocs/tree, but not any subdomains to
> that.
> 
> Leif

wget -r -m --follow-ftp -T timeout_seconds -c "URL_HERE"

I know as I do.
-- 
Kris Kirby 
<kris@airnet.net>
-------------------------------------------
TGIFreeBSD... 'Nuff said.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37F911D6.6CA5BCA4>