dart-webdav icon indicating copy to clipboard operation
dart-webdav copied to clipboard

A Easy WebDAV Client in Dart

Results 7 dart-webdav issues
Sort by recently updated
recently updated
newest added

Can you update the package on pub.dev soon?

If you want to prevent overwriting files that have been updated since the last time the file was retrieved we can use etags and the `If-Match` header. But to do...

can someone explain me how I can upload local image ? client.uploadFile(..) or client.upload(..) throws exception :-/

Would be nice if it supported both digest and basic authentication.

when i upload file to cloud, I want to know when it is completed(Success or failure ) uploadFile return Future , when i use it , it's return null ,...

enhancement
question

Say there's a resource `foo/bar.txt` and it is only a line or two of CR-delimited text. Can a simple Flutter+Dart app show that being GET from the server, then PUT...

enhancement
help wanted

I wanted to maintain a dart webdav package, but found that the name was already used. Since you no longer intend to maintain this package, I would like to be...