cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-users Mailing List Archives

Re: webdav and curl

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 19 Dec 2008 11:46:24 +0100 (CET)

On Thu, 18 Dec 2008, Sebastien WILLEMIJNS wrote:

> curl.exe --user willemijns:pass -T sync.exe
> http://files.ofile.com:80/webdav/
>
> ... but i'm surprising they are no progress bar in upload as classical FTP,
> the size is known so the progress can be easily done no ?

That's simply because curl shuts that off when you don't redirect the output
and don't do FTP upload (the ftp upload is especially treated), as the
received data would be messed up on the screen. If you just do -o /dev/null or
even > /dev/null you should again get the progress meter displayed!

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
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 2008-12-19

These mail archives are generated by hypermail.

donate! Page updated November 12, 2010.
web site info

File upload with ASP.NET