WebDAVClient icon indicating copy to clipboard operation
WebDAVClient copied to clipboard

Strongly-typed, async WebDAV Client implementation in C#

Results 12 WebDAVClient issues
Sort by recently updated
recently updated
newest added

I need to use this library from nuget with VB.net **but I cant write any code base on your examples** **I wish you provided full real app example with exceptions...

Not clear how to use it. Always getting a TLS error message and callbeck is never called. Thanks

HI, I tried to synchronize all the files from the server using a loop for downloading all the files and directories but I'm getting: `Exception thrown: 'System.Threading.Tasks.TaskCanceledException' in mscorlib.dll` the...

not working Russian href. not working special symbol "#"

when i tried to upload partially, it throws the status code: 501 Any idea?

I have the following code with the correct UN and PW, yet the code continues to error out (NOTE: There is no trouble connecting via WebDAV using SCP or other...

{"Message":"An error has occurred.","ExceptionMessage":"Could not load type 'WebDAVClient.Client' from assembly 'WebDavClient, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'.","ExceptionType":"System.TypeLoadException","StackTrace":" at WebDavClient.Controllers.WebDavController.d__3.MoveNext()\r\n at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start[TStateMachine](TStateMachine& stateMachine)\r\n at WebDavClient.Controllers.WebDavController.Post()\r\n at lambda_method(Closure , Object , Object[] )\r\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.c__DisplayClass6_1.b__1(Object...

Hi, some files with specific characters (+~$&°) have problem only on move, upload and delete works fine. Could it be related to how the destination path is specified? `headers.Add("Destination", dstUri.ToString());`...

Hi, This is the response from the PROPFIND call to ownCloud: ``` /remote.php/webdav/xxxxxxxxxxxxxxxxxxx/ Fri, 16 Sep 2016 08:00:22 GMT 24569936 -3 "57dba696c1d62" HTTP/1.1 200 OK ``` Even if the "resourcetype"...

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/";...