webdav_client
webdav_client copied to clipboard
A dart WebDAV client library
在mac端下载了webdav服务端,开启了digets
Webdav supports the recursive directory listing. It would be great to have this feature in this package, too.
* 嗨哥们,我翻到代码里 [WdDio] 的构造函数中有这么一行: ``` // 禁止重定向 this.options.followRedirects = false; ``` * 为什么要禁止重定向呢,是因为考虑到重定向可能会把请求头字段 [authorization] 给带过去不安全嘛?

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
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):...