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.
Hi,
I've tried your Implementation with owncloud and it's not working.
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.