Skip to content
#

webdav-server

Here are 38 public repositories matching this topic...

fragtion
fragtion commented Mar 6, 2019

Hi. I've installed aurora-files from GIT master repo. Installation was quite straightforward until I opened my browser to the installation directory and tried to log in with superadmin. I received the following error:

The username or password you entered is incorrect. (Not enough details required to establish connection.)

Turns out this is a DB connect issue. So I changed DBName, DBLogin, a

MosheL
MosheL commented May 18, 2019

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 on your tests and make it working.

This need to be documented somewhere in google:

	fileSystem.Root.Task.ContinueWith(r =>
			{

				var root = r.Result;
				foreach (var fs in _options.Children)  // I was added t
chclaus
chclaus commented Apr 24, 2018

The used logging implementation is logrus. logrus allows a lot of different log formatters (including third party libs).

I think we should support at least the two default log formats:

  • text
  • json

To allow further log processing with tools like logstash, etc.

The feature should be placed in the config section without capabilities of config live

amolpujari
amolpujari commented Dec 21, 2019

simply following readme not helping out much, I am trying to connect using ubuntu files utility, however seeing several errors, might be missing something, trying to figure out each err on by one.

example

Started PROPFIND "/webdav/123" for 127.0.0.1 at 2019-12-21 12:31:12 +0530
Processing by Calligraphy::Rails::WebDavRequestsController#invoke_method as HTML
  Parameters: {"resource_cla

This library implements a flexible, extensible, and quite standards-compliant WebDAV server built on ASP.NET. The WebDAV server can serve any type of hierarchical data, not only files. It supports transparent compression, partial transfers, partial updates, locking, editing, dead properties, strong typing of WebDAV properties, request preconditions, and other features. Setting up a simple WebDAV server to serve some files only requires adding some lines to your web.config file; no code needs to be written. If you want to serve another type of data over WebDAV, it is fairly easy to implement new service providers.

  • Updated Sep 12, 2019
  • C#

Improve this page

Add a description, image, and links to the webdav-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webdav-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.