cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: post - curl error

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 2 Feb 2006 19:51:47 +0100 (CET)

On Thu, 2 Feb 2006, krithiga chandhrasekhar wrote:

> set SYSSER $address(sys_ser)
> set endStr2 "_manual_1"
> set endStr1 "_manual_1.xml"
> set uploadserver "http://..." ;# for server posting
>
> catch {exec C:/curlSsl $SYSSER$endStr1 $SYSSER$endStr2 $uploadserver} result
> puts "result is $result"
>
> Is this clear?

No. To me, it looks you use a command line like

  C:/curlSsl "_manual_1.xml" "_manual_1" [URL]

I take it 'C:/curlSsl' is your version of curl, but the rest of the command
line doesn't look anything near a valid curl command line to me.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-02-02