cadaver(1) | User Manuals | cadaver(1) |
cadaver - A command-line WebDAV client for Unix.
cadaver [-trp[-r file][-p host[:port]]][-V][-h] URL
cadaver supports file upload, download, on-screen display, namespace operations (move and copy), collection creation and deletion, and locking operations.
Its operation is similar to the standard BSD ftp(1) client and the Samba Project's smbclient(1). A user familiar with these tools should be quite comfortable with cadaver.
cadaver supports automatically logging in to servers requiring authentication via a .netrc file (similar to ftp(1) - see section "THE .netrc FILE" below).
The URL passed must be an absolute URI using the http: or https URL scheme.
The file ~/.netrc may be used to automatically login to a server requiring authentication. The following tokens (separated by spaces, tabs or newlines) may be used:
machine host
default
login username
password string
passwd string
Any other tokens (as described in ftp(1)) are ignored.
Joe Orton <https://github.com/notroj/cadaver>
ftp(1), smbclient(1)
October 2022 | Unix |