cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: webdav: list directory content?

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 1 Feb 2006 12:52:42 +0100 (CET)

On Wed, 1 Feb 2006, Michael.Renner_at_dab.com wrote:

> I tried the '-L' option for following 301's, but I got a 404 with this. I
> tried to set the user agent to something that is configured as
> 'redirect-carefully' but without success.

That sounds like a bad server setup, redirecting to a page that doesn't exist.

> Dosn't support curl the PROPFIND command?

No and yes. It has no special built-in support for sending it, but you can
easily tell curl to send PROPFIND (with -X) if you want to.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-02-01