cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

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 7.33.0 (i386-pc-win32) libcurl/7.33.0 OpenSSL/1.0.0k zlib/1.2.8 libidn/1.18 libssh2/1.4.3 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN Largefile NTLM SPNEGO SSL SSPI libz

$ curl -O localhost/foobar{01,02}.txt

[1/3]: localhost/foobar0102 --> foobar0102
--_curl_--localhost/foobar0102
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 88 100 88 0 0 5500 0 --:--:-- --:--:-- --:--:-- 5500

[2/3]: localhost/foobar0202 --> foobar0202
--_curl_--localhost/foobar0202
100 88 100 88 0 0 5866 0 --:--:-- --:--:-- --:--:-- 5866

$ curl -O localhost/foobar[01-02].txt

[1/3]: localhost/foobar01localhost --> foobar01localhost
--_curl_--localhost/foobar01localhost
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 88 100 88 0 0 5500 0 --:--:-- --:--:-- --:--:-- 5500

[2/3]: localhost/foobar02localhost --> foobar02localhost
--_curl_--localhost/foobar02localhost
100 88 100 88 0 0 5500 0 --:--:-- --:--:-- --:--:-- 5500

$ set path=%p%

$ cd..

$ curl -V
curl 7.32.0 (i386-pc-win32) libcurl/7.32.0 OpenSSL/1.0.1e zlib/1.2.8 libidn/1.18 libssh2/1.4.3 librtmp/2.3
Protocols: dict file ftp ftps gopher http https imap imaps ldap pop3 pop3s rtmp rtsp scp sftp smtp smtps telnet tftp
Features: AsynchDNS GSS-Negotiate IDN Largefile NTLM SPNEGO SSL SSPI libz

$ curl -O localhost/foobar{01,02}.txt

[1/2]: localhost/foobar01.txt --> foobar01.txt
--_curl_--localhost/foobar01.txt
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 295k 100 295k 0 0 18.0M 0 --:--:-- --:--:-- --:--:-- 18.0M

[2/2]: localhost/foobar02.txt --> foobar02.txt
--_curl_--localhost/foobar02.txt
100 295k 100 295k 0 0 295k 0 0:00:01 --:--:-- 0:00:01 295k

$ curl -O localhost/foobar[01-02].txt

[1/2]: localhost/foobar01.txt --> foobar01.txt
--_curl_--localhost/foobar01.txt
  % Total % Received % Xferd Average Speed Time Time Time Current
                                 Dload Upload Total Spent Left Speed
100 295k 100 295k 0 0 9546k 0 --:--:-- --:--:-- --:--:-- 9546k

[2/2]: localhost/foobar02.txt --> foobar02.txt
--_curl_--localhost/foobar02.txt
100 295k 100 295k 0 0 18.0M 0 --:--:-- --:--:-- --:--:-- 18.0M

$

~~~~~

---
** [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.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET