Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 327 Bytes

webdav_test

Very simple node example to check if the webdav server is working or not.

Does a simple directory listing of the remote server url, and echos out the contents.

Install

Simply clone the repo, do an npm install, edit the file with your credentials, URL and path and then run with npm start.

Easy.