Skip to content

The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETStandard 1.1.

License

JosVerburg/Portable-WebDAV-Library

 
 

Repository files navigation

NuGet

Project description

The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331, Additional WebDAV Collection Properties and a some WebDAV properties specific to IIS WebDAV. It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETStandard 1.1.

Main project aims

So far the project is tested against IIS and ownCloud/Nextcloud (sabre/dav) (note that WebDAV locking is only working with ownCloud 8 or earlier releases as with ownCloud 9 WebDAV locking is not supported anymore).

Obtaining the library

  • There is a NuGet package available: Just search for 'PortableWebDavLibrary' in the 'Manage NuGet Packages...' window in Visual Studio. You can also find the package here.
  • If you prefer the manual installation method, you can find the current release as ZIP file on the GitHub release page.

Documentation

There is a full documentation of the library with some example code available.

Portable WebDAV Library online documentation

For offline use, you can download the help file (CHM) here: Portable WebDAV Library offline documentation

Beta versions

When there will be some considerable/breaking changes in a future version of the library, a preview version is released on MyGet before releasing the final version on NuGet. This way, projects using the Portable WebDAV Library can test beta versions before a new version is released officially.

Projects using the Portable WebDAV Library

About

The Portable WebDAV Library is a strongly typed, async WebDAV client library which is fully compliant to RFC 4918, RFC 4331 and "Additional WebDAV Collection Properties". It is implemented as .NETStandard 1.1 library in oder to be used on any platform supporting .NETStandard 1.1.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%