curl-users
Re: Https upload with curl
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 24 Apr 2006 20:29:44 +0200 (CEST)
Date: Mon, 24 Apr 2006 20:29:44 +0200 (CEST)
On Mon, 24 Apr 2006, kanakamahesh.anasuri_at_wipro.com wrote:
> I am trying to setup download/upload files in to https server (using Apache
> server 2.0 versions)
Upload how? Using what request?
> $ curl --cacert cacert.pem --upload-file sample2.txt
> https://10.201.114.32:443/basic/
This makes a PUT...
> <title>405 Method Not Allowed</title>
... which the server doesn't allow to that URL.
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2006-04-24