davix

CLI tools for advanced file operations over HTTP and WebDAV 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-lsdavix-mkdirdavix-rm

Examples

download file from HTTP or WebDAV server$ davix-get https://example.com/largefile.zip output.zip
upload file to WebDAV server$ davix-put local-file.txt https://webdav.example.com/remote-file.txt
list files and folders on remote HTTP server$ davix-ls https://example.com/data/
create directory on WebDAV server$ davix-mkdir https://webdav.example.com/new-folder/
delete file from remote WebDAV location$ davix-rm https://webdav.example.com/unwanted-file.txt