cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: resuming webdav uploads

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 16 Jun 2010 09:41:08 +0200 (CEST)

On Tue, 15 Jun 2010, xilenix wrote:

> I'm trying to PUT a file into a webdav server (apache + moddav)m, but I
> can't make resume option work. I've tried:
>
> curl -C - -v --digest -u myusr:mypass -T my_big_file. http:/
> myserver.com/folder/ > -

Right, you can't really use -C - on a HTTP resource when you resume upload. I
believe this is mentioned in some docs somewhere.

You need to figure out yourself where to resume from and use that number for
the -C option.

-- 
  / 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 2010-06-16