cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Uploding large files on Windows fails consistently

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 3 Mar 2014 19:03:23 +0100 (CET)

On Mon, 3 Mar 2014, Sandeep Sastry wrote:

> 1) In case of Linux or Mac, "We are completely uploaded and fine" would be
> printed after almost 15 mins and just before getting a 200 OK, but on
> windows in few seconds I see "We are completely uploaded and fine"".

Then we need your help to figure out why it would think it has already sent
off the entire data at that point,

If you use --trace-ascii [dump] and check that out closer, does it reveal
anything?

> 2) If I redirect the command to a file on windows, in just few seconds I get
> the progress of % transferred as 100%, which is practically not possible for
> a 1Gb file. In any case I do not get a 200 OK at all, even after 1 day.

But does the server truly send a 200 OK for this case then?

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
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-03-03