webdav_client icon indicating copy to clipboard operation
webdav_client copied to clipboard

A dart WebDAV client library

Results 31 webdav_client issues
Sort by recently updated
recently updated
newest added

在mac端下载了webdav服务端,开启了digets

Webdav supports the recursive directory listing. It would be great to have this feature in this package, too.

enhancement

* 嗨哥们,我翻到代码里 [WdDio] 的构造函数中有这么一行: ``` // 禁止重定向 this.options.followRedirects = false; ``` * 为什么要禁止重定向呢,是因为考虑到重定向可能会把请求头字段 [authorization] 给带过去不安全嘛?

![image](https://github.com/flymzero/webdav_client/assets/28615516/6af3a0a1-e9ce-40ef-9e41-0ad8f100f093)

Hello, since updating my dependencies, I cannot build anymore. The error is > Failed to build iOS app > Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/webdav_client-1.2.1/lib/src/webdav_dio.dart:16:7: Error: The non-abstract class 'WdDio' is missing implementations...

Ask: How to use this client to play video or audio on Android or web

enhancement

call write is error **code is :** ``` var map = box.toMap(); client.write("backup-${DateTime.now().millisecondsSinceEpoch}", Uint8List.fromList(jsonEncode(map).codeUnits));dart ``` **error is :** ```bash [🔔 Dio] _MultiStream cannot be used to imply a default content-type,...

他会导致 Tue, 04 Apr 2023 13:48:26 +0000 之类的格式无法解析。如果该判断有特殊意义,希望可以解释说明,谢谢。

``` var res = client.read("syncdata.json"); List myList = await res; print("get cloud raw == $myList"); var clouddata = String.fromCharCodes(myList); print("get cloud data == $clouddata end"); ``` result ``` I/flutter (10808):...