Skip to content

Not working with owncloud #20

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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