← 返回命令列表

Linux command

cadaver 命令

网络

复制后可按需替换文件名、目录或参数。

常用示例

Connect to WebDAV server

cadaver [http://dav.example.com/]

Connect with specific port

cadaver [http://example.com:8080/path/]

Connect via HTTPS

cadaver [https://secure.example.com/]

Connect through proxy

cadaver -p [proxy:8080] [http://dav.example.com/]

Use custom rcfile

cadaver -r [~/.myrc] [http://dav.example.com/]

说明

cadaver is a command-line WebDAV client for Unix systems. It supports file upload, download, on-screen display, in-place editing, namespace operations, collection management, property manipulation, and resource locking. Operation is similar to ftp(1) and smbclient(1).

参数

-t, --tolerant
Allow cd/open into non-WebDAV collections
-r _file_, --rcfile=_file_
Use specified rcfile instead of ~/.cadaverrc
-p _host:port_, --proxy=_host:port_
Connect through proxy server
-V, --version
Show version
-h, --help
Show help

FAQ

What is the cadaver command used for?

cadaver is a command-line WebDAV client for Unix systems. It supports file upload, download, on-screen display, in-place editing, namespace operations, collection management, property manipulation, and resource locking. Operation is similar to ftp(1) and smbclient(1).

How do I run a basic cadaver example?

Run `cadaver [http://dav.example.com/]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -t, --tolerant do in cadaver?

Allow cd/open into non-WebDAV collections