saintmike has asked for the wisdom of the Perl Monks concerning the following question:
I'd like to create a simple WebDav client in Perl connecting to Apache's mod_dav. Does anybody have experience with one of the modules on CPAN?
There's two WebDav client modules up there, HTTP::Webdav and HTTP::DAV (also known as PerlDav), both of which haven't been updated in a while.
HTTP::WebDav doesn't seem to compile (depends on an obsolete version of "neon"). HTTP::DAV, on the other hand, looks pretty mature.
Can anybody recommend one of these or suggest a different approach?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Which WebDav client API to use?
by Tomte (Priest) on Mar 16, 2004 at 08:23 UTC |