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] #1301 Problems with range (globbing)

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Mon, 11 Nov 2013 07:17:38 +0000

I believe this is likely to be fixed in git already, to be included in the next release. If you can build from source, try the latest snapshot and verify! (fixed in commit 867b52a7ac528cee)

---
** [bugs:#1301] Problems with range (globbing)**
**Status:** open
**Labels:** globbing 
**Created:** Sun Nov 10, 2013 02:17 PM UTC by Rafael Cossovan
**Last Updated:** Sun Nov 10, 2013 02:17 PM UTC
**Owner:** Daniel Stenberg
Tested on:
OS Name:                   Microsoft Windows 8.1 Pro with Media Center
OS Version:                6.3.9600 N/A Build 9600
and:
OS Name:                   Microsoft Windows Server 2012 Standard
OS Version:                6.2.9200 N/A Build 9200
-----------------
curl --version
curl 7.33.0 (i386-pc-win32) libcurl/7.33.0 zlib/1.2.7
Protocols: dict file ftp gopher http imap ldap pop3 rtsp smtp telnet tftp
Features: AsynchDNS IPv6 Largefile libz
Downloaded from:
http://www.paehl.com/open_source/?CURL_7.33.0
(SSL and NO SSL versions)
-----------------
Command:
curl.exe --ftp-create-dirs -u username:password -T test[01-09].txt ftp://myftp.com/folder/
-----------------
Behavior:
Curl is creating file names incorrectly.
curl: Can't open 'test_01test_.txt'!
curl: try 'curl --help' or 'curl --manual' for more information
curl: Can't open 'test_02test_.txt'!
curl: try 'curl --help' or 'curl --manual' for more information
... and so on ...
They should be:
test_01test_.txt -> test_01.txt
test_02test_.txt -> test_02.txt
... and so on...
Comments:
I'm using the 7.32.0 version, no problems there.
I think the issue it's on changes from 7.32.0 -> 7.33.0
I didn't find any old binary to confirm it, just one on my PC, but I don't have much sure about the source (paehl site)
I don't have a linux machine to test too, so I don't know if it's a Windows specific problem.
If you guys need more information just ask, but I think this should be enough.
---
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-11

These mail archives are generated by hypermail.

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

File upload with ASP.NET