-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
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.
Tallmaris and 4x10m
Metadata
Metadata
Assignees
Labels
No labels