curl-library
Spaces in filename during HTTPS file transfer
Date: Mon, 10 Oct 2011 11:28:12 +0000
Does libcurl take care of spaces properly during HTTPS file transfer?If i transfer a file "ABC_XYZ038 _20111008_1824" using HTTPS using libcurl, the name of the file is stored as ABC_XYZ038 in the server.
Whereas if i use the command line as below,the filename is properly present in the server(ABC_XYZ038 _20111008_1824)
/usr/bin/curl --upload-file "ABC_XYZ038 _20111008_1824" --capath /rrpl/certs/client --cert /rrpl/certs/client/client_entity_cert.pem --cacert /rrpl/certs/client/client_certs.pem --key /rrpl/certs/client/privkey.pem -i -f https://10.22.17.18/DATA/FILES/
Is there any issue in libcurl that it doesnt accept the spaces in the HTTPS filetransfer?
Thanks,
N.Rajesh
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2011-10-10