Open squadwuschel opened 8 years ago
What does "it's not working" mean? I also tried to access ownCloud but my test program just terminated without any error or exception.
I could solve the issue by editing Server
and BasePath
properties:
client.Server = "https://myUrl";
client.BasePath = "remote.php/dav/files/username/";
Hi LukeOwnCloud, It is not entirely clear that the /remote.php/webdav part should go into the BasePath rather that the endpoint. Thanks anyway for the solution, I was almost getting there through trials and errors :D
L.
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.