mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-31 12:41:53 +00:00
22 lines
498 B
Plaintext
22 lines
498 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 the collection `/foo/bar/`:
|
|
|
|
`cadaver {{http://dav.example.com:8022/foo/bar/}}`
|
|
|
|
- Connect to a server using SSL:
|
|
|
|
`cadaver {{https://davs.example.com/}}`
|