1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 10:22:10 +02:00
tldr/pages/common/cadaver.md
Alexander 8bf032d729
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>
2023-10-23 20:55:15 +02:00

16 lines
405 B
Markdown

# 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/}}`