wdc

Command-line WebDAV client for easy interaction with WebDAV servers

brewmacoslinux
Try with needOr install directly
Source

About

WebDAV Client provides easy and convenient to work with WebDAV-servers

Commands

wdc

Examples

Connect to a WebDAV server and list files$ wdc ls https://example.com/webdav/
Upload a file to WebDAV server$ wdc put ./local-file.txt https://example.com/webdav/remote-file.txt
Download a file from WebDAV server$ wdc get https://example.com/webdav/remote-file.txt ./local-file.txt