On 2014-06-19 10:41, Mansoor C wrote:
> Hi All,
>
> This is slightly off topic but I wonder if any of you could direct me to a
> WebDAV JS Client library that I could use with node.js? My use-case
> involves a node.js server side app that need to connect to a WebDAV server
> in the backend.
I'm not aware of one, but if one exists it should be possible to find by
searching GitHub, npm, or on Internet search engines (e.g. DuckDuckGo).
> Please correct me if i am wrong but JSDav adds support for WebDAV server in
> a node.js app. Could it also be used to work as a WebDAV client?
I believe that JSDav is the server piece and does not contain client
pieces, but I haven't opened it up yet to find out for certain.