curl-users
Re: webdav and curl
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 19 Dec 2008 11:46:24 +0100 (CET)
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.htmlReceived on 2008-12-19