davix

Library and tools for advanced file I/O with HTTP-based protocols

brewmacoslinux
Try with needOr install directly
Source

About

Library and tools for advanced file I/O with HTTP-based protocols

Commands

davix-getdavix-putdavix-rmdavix-lsdavix-mkdir

Examples

Download a file from an HTTP/WebDAV server$ davix-get https://example.com/path/to/file.txt ./local-file.txt
List contents of a remote WebDAV directory$ davix-ls https://example.com/remote/directory/
Upload a file to a WebDAV server$ davix-put ./local-file.txt https://example.com/path/to/remote-file.txt