Commit 7fdd0bd3 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

we support any number of globs now, even for #[num] ones

parent 4459d3b4
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -37,8 +37,7 @@ or you can get sequences of alphanumeric series by using [] as in:
 ftp://ftp.numericals.com/file[001-100].txt    (with leading zeros)
 ftp://ftp.letters.com/file[a-z].txt

It is possible to specify up to 9 sets or series for a URL, but no nesting is
supported at the moment:
No nesting of the sequences is supported at the moment:

 http://www.any.org/archive[1996-1999]/volume[1-4]part{a,b,c,index}.html