WebDAV

thisbox71 on 2004-09-04T15:17:22

I am researching WebDAV at the moment and I would like some input as to which module would be the best for manipulating the WebDAV requests/responses.

I'd also like to know if the modules are lacking, as the project I am starting is going to rely heavily on it/them.

Thanks

Ok, I found PerlDAV @ http://www.webdav.org/perldav/

Very sweet.


Net::DAV::Server

acme on 2004-09-06T16:29:49

Well, for Net::DAV::Server I just use HTTP::Request and HTTP::Response. This would be good if you need low-level access. Depends what you need ;-)

Re:Net::DAV::Server

thisbox71 on 2004-09-08T21:53:31

I think I will be sticking with perldav, but that may change once I learn more about DAV.

Thanks,