|
|
cURL Mailing List Monthly Index Single Mail
curl-tracker Archives
[curl:bugs] #1305 curl glob counter mismatch with {} list
From: fernando <ikxcsshcm7_at_users.sf.net>
Date: Sat, 16 Nov 2013 23:46:07 +0000
~~~~~
$ curl -V
$ curl -O localhost/foobar{01,02}.txt
[1/3]: localhost/foobar0102 --> foobar0102
[2/3]: localhost/foobar0202 --> foobar0202
$ curl -O localhost/foobar[01-02].txt
[1/3]: localhost/foobar01localhost --> foobar01localhost
[2/3]: localhost/foobar02localhost --> foobar02localhost
$ set path=%p%
$ cd..
$ curl -V
$ curl -O localhost/foobar{01,02}.txt
[1/2]: localhost/foobar01.txt --> foobar01.txt
[2/2]: localhost/foobar02.txt --> foobar02.txt
$ curl -O localhost/foobar[01-02].txt
[1/2]: localhost/foobar01.txt --> foobar01.txt
[2/2]: localhost/foobar02.txt --> foobar02.txt
$
~~~~~
--- ** [bugs:#1305] curl glob counter mismatch with {} list** **Status:** open-confirmed **Labels:** globbing **Created:** Sat Nov 16, 2013 09:53 PM UTC by Daniel Stenberg **Last Updated:** Sat Nov 16, 2013 09:53 PM UTC **Owner:** Daniel Stenberg Reported by Michael-O on the curl-users list: http://curl.haxx.se/mail/archive-2013-11/0038.html The command line like: "curl http://curl.haxx.se/docs/{manpage,libs}.html" will say [1/3]: http://curl.haxx.se/docs/manpage.html --> manpage.html etc, and then download the [2/3] and then stop. The command line only specifies two versions. This problem exists in 7.33.0 and has not been fixed since- --- Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.Received on 2013-11-17 These mail archives are generated by hypermail. |
Page updated May 06, 2013.
web site info