WebDavServer icon indicating copy to clipboard operation
WebDavServer copied to clipboard

WebDAV-Server for .NET using ASP.NET Core

Results 18 WebDavServer issues
Sort by recently updated
recently updated
newest added

Bumps [Microsoft.AspNetCore.Mvc.Core](https://github.com/aspnet/Mvc) from 2.0.0 to 2.0.1. Release notes Sourced from Microsoft.AspNetCore.Mvc.Core's releases. 2.0.1 Bugs Fixed Microsoft Security Advisory CVE-2017-11879: Open Redirect can cause Elevation Of Privilege (#7053) Port fix for...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.1 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Hi, are there any packages of the current v2-version? nuget seems to only have v1 and myget has v2-versions from 2019. Is there a roadmap/RTM-date for v2? Thanks! Tobias

Hello, is your library is able to deal with office file ? The goal is to edit distant docx file with office URI scheme. I see another Post where you...

A documentation can be found in the [webdavs project](https://github.com/miquels/webdavfs/blob/master/SABREDAV-partialupdate.md)

enhancement

Hi, We are facing an issue in our project, when We need to throw and exception during a PutAsync action that is called just after the LockAsync action. However, even...

Is it possible to configure the server in such a way that a client must have a direct URL to access a file? I don't want them to be able...

question

The mount function is working good (Thanks !). I could mount two or more file systems on the same server. the problem: its not documented. I was found an example...

Thanks for good product ! I am trying to make a read-only file system ,based on DotNetFileSystem but with a access list from database. this code works (the DNFS taking...

enhancement

Hi, some clients (for example Linux Mint's file-explorer "Nemo") add the username to the WebDAV-URL like `https://[email protected]:8080/...`. This causes any Copy & Move-Operation to fail with an exception: ``` FubarDev.WebDavServer.AspNetCore.Filters.WebDavExceptionFilter...

improvement