Questions tagged [webdav]

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

Web Distributed Authoring and Versioning is an extension to the HTTP/1.1 protocol that allows clients to perform remote Web content authoring operations.

293 questions
0
votes
0 answers

Apache Webdav Server user permission for directory access

I configured an apache webdav server as follow: Protocols h2 http/1.1 ServerName webdav.internal.example.local SSLEngine on SSLCertificateFile /data/certs/cert.pem SSLCertificateKeyFile /data/certs/cert.key …
Jayser
  • 101
0
votes
0 answers

Signal to WebDAV client that server doesn't offer Sharepoint capabilities

I have a server with paths that can be mounted via WebDAV as a network drive. Clients (MiniRedir) accessing these drives recently started sending additional requests to Sharepoint paths (/_api/...), which don't exist in this setup. Is there any way…
0
votes
0 answers

Use CentOS 7 as CalDAV server for calendar sharing

I added DAV on Apache on a CentOS 7 server using articles such as this one. Seems straightforward enough. This server is a remote one on the Internet. Next, I published calendar info from my PC and from one colleague's. The process given here is the…
Hussain Akbar
  • 141
  • 1
  • 4
0
votes
0 answers

Nginx WebDAV in Docker in Pacemaker with Windows 11 client converts space symbol into %20

I try to make a WebDAV share compatible with Windows 11 client using Debian 11, Nginx, Docker in Pacemaker cluster with two nodes and one quorum node. I found https://github.com/dgraziotin/docker-nginx-webdav-nononsense , pulled the Docker image and…
0
votes
1 answer

Do BTRFS self-healing mechanisms apply when a folder of the host with BTRFS enabled storage is remotely mounted by a different host?

the file system BTRFS comes with some useful features regarding data consistency/error detection and correction (let's call them self healing mechanisms). Given the following situation, will these mechanisms apply? Server with BTRFS storage <-->…
stev-e
  • 101
  • 1
0
votes
1 answer

How to map a network drive on Azure Pipeline Agent with Windows Server 2019?

How to map a network drive on Azure Pipeline Agent with Windows Server 2019? I'm trying to upload large files from that Azure server to another server. This command works on my own PC: NET USE K: https://xxxxx/remote.php/dav/files/xxxxx/…
0
votes
0 answers

Disable module for specific site or enable module for specific sites

I'm running nginx-1.21.4 with dav-ext module compiled in nginx as dynamic module. The thing is this module intereferes with Nextcloud SabreDAV functionallity so I would like to know how (1)how to completely disable the module for a specific site,…
peris
  • 508
  • 2
  • 9
  • 27
0
votes
1 answer

Can’t login through webdav on nginx

EDIT Nextcloud builds its own Webdav implementation, Sabredav. Could it be the following nginx modules be interfering? --with-http_dav_module --add-module=/var/tmp/nginx-dav-ext-module Someone knows how should I compile them dynamically? So i'm able…
peris
  • 508
  • 2
  • 9
  • 27
0
votes
1 answer

NGINX long delays when completing proxied WebDAV uploads

I have an internal IIS server running WebDAV being used directly for file uploads and downloads from an android application. My internal DNS resolves the https://webdav.mydomain.com directly to IIS (bypassing NGINX) and this internal communication…
BenH
  • 61
  • 1
  • 5
0
votes
1 answer

Webdav - uploading of files over 10kB fail on a specific combination of machines

I am using an owncloud 10.0.10 server hosted in a virtual machine (vm-A) I have no access to. I can connect to it using webdav from both my home PC and a virtual machine from a paid provider that I administer (vm-B). Everything works smoothly…
shortmanikos
  • 101
  • 2
0
votes
0 answers

Can't login my webdav built on nginx with right user and password

I build my webdav server this way: apt-get install nginx-full vim /etc/nginx/conf.d/webdav.conf server { listen 80; listen [::]:80; server_name vps_ip; auth_basic realm_name; auth_basic_user_file …
showkey
  • 115
  • 1
  • 4
  • 19
0
votes
2 answers

Is there a way to have a PC to resolve IP for a local server while on the LAN/VPN but an external IP when not?

I have a Nextcloud server on my LAN (with an external port forward for outside access) that I am setting up WebDav connections on for a collection of Windows 10 PCs and I want the users to make their WebDav connections over the LAN/VPN when they are…
Bryan C.
  • 101
  • 2
0
votes
1 answer

change files changed time to created time

I have an apache web server which serves files over webdav (Ubuntu 18.04.5, Apache 2.4.29 with mod_dav enabled) I modifed the permissions with chmod on all files and now the webserver returns the wrong creation date (changed instead of…
Jürgen Steinblock
  • 316
  • 1
  • 4
  • 16
0
votes
0 answers

WebDav entries started to appear in IIS web logs last month in connection with Microsoft ClickOnce setup.exe files

Starting last month, log entries like this started to appear in our IIS web logs: 2020-09-08 17:31:07 192.168.1.99 OPTIONS /apps/foo/setup.exe - 80 - 192.168.1.77 Microsoft-WebDAV-MiniRedir/10.0.19041 - 200 0 0 52 2020-09-08 17:31:07 192.168.1.99…
Tim
  • 203
  • 1
  • 4
  • 11
0
votes
0 answers

Problems with WEBDAV on lighttpd

I've setup webdav on lighttpd but I'm getting a Cannot open collection - 404 not found when I try to access the share through cadaver. My lines for the vhost and share are as follows: $HTTP["host"] == "www.markmhart.com" { server.document-root =…
1 2 3
19
20