flymzero / webdav_client

A dart WebDAV client library
https://pub.dev/packages/webdav_client
BSD 3-Clause "New" or "Revised" License
55 stars 34 forks source link

add recursive argument/functionality to readDir #41

Open LevRiver opened 8 months ago

LevRiver commented 8 months ago

Webdav supports the recursive directory listing.

It would be great to have this feature in this package, too.