mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-13 22:59:30 +00:00
Update cheatsheets
This commit is contained in:
21
cadaver
Normal file
21
cadaver
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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/}}`
|
||||
Reference in New Issue
Block a user