neon for WebDAv
#168
-
Is there any documentation for using neon for connecting to webDav server . |
Beta Was this translation helpful? Give feedback.
Answered by
notroj
Sep 8, 2024
Replies: 1 comment
-
I've added basic example application code here, does that get you started? https://notroj.github.io/neon-docs/example.html Depends which parts of WebDAV you're interested in but please see the header files |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
notroj
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added basic example application code here, does that get you started?
https://notroj.github.io/neon-docs/example.html
Depends which parts of WebDAV you're interested in but please see the header files
ne_basic.h
andne_props.h
andne_locks.h
for more WebDAV APIs.