cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Using hexadecimals in URL

From: frank ernest <doark_at_mail.com>
Date: Wed, 20 Nov 2013 13:05:37 -0500

>> Will curl accept hexadecimals in URL, or will it interpret them literally? >> Example: main%20v1_1b.pdf > >Are you talking about when the -O option is used or something else? The -O >dscription was extended just the other day to mention it DOES NOT url decode >the file name part. (Neither does -J but that could be argued to be a bug.) I'm talking: curl -o mainv1_1b.pdf http://www.example.com/main%20v1_1b.pdf Where the url nexpands into: http://www.example.com/main v1_1b.pdf Will curl do the expantion/interpitation of the hexadecimals in the url?

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-11-20