cURL / Mailing Lists / curl-users / Single Mail

curl-users

resuming webdav uploads

From: xilenix <xilenix_at_gmail.com>
Date: Tue, 15 Jun 2010 07:09:46 -0400

Hi,

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/ > -

but I don't see the big file being resumed after quitting intentionally
(computing the resume point automatically, since I'm using the - flag with
-C). So far I know the Content-Range header is used to resume, but everytime
I try I see:

Content-Range: bytes 0-10239999/10240000

So far I see in the features list, resume is supported for both GET and PUT
over HTTP. I'm missing something?

Thanks in advance
Xil

-------------------------------------------------------------------
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-15