Join us in building a kind, collaborative learning community via our updated Code of Conduct.

Questions tagged [webdav]

WebDAV (World Wide Web Distributed Authoring and Versioning) is the Internet Engineering Task Force (IETF) standard for collaborative authoring on the Web

1
vote
0answers
8 views

Is it possible to put custom properties in a directory with Sardine?

I am trying to put some custom property in a directory WebDAV, but it is only working with files. I am using Sardine library with Jackrabbit, example: public static void main(String[] args) throws ...
0
votes
0answers
11 views

Doing a download with easywebdav results in bad files

I have a small program I created to download image files form a FlashAir webdav enabled SD Card. This works fine with Powershell but trying a Python implementation. I have it working where ...
0
votes
0answers
8 views

Apache webdav login works on browsers, but error on net use command / window explorer

I would like to set up a simple WebDAV service on my server, which runs on Linux (Amazon EC2) and provide users to save files and folders. After config-ed some files, I manage to get the service ...
-1
votes
0answers
15 views

Does webdav work on tails linux?

I just installed tails linux. Now I know, that it can't do "ping" command. But can I use webdav on it? When I try to connect in Nautilus an error appears: "HTTP Error: Could not connect: Connection ...
-1
votes
0answers
22 views

Web server configuration settings

I can install any http server on my cloud server, so i am eager to hear your experience. I want to upload file.txt on server over http protocol. No authentication required. Question: How to configure ...
0
votes
0answers
10 views

How to use HttpSearch in jackrabbit-webdav?

I tried to use HttpSearch of jackrabbit-WebDAV to search the properties of a document on a WebDAV server, but it doesn't work. SearchInfo searchinfo = new SearchInfo( "xpath", Namespace....
0
votes
1answer
41 views

Problems accessing nextcloud SSL encrypted with webdav client python

I was using a python script to access my nextcloud server, all cool, no problems, but i decided to encrypt nextcloud with SSL self signed, and there goes my script... Nextcloud is deplayed in Apache, ...
0
votes
0answers
19 views

What would be the correct response for a WebDAV Server to tell the client that the extension of the file uploaded is not supported?

Currently I'm writing a WebDAV Server (in C#). The backend connects a physical file system with a database (The database provides the folder structure to be shown in WebDAV). The backend is doing a ...
0
votes
1answer
12 views

NGINX make directory readonly unless authentication provided

I have a directory public, where I will upload various files. I want those files to be downloadable without any authentication. However, I also want to be able to edit and add new files using WebDAV, ...
0
votes
0answers
27 views

How to redirect from a node controller?

I'm working on a project and need to redirect from within the controller to another URL. The project involves the user clicking on a link and a file transfer being performed that results in a url that ...
0
votes
0answers
8 views

Delete the contents of DAVLockDB on Apache v2.4 running on Windows

Other than essentially "unlocking" all files/folders that are currently locked by the DAV locking process, is there any harm in deleting the contents of DAVLockDB? I get that if User X has the file ...
1
vote
0answers
42 views

Opening an xlsx document in WebDav prompts for rename

We have a WebDav server written in C# that allows users to access documents. Normally, when a document is opened via file explorer, the user is able to make changes and save the document back with no ...
1
vote
0answers
6 views

Node webdav on strato hidrive. Uploaded binary files broken

I just want to be able to upload and download binary files to Strato Hidrive using node.js with webdav. I tested uploading a jpg-image with the following code: const createClient = require("webdav"); ...
0
votes
0answers
10 views

REST on nginx 1.10 on Raspian

I'm so overwhelmed. I have a REST application and would like to run it on my Nginx 1.10. I keep reading I have to specify ./configure --with-http_dav_module and then I can say in location that I want ...
0
votes
0answers
34 views

Error 1224 on mapping drive on Windows 10, from Apache WebDAV server

