Skip to main content

Questions tagged [webdav]

The tag has no usage guidance.

0 votes
2 answers
39 views

Why does SSMS generate many tilde files when saving a SQL file?

I'm using SQL Server Management Studio (SSMS) 20.1 to edit a file containing SQL commands. The file itself, sqlCommands.sql, is being provided via a WebDAV server that we've written. If we make an ...
kc2001's user avatar
  • 187
1 vote
1 answer
94 views

Windows' File Explorer "Map Network Drive" generates an HTTP OPTIONS request that is unauthorized

We are developing a WebDAV server in Java that we would like to serve a Windows' File Explorer client. I can run the following curl command that gives a good response: >curl -i -X OPTIONS http://...
kc2001's user avatar
  • 187
0 votes
0 answers
39 views

Can't rename a .part file apache2 webdav server

I have an apache2 server with WebDAV enabled. I can rename and move anything as long as it doesn't end with .part. when I try I get a 404. I can rename a file to end in .part and I can delete and open ...
Ford Stewart's user avatar
1 vote
0 answers
392 views

Windows 11 opens WebDav in Browser instead of File Explorer by accessing via address bar

Currently I am facing a problem with the new version of Windows 11. By trying to access an WebDAV link via address bar (File Explorer) I get forwarded in my browser. In previous Version of Windows 11 ...
NootNoot's user avatar
0 votes
1 answer
421 views

WebDAV mount on macOS readonly

Using Finder, I mount a WebDAV share. To do so, I enter the username and password together with servername:port (eg. http://userName:[email protected]:9980/; ie. username=userName, password=...
alexs77's user avatar
  • 370
2 votes
0 answers
100 views

WebDAV plugin for Mozilla Thunderbird stopped providing filelinks for large files

I need help to let my Mozilla Thunderbird (email client) co-operate again with the "Filelink provider for WebDAV" plugin. The purpose of this plugin is to help sending messages with large ...
Paolo.61's user avatar
0 votes
0 answers
203 views

IIS 10 WebDAV Windows client gets 403 error while Android works

I have Windows Server 2019 with IIS 10 WebDAV share. I access to this share on Windows 11 notebook and Android with CxFileExplorer. There were updates on both notebook and Windows Server 2019. Now ...
Dmitry Kosovets's user avatar
0 votes
0 answers
76 views

New User Configuring HaProxy for single WAN IP, multiple hosts

I've had a /29 block of static IPs available for the past six years, but with income down and rates up, and up, it's time to reduce my Internet footprint. I'm moving my self-hosted mail servers to ...
ehbowen's user avatar
  • 103
2 votes
1 answer
416 views

Scheduled robocopy in PowerShell from WebDAV shares not work with IIS share but with Nginx share

Please, help with my WebDAVs scheduled copy. I have two WebDAVs, one on Debian11/Nginx, the other on WindowsServer2019/IIS. I want to make a scheduled backup copy from both on my Windows 11. Fragment ...
Dmitry Kosovets's user avatar
1 vote
0 answers
282 views

Symbolic links not displayed in Apache 2.4.54 WebDAV location directive with FollowSymLinks enabled

I'm trying to access the created symstore directory through a WebDAV client (such as WinSCP, cadaver, Cyberduck or FileZilla) while connected to the webdav directory, but the symstore directory is not ...
kibblewhite's user avatar
0 votes
0 answers
386 views

DAVx5: Change Base URL of all Calendars

I had installed CALDAV server (Radicale) on my old laptop, but now I don't have access to that machine. I had synced calendars hosted by the caldav server to my android using DAVx5. Now, on my new ...
Porcupine's user avatar
  • 473
1 vote
1 answer
934 views

Access/Mount read-only WebDAV (Hetzner Storage Box)

I have a Hetzner Storage Box. One of the features it offers is `sub-accounts' that have their own username (u000000-sub1) and password with the root being a sub-directory of the main account. The main ...
Elijah Paul's user avatar
0 votes
1 answer
4k views

Good practice to access WebDAV over SSL on a local network

I have a relatively simple scenario, where a WebDAV server runs over HTTPS, in a local network. For a test run (and it could end up being the final solution as well) I'm running as server sftpgo on a ...
lmattcris's user avatar
0 votes
0 answers
1k views

Command line to map webDav-drive?

My current command line is: net use z: \\site.com@5005/p /user:user user With it i can successfully log on and view the contents of the share, but the files don't behave right and are not copy-able. ...
zdoe's user avatar
  • 1
2 votes
1 answer
2k views

nginx reverse proxy to apache webdav

So I started using nginx to reverse proxy to a couple of services a have home. One of them is my webdav server under Apache. Here is my config file: server { listen 80; listen [::]:80; ...
Eduardo Biscaia de Queiroz's user avatar

15 30 50 per page
1
2 3 4 5
11