cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl -C bigfile http://gert:passwd@192.168.2.17/upload.wsgi

From: Gert Cuykens <gert.cuykens_at_gmail.com>
Date: Sun, 26 Jul 2009 21:13:34 +0200

On Sun, Jul 26, 2009 at 4:25 PM, Daniel Stenberg<daniel_at_haxx.se> wrote:
> On Sun, 26 Jul 2009, Gert Cuykens wrote:
>
>> Can you give me instructions what I need to send back to curl so it
>> will resume the upload?
>
> Resume what upload?
>
works
curl -T bigfile http://gert:passwd@192.168.2.17/upload.wsgi

doesn't work because my script does not provide the information curl
needs to continue a canceled upload
curl -C bigfile http://gert:passwd@192.168.2.17/upload.wsgi

Do I need to send a specific header back to curl or just the file size
of the file part on the apache mod_wsgi server ?
I already tried sending a number back, but nothing happens.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-07-26