webdav_client 1.1.0
webdav_client: ^1.1.0 copied to clipboard
A dart WebDAV client library, support Basic/Digest authentication、read、make、delete、rename、copy、download、upload、cancel request
Changelog #
1.1.0 #
- Fix no authorization when uploading and downloading
- Related dependencies updated to the latest version
1.0.0 #
- support null-safety
0.0.2 #
- fix when server nonce expired, add recertification Logic.
0.0.1 #
- common settings
- read dir
- make dir
- delete
- rename
- copy
- download file
- cancel request