From 8bf032d729f58c5dda6a87b89f8157f66bcc9795 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 23 Oct 2023 12:55:15 -0600 Subject: [PATCH] cadaver: add page (#11092) * cadaver: add page A command-line WebDAV client for Unix. * Update cadaver.md * Update cadaver.md * Update cadaver.md * Apply suggestions from code review Co-authored-by: K.B.Dharun Krishna Co-authored-by: Juri Dispan --------- Co-authored-by: K.B.Dharun Krishna Co-authored-by: Juri Dispan --- pages/common/cadaver.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/cadaver.md diff --git a/pages/common/cadaver.md b/pages/common/cadaver.md new file mode 100644 index 0000000000..62da170f7e --- /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/}}`