Files
cheatsheet-tldr/tldr/cadaver
2025-11-10 00:21:37 +00:00

22 lines
495 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# 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 a collection:
`cadaver {{http://dav.example.com:8022/path/to/collection/}}`
- Connect to a server using SSL:
`cadaver {{https://davs.example.com/}}`