mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
495 B
Plaintext
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/}}`
|