Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 10:48:53 +0100
From:      Matt Heath <matt@thebigchoice.com>
To:        Robert Chalmers <adslfpr4@tpg.com.au>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: looking for http/web copy program - I think
Message-ID:  <3F1BB705.3000908@thebigchoice.com>
In-Reply-To: <3F18B7CC.3040106@tpg.com.au>
References:  <3F18B7CC.3040106@tpg.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
"wget" will do mirrors but can only follow links or urls from a script

"curl" will retrieve files in a sequence

curl "http://domain/file[1-100].rm" -o "file#1.rm"

will get you
file1.rm
file2.rm
...
file100.rm

(it can also cope with leading 0's file001.rm etc.)






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