Reqwest dav
An async webdav client for rust with tokio and reqwest
Features
- Authentication
- Basic
- Digest
- Files management
- Get
- Put
- Mv
- Cp
- Delete
- Mkcol
- List
Examples
use crate::;
async
Tips
set_hostcan use "http://server/remote.php/dav/files/username", but the list method return value from server usually the full path excluding the protocol and domain name, like/remote.php/dav/files/username/bookmarks.txt, you can use it according to your own server or needs.