Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/user/admin/img/webdav/webdav-url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions docs/user/admin/web-dav.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ draft: false

# Connect to a Space via WebDAV

With WebDAV, you can connect OpenCloud Spaces as network drives on your device and manage your files directly from your file manager — without using the browser.
With WebDAV, you can connect OpenCloud Spaces and Folders as network drives on your device and manage your files directly from your file manager — without using the browser.

## Prerequisites

- A valid OpenCloud account with WebDAV information enabled in the preferences
- Access to a Space in OpenCloud
- Access to a resource in OpenCloud, either a Space, a Folder or the root of your account
- A WebDAV client (e.g. built-in OS support or [Mountain Duck](https://mountainduck.io/))
- (Optional but recommended) An App Token
→ [How to create an App Token](./app-tokens.md)
Expand Down Expand Up @@ -44,14 +44,15 @@ We recommend using an App Token instead of your password for better security.

### Get the WebDAV URL

Open the info panel of your Space in the OpenCloud Web Interface.
Open the info panel of the resource you want to access in the OpenCloud Web Interface.

You’ll see a section labeled WebDAV — copy the full WebDAV URL. It looks like:

`https://cloud.example.com/remote.php/dav/spaces/12345678-abcd-efgh-ijkl-987654321000/`

<img src={require("./img/webdav/webdav-url.png").default} alt="WebDAV URL" width="1920"/>


### Connect via WebDAV

Now connect your device using the WebDAV URL:
Expand Down