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: cli/index.md
+21-19Lines changed: 21 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -184,25 +184,27 @@ The `<url>` argument for `--copy`, `--download`, `--upload`, and `--synchronize`
184
184
Spaces and other special-characters are not required to be percent-encoded (e.g. `%20` for space) as long as the path is quoted `duck --upload "scheme://hostname/path with/spaces" "/Path/To/Local/File With/Spaces"`.
Copy file name to clipboardExpand all lines: protocols/webdav/nextcloud.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -33,20 +33,20 @@ Download [Mountain Duck](https://mountainduck.io/) as an alternative to *Desktop
33
33
34
34
## Connecting
35
35
36
-
### Manual Configuration
37
-
38
-
Choose one of the protocols if you require a custom server path for your installation:
39
-
40
-
- Protocol: `WebDAV (HTTPS)`
41
-
- Default Path: `/remote.php/webdav/`
42
-
43
36
### Connection Profiles
44
37
45
-
- Protocol: `Nextcloud`
38
+
Select the connection profile in _Protocol_ bundled by default:
39
+
- Protocol: `Nextcloud`
46
40
- Protocol: `ownCloud`
47
41
42
+
Alternatively you can connect using `WebDAV (HTTPS)` with the default path set to `/remote.php/webdav/`.
43
+
48
44
```{tip}
49
-
The default path `/remote.php/dav/files/<username>` will be used with no custom setting in _Path_.
45
+
The default path `/remote.php/dav/files/<username>` will be used with no custom setting in _Path_ to access the WebDAV API.
46
+
```
47
+
48
+
```{attention}
49
+
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>`.
0 commit comments