|
|
MyLife Open Source Software: The Webdav libraryWebdav:
This library implements the client side of the WebDAV protocol
(RFC 4918). The file locking part of WebDAV is omitted, though.
The library uses Ocamlnet's [netclient] library for client-side
HTTP, and extends it by providing the required access methods
for WebDAV. Additionally, there is also an implementation for
Ocamlnet's
Netfs.stream_fs abstraction modelling a simple
file system.
Webdav is implemented in the Objective Caml
language. Version 1.0 can be downloaded
under a BSD style license, and without any warranties.
Further links:
code,
manual.
|