1. DockBird
  2. Connections
  3. WebDAV

A WebDAV client that feels like a folder

Point DockBird at any DAV share, from Apache and nginx to ownCloud, Synology, Seafile and Fastmail, and browse it in a pane next to your Mac.

WebDAV is the file protocol hiding inside a lot of software you already run: NAS boxes, ownCloud and Nextcloud, Seafile, mail providers, even SharePoint. DockBird talks to it through the same URLSession stack macOS uses for Safari, which means proxies, TLS and system certificates behave exactly as you expect.

The connection sheet takes a single server URL. DockBird sends credentials pre-emptively to save a round trip, follows redirects without changing the verb (Apache likes to redirect collections to a trailing slash), and reads the server’s PROPFIND answers with a namespace-aware parser that copes with the dialects different servers emit.

Moving a file uses the DAV MOVE method with overwrite disabled, so a name collision surfaces as a conflict you can resolve instead of a lost file.

How to connect

  1. Press ⌘N or click the plus next to Servers in the sidebar.
  2. Choose the WebDAV tile.
  3. Fill in: Name · Server URL (https://example.com/dav/) · Username · Password · Initial path.
  4. Click Save, then double-click the server. Approve the host key or certificate prompt if one appears.

WebDAV questions

Which WebDAV servers work with DockBird?

Any standards-compliant server. DockBird is tested against Apache mod_dav with Basic and Digest auth and self-signed TLS, and its parser is checked against sabre/dav responses, which is what Nextcloud and ownCloud use.

Can I use a self-signed certificate?

Yes. DockBird shows the fingerprint on first connect and remembers your approval.

Try DockBird with your WebDAV server.

Download DockBird, connect to a server, and try every feature free for 7 days.

macOS 15 Sequoia or later. Apple silicon and Intel.