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 <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
pull/23/head
Alexander 2023-10-23 12:55:15 -06:00 committed by GitHub
parent a83365f980
commit 8bf032d729
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
pages/common/cadaver.md Normal file
View File

@ -0,0 +1,16 @@
# cadaver
> WebDAV client for Unix.
> More information: <https://manned.org/cadaver>.
- Connect to the server <dav.example.com>, 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/}}`