mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
16 lines
428 B
Markdown
16 lines
428 B
Markdown
# cadaver
|
|
|
|
> Unix용 WebDAV 클라이언트.
|
|
> 더 많은 정보: <https://manned.org/cadaver>.
|
|
|
|
- 서버 <dav.example.com>에 연결하고, 루트 컬렉션을 연결:
|
|
|
|
`cadaver {{http://dav.example.com/}}`
|
|
|
|
- 특정 포트를 사용하여 서버에 연결하고 `/foo/bar/` 컬렉션을 오픈:
|
|
|
|
`cadaver {{http://dav.example.com:8022/foo/bar/}}`
|
|
|
|
- SSL를 사용해 서버에 연결:
|
|
|
|
`cadaver {{https://davs.example.com/}}`
|