You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: protocols/webdav/nextcloud.md
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,16 @@ Basic Authentication is disabled by default. For additional information refer to
58
58
To test without a custom deployment, use the public instance running at `ocis.ocis-keycloak.latest.owncloud.works` with the identity provider at `keycloak.ocis-keycloak.latest.owncloud.works` (username and password: `admin`).
59
59
60
60
The client configuration to match the provided connection profile can be imported from the [ownCloud Github repository](https://github.com/owncloud/ocis/blob/7af9cd9e53183acbaac2ffbc6414402bdef1f5d4/deployments/examples/ocis_keycloak/config/keycloak/clients/cyberduck.json) to allow OAuth authentications from [Cyberduck](https://cyberduck.io) & [Mountain Duck](https://mountainduck.io).
61
+
````
62
+
63
+
````{tab} WebDAV
61
64
65
+
Alternatively you can connect using `WebDAV (HTTPS)` with the default path set to `/remote.php/webdav/`.
Alternatively you can connect using `WebDAV (HTTPS)` with the default path set to `/remote.php/webdav/`.
66
71
67
72
```{tip}
68
73
The default path `/remote.php/dav/files/<username>` will be used with no custom setting in _Path_ to access the WebDAV API.
@@ -72,17 +77,14 @@ The default path `/remote.php/dav/files/<username>` will be used with no custom
72
77
You are required to set a _Path_ only if your installation is accessible under a subdirectory such as `example.net/cloud/` this can be indicated by setting a default path of `directory/remote.php/webdav`. You can omit the value in _Path_ if your installation defaults to the root of your domain and is accessible at `example.net/remote.php/dav/files/<username>`.
73
78
```
74
79
75
-
### Step-by-Step Instructions
80
+
### Obtain WebDAV address from the server
76
81
77
-
1. Connect to your NextCloud or OwnCloud instance in your web browser and log in.
78
-
2. Click on the option Settings in the lower left of the screen and copy the displayed WebDAV address.
82
+
1. Connect to your Nextcloud or ownCloud instance in your web browser and log in.
83
+
2. Click on the option Settings in the lower left of the screen and copy the displayed server address.
79
84
3. Create a new [bookmark](../../cyberduck/bookmarks.md):
80
85
In *Mountain Duck*, click on the icon in the tray area or status bar and choose the option *New Bookmark*.
81
86
In *Cyberduck*, click on *Bookmark* and choose the option *New Bookmark*.
82
-
4. Paste the previously copied WebDAV address into the Server field and press tab. After that, the bookmark will be set to *WebDAV (HTTPS)* and split the WebDAV address into two parts – the server address and the path.
4. Paste the previously copied server address into the *Server* field and finish editing. From the pasted URL the hostname is set in _Server_ and the document root of your Nextcloud or ownCloud installation in _Path_.
86
88
5. Type your *Username* into the corresponding field and press *Connect* in the bookmark window if available or double click from the bookmark window.
87
89
6. Upon connecting, enter your password when requested in the login prompt.
0 commit comments