Skip to content

Not working with owncloudΒ #20

@squadwuschel

Description

@squadwuschel

Hi,

I've tried your Implementation with owncloud and it's not working.

var client = new WebDAVClient.Client(new NetworkCredential { UserName = "myUserName",  Password = "MyPw" });
var baseUrl = "https://myUrl/remote.php/webdav/";

client.Server = baseUrl;
client.BasePath = "/";
var files = await client.List();

Then I've tried this GitHub Repo

https://github.com/DecaTec/Portable-WebDAV-Library

with the same URLs I've tried with your Implementation and there it works fine.

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