Cliente WebDAV implementado en Rust que permite compartir directorios y gestionar archivos remotos.
$ chezdav ls https://example.com/webdav --username yourusername --password yourpassword
$ chezdav put /path/to/local/file.txt https://example.com/webdav/remote/file.txt --username yourusername --password yourpassword
$ chezdav get https://example.com/webdav/remote/file.txt /path/to/local/file.txt --username yourusername --password yourpassword
$ chezdav delete https://example.com/webdav/remote/file.txt --username yourusername --password yourpassword
$ chezdav mkdir https://example.com/webdav/new-directory --username yourusername --password yourpassword