Skip to content

list(String url, depth = -1) doesn't do infinite depth #445

Description

@MeurglysIII

List<DavResource> list(String url, int depth) is documented to look at infinite recursion if depth = -1, but for me it works the same as depth = 1.
Is there any way to get all files in List<DavResource> without writing recursion myself (it works slow)

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions