How useful would cl-webdav be as a webdav *client* as opposed to a server?
-- David
On Thu, 19 Apr 2007 16:48:01 -0700, David King dking@ketralnis.com wrote:
How useful would cl-webdav be as a webdav *client* as opposed to a server?
Not at all, I'd say, because it's a server and not a client. You might want to look into Drakma for client functionality:
Maybe you can re-use some of the XML stuff in CL-WEBDAV to generate and understand PROPFIND and PROPERTYUPDATE requests, but for simple WebDAV usage Drakma should suffice.
Cheers, Edi.