mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
1b6873e4eb
* *: remove usage of "foobar" * mlr: update example * Apply suggestions from code review Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> * Update pages/common/npm-adduser.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> --------- Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
17 lines
402 B
Markdown
17 lines
402 B
Markdown
# 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/}}`
|