curl-users
Newbie question
Date: Mon, 5 May 2014 12:44:49 -0700 (PDT)
Windows 7 32-bit
curl 7.36.0
when I run the windows bat script:
pushd C:...\temp
curl -- config %CURLRC%generalrc https://-.-com:40401/ls/droot/temp/%sName%{FF,IE,GC,AA).%sExt%
with generalrc being
cert = ...
cacert = ...
silent
remote-name
I receive an error in reply. The error makes sense given what curl is doing:
WindowsError: [Error 267] The directory name is invalid:
'D:\\DavidS\\temp\\FinalncialSurveillanceFF.rtf/*.*'
My question is how to prevent curl from thinking the file name is a directory name and that I want everything from it. Strangely, I ran something similar on Saturday and it worked.
-------------------------------------------------------------------
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 2014-05-05