CLI tools for advanced file operations over HTTP and WebDAV protocols.
Library and tools for advanced file I/O with HTTP-based protocols
davix-getdavix-putdavix-lsdavix-mkdirdavix-rm$ davix-get https://example.com/largefile.zip output.zip$ davix-put local-file.txt https://webdav.example.com/remote-file.txt$ davix-ls https://example.com/data/$ davix-mkdir https://webdav.example.com/new-folder/$ davix-rm https://webdav.example.com/unwanted-file.txt