On Wed, Jul 11, 2007 at 11:55:07PM -0700, Dan Zhou wrote: > I am new with Neon, and want to develp a simple webdav client based on > it. > I found some documents on the website, and some examples. I want to > connect to a webdav server using digest auth-type, but I don't know hwo to > do it? what function I can use? I didn't find any related examples in the > documents. Can someone give some instructions on it?
Hi Dan, use ne_set_server_auth() to register a callback - the callback will be invoked when the server requires authentication. http://www.webdav.org/neon/doc/html/refauth.html Regards, joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