I have an Apache server (on Ubuntu 16.04.2) with WebDAV installed and are trying to map a shared folder on the WebDAV as a drive on a Windows 10 PC. Previously this worked (though we had to keep on ...
1
vote
0answers
33 views

Fatal Exception: NSInvalidArgumentException +[NSMapTable cde_strongToStrongObjectsMapTable]: unrecognized selector sent to class

I am currently working on an iPad Application using Objective C language on Xcode version 9.2 and iOS 11. In this application we are using Ensembles 2 framework with Magical Record for syncing our ...
0
votes
0answers
55 views

Microsoft Excel 2016 not able to save back changes - webdav

I have a set up the ITHit WebDAV server (with latest version 5.3) which works in office 13 with Word and Excel. but its not working in msoffice excel 2016 when i save data it will display upload ...
0
votes
1answer
38 views

WebDAV and Powershell and Windows - weird error and behaviour

We have a WebDAV site that runs on IIS. From PowerShell we try to download a folder info Get-ChildItem \\webserver@SSL\davwwwroot\webdav\Folder1\Folder2 -Name It says '\\webserver@SSL\davwwwroot\...
0
votes
0answers
17 views

Cache webdav request using Workbox

I am trying to implement a service worker using Workbox for webdav requests. However I cannot cache those requests whose request method says PROPFIND. workbox.routing.registerRoute( new RegExp('...
0
votes
0answers
27 views

how can i do a PROPFIND method with httpclient on Angular 5?

I have a freenas server with a WEBDAV sharing. I would like to connect my angular backoffice to the nas to get the files list on a directory. After a long research, I didn't find how can I do an http ...
1
vote
1answer
51 views

Limit OwnCloud/Apache/WebDAV upload speed

So well hello! I recently set up my OwnCloud on my Server and came across 2 problems... The first problem was, how do I limit the download speed of users? Okay.. solved with mod_bw. The second ...
0
votes
0answers
14 views

IT Hit AJAX FileBrowser v5.1.0.3301 file versions dialog issue

I'm working on an integration of the IT Hit AJAX File Browser v5.1.0.3301 in a custom web application. WebDAV Server Library for Java v3.2.2420 is running server-side. I've access to the licensed ...
1
vote
0answers
55 views

Creating New Event to iCloud Apple Calendar always Results 400 Bad Request

Currently, I am developing a website which will sync data from Apple Calendar to my app and vice versa. For fetching data from Apple Calendar to my application, I already can get the .ics files from ...
0
votes
0answers
41 views

Go webdav example

I'm trying to understand Go and WebDAV, but i have a problem. How do i control the webDAV server in go? This is my code: package main import ( "net/http" "golang.org/x/net/webdav" "log" ) ...
0
votes
0answers
62 views

Editing AutoCAD files from Sharepoint Online 2016 without downloading

We have purchased 'ithit-webdav-server' license to edit multiple document types and are trying to integrate it with Microsoft SharePoint based sites. We primarily want to open and edit AutoCAD files (...
0
votes
0answers
26 views

Open webDav item from direct link

I just installed the IT Hit WebDAV Browser and created the sample index.html page located here: https://www.webdavsystem.com/ajaxfilebrowser/programming/ It works to call it directly with a folder ...
0
votes
2answers
31 views

HttpClient - Upload JAR file using Tomcat Webdav leads to “invalid or corrupt jarfile”

I can't manage to upload a JAR file, using Webdav and Apache HTTPClient without leading to "invalid or corrupt jarfile" when I attempt to launch it. Here's my Setup: Webdav server, using tomcat 8.5 ...
0
votes
0answers
56 views

Apache stop webdav directory listing on windows

I'm working on a server which has to serve a few files publically via WebDav. The public availability and WebDav is a must have, so I can't just change them. Windows support (sadly) is another must ...
0
votes
0answers
101 views

PROPFIND 405 error on IIS 8.5

I'm currently trying to send a PROPFIND request to my IIS 8.5 server, but everytime I do so I get the error "405 Method not allowed". I hope you can help me. I already googled the issue and ...
0
votes
0answers
34 views

Download Document from SharePoint Online using c# webclient stopped working

Download Document from SharePoint Online using c# webclient stopped working! I have been using this code to download documents from SharePoint Online for years. Since 8th of May I'm getting 401 Error....
6
votes
1answer
121 views

Can WebDav access be configured on Jetty?

I'm trying to get WebDav access configured on Jetty, but I'm unable to find any documentation or any working examples specific to Jetty. So I've tried to retrofit WebDav access for Tomcat ...
0
votes
0answers
23 views

Side effects of disabling WebDAVModule in ASP.NET MVC WebAPI?

In my WebAPI application, I faced similar issue of 405 method not allowed web api and this issue; Asp.NET Web API - 405 - HTTP verb used to access this page is not allowed - how to set handler ...
-1
votes
1answer
40 views

How to remove Allow header from Http Response?

I have API which is valid for POST/GET/PUT verb but if hacker intercepts the request and change method to 'OPTIONS' instead of 'GET', he will get below error in http response - Allow: GET,POST,PUT { "...
1
vote
0answers
15 views

How can I use Ant's “Get Task” to fetch a whole directory full of files from a server?

I have some files stored on a WebDAV share and I'd like to use Ant's get task to fetch all of the files. I know I can fetch them all if I specify all of the filenames like this: <get dest="...
0
votes
0answers
17 views

Implementing HTTP LOCK & UNLOCK in WebDAV

I am very slowly trying to implement a simple WebDAV server in PHP. It is nearly working, but I find that I need to implement LOCK and UNLOCK as well. For testing purpose, all I want to do is return ...
0
votes
1answer
44 views

WebDav Displayname property missing

I have a problem with this WebDavClient library for C#. I use the following code to establish a connection to a SVN repository: using (var webdavClient = new WebDavClient()) { ...
0
votes
0answers
19 views

Publish from Visual Studio fails for config files “Unable to add file *.config. The parameter is incorrect”

I am trying to deploy an ASP.NET site to an on-premise IIS server, WebDAV is installed on the server and apps can be hosted OK. However when publishing from within Visual Studio i get the error that ...
0
votes
0answers
16 views

Can´t open Documents by Webportal from a mapped NetworShare by WebDAV

I have the following problem: I mapped a Network-Share from outside a DMZ to a Server inside the DMZ. UNC-Path (for Example): \\X3F12D1001D123.Server@SSL\DavWWWRoot\Program\03_Data\01_LS\ Here I´m ...
0
votes
0answers
40 views

How to parse the events of the calendar from server through CalDav/CardDav/WebDav links?

I am creating an android application in which i am reading events from calendar. I am trying with the demo account provided on the website of SoGo https://sogo.nu/, it provides the links to access ...
1
vote
1answer
136 views

How do I make a simple public read-only WebDAV server with SabreDAV?

I recently began looking into WebDAV, as I found it to be an option for letting me play a Blu-ray folder remotely - i.e. without requiring the viewer to download the whole 24gb ISO first. Add a ...
0
votes
0answers
64 views

how to configure nginx to serve one folder per user with webdav with permissions

I need to setup webdav server like ftp server would behave, I found many nginx configurations with user/password authentication, but none with mapping folders for each user
0
votes
0answers
92 views

Accessing WebDAV-Server (digest authentication) through Proxy

I have set up an WebDAV-Server on CentOS7 and want to mount it on Windows 10. server-url: http://server1/webdav proxy address: http://proxy/webdav Proxy-configuration: ProxyPass /webdav http://...
0
votes
0answers
64 views

Setting sabre/dav to have root directory outside of apache web root

I am trying to set up a WebDav server using sabre/dav. I got it set up and running and as long as I serve up files form with in the web server root (like /var/www/mydocs) I can access them in read-...
0
votes
0answers
109 views

WEBDAV cannot save office files

We are using WEBDAV in windows explorer. Adding new Word file to subfolder works fine. Opening file to edit works fine. But we have problem with saving file. Microsoft Word is trying to save tmp ...
0
votes
0answers
61 views

c# - NAudio: Use credentials in url with MediaFoundationReader (or other method)

I am trying to stream mp3 files from my WebDAV server, but as you can see you need credentials to access the files on it: Direct link to file on server So I questioned myself if there is a possible ...
0
votes
0answers
173 views

upload failed we couldn't verify you have the necessary permissions to upload the file

I created a web site with webdav option. (https://docs.microsoft.com/en-us/iis/install/installing-publishing-technologies/installing-and-configuring-webdav-on-iis) I can list, create and open any ...
0
votes
1answer
22 views

URL trailing period is swallowed by HttpListener

I have created an System.Net.HttpListener-based WebDav server to provide access to a(n existing) document library stored in a database through a virtual file system. The purpose of this component is ...
0
votes
0answers
23 views

How can I mount a REST API application as a drive?

I have an application that has a public facing REST API. The application acts as file manager that allows for listing, deleting, uploading, and downloading of files. Right now a web based GUI sits ...
0
votes
0answers
17 views

How to achieve both “OPTIONS disabled” and windows “webDAV support” in apache tomcat ?

I am facing problem with webDAV, when OPTIONS method is disabled from web server webDAV stopped working. I want to disable OPTIONS method and webDAV working. Any idea/suggestion ?
-2
votes
1answer
125 views

Get file list from owncloud

I want to get file list from owncloud on my ASP site. I was succeed using curl -X PROPFIND -u user:password "http://yourserver.com/owncloud/remote.php/webdav/" from linux but I can't get the same ...