C语言的WebDAV客户端开发包 neon
fmms
13年前
neon 是一个 HTTP 和 WebDAV 客户端的C语言开发包,支持 Linux/Unix。提供 HTTP/1.1 和 WebDAV 方法的高级接口以及底层的 HTTP 请求/回应处理,可轻松实现新的方法。 <br /> <ul> <li>High-level wrappers for common HTTP and WebDAV operations (GET, MOVE, DELETE, etc)</li> Low-level interface to the HTTP request/response engine, allowing the use of arbitrary HTTP methods, headers, etc. <li>Authentication support including Basic and Digest support, along with GSSAPI-based Negotiate on Unix, and SSPI-based Negotiate/NTLM on Win32</li> <li>SSL/TLS support using OpenSSL or GnuTLS; exposing an abstraction layer for verifying server certificates, handling client certificates, and examining certificate properties. Smartcard-based client certificates are also supported via a PKCS#11 wrapper interface.</li> <li>Abstract interface to parsing XML using libxml2 or expat, and wrappers for simplifying handling XML HTTP response bodies</li> <li>WebDAV metadata support; wrappers for PROPFIND and PROPPATCH to simplify property manipulation.</li> </ul> <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1326934668780" target="_blank">http://www.open-open.com/lib/view/home/1326934668780</a></p>