> Again, we need to determine file size and change time.
> This seems quite easy - just do a HEAD request and parse the
> relevant headers.
> For readdir, I think we might need to implement a very simple
> DAV client?  Opinions please!

Yeah, you simply send a PROPFIND request and parse the resulting XML
reply. But I am not convinced this is all that useful. DAV really hasn't
made too many inroads, so for most users this won't work.

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to