# WebDAV

WebDAV (Web Distributed Authoring and Versioning) is an extension of the HTTP protocol that enables users to manage and collaboratively edit files on remote web servers. You can use Mover to connect to a server that supports WebDAV.

## Add a <code class="expression">page.vars.VENDOR\_NAME</code> Connection <a href="#add-dropbox-as-a-remote-server" id="add-dropbox-as-a-remote-server"></a>

Create a new Connection for your site, and select <code class="expression">page.vars.VENDOR\_NAME</code> as the remote server type.

Provide a *Connection Label* so you can identify the connection in a list.

### Server

Add the *Hostname* for your WebDAV server. The *Hostname* is a fully qualified domain name, not including any protocol prefix or path.

The default *Port* value of `443` is used for HTTPS. Only use an alternate port if the WebDAV server requires it. The other commonly used remote port, 80, typically means the server does not support SSL, in which case select `http://` instead of `https://` under protocol.

Indicate whether the *Protocol* for the connection is `http://` or `https://`. The standard configuration uses `https` for the *Protocol* and `443` for the *Port*.

### Authentication

Mover allows 2 different methods for authenticating with a WebDAV host. You can provide a username and password, or you can supply an SSL certificate for the connection.

### Server Certificate

Mover expects that the WebDAV server is using fully valid and chained SSL Certificates. This means the certificate host name and domain name match the server's host name and domain name, including any wildcards. Fully valid certificates are valid for the current date, are not expired, and do not contain a start date that is in the future. Fully valid certificates are chained to a valid and trusted Certificate Authority.

If the server's certificate doesn't meet all of those requirements, then the WebDAV server is considered untrusted or self-signed. You can configure your Connection to allow using self-signed certificates.

If you're not sure whether the server's certificate is fully valid, online tools are available for checking the validity of a site's certificate. The [SSL Shopper SSL checker](https://www.sslshopper.com/ssl-checker.html) and the [DigiCert SSL certificate checker](https://www.digicert.com/help/) are two options.

## Check For Case Sensitivity

Be aware of case sensitivity differences when copying, moving, or syncing files and folders between connections. Copying items from a system which is not case sensitive to another that is case sensitive could result in 1 item being treated as 2 different ones, such as attempting to overwrite `MyFile.txt` with `myfile.txt` .&#x20;

In the other direction, copying from a case sensitive system to another that is not case sensitive can cause files to be overwritten, and folders to have their contents merged, if their case *insensitive* names are a match.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://moverdocs.files.com/connections/webdav.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
