diff --git a/pages/common/cadaver.md b/pages/common/cadaver.md new file mode 100644 index 000000000..62da170f7 --- /dev/null +++ b/pages/common/cadaver.md @@ -0,0 +1,16 @@ +# cadaver + +> WebDAV client for Unix. +> More information: . + +- Connect to the server , open the root collection: + +`cadaver {{http://dav.example.com/}}` + +- Connect to a server using a specific port and open the collection `/foo/bar/`: + +`cadaver {{http://dav.example.com:8022/foo/bar/}}` + +- Connect to a server using SSL: + +`cadaver {{https://davs.example.com/}}`