mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 09:02:08 +02:00

* 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>
405 B
405 B
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/}}