curl-users
Re: Https upload error
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 26 Feb 2008 23:58:53 +0100 (CET)
Date: Tue, 26 Feb 2008 23:58:53 +0100 (CET)
On Tue, 26 Feb 2008, Cassin, David M wrote:
> Trying to upload a file using curl, and all that I'm getting as an error
> message is;
> ERROR
> - DEBUG: upload error nr. 3 (The uploaded file was only partially
> uploaded)
Use --trace or --trace-ascii and verify if that statement is true or not.
> /usr/local/bin/curl -v -K <upload_reference_file> \
> -proxytunnel -F "DEBUG=Ben" -F "file=@${a};type=application/x-gzip"
-K is for specifying a "config file" to read more options from. It seems odd
to call that "upload_reference_file".
> This e-mail is confidential and is for the addressee only.
Confidential materials aren't that suitable to post to public mailing lists...
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2008-02-27