WebDav.NET icon indicating copy to clipboard operation
WebDav.NET copied to clipboard

WebDav client library written in C#

Results 3 WebDav.NET issues
Sort by recently updated
recently updated
newest added

I)WebDavFolder.ProcessResponse line 4: XmlNodeList XmlResponseList = XmlDoc.GetElementsByTagName("D:response"); at RFC 2518 in examples used d: and D: //I try with server https://debdav.yandex.ru and that used lowercase variant(d:response) II)WebDavResource.Upload without authentification III)WebDavFolder.ProcessResponse...

bug

When you get many write streams in a loop it is possible to run out of connections. This is because the response is never read off of the request and...

duplicate

I'm trying to implement your library, as I've had no success building my own connection. But every time I run your "more practical example", at `folder.Open(path)`, I get the error...

question