diff --git a/cli/index.md b/cli/index.md index 6f87e031..ebfc1b8e 100644 --- a/cli/index.md +++ b/cli/index.md @@ -184,25 +184,27 @@ The `` argument for `--copy`, `--download`, `--upload`, and `--synchronize` 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"`. ``` -| Protocol | Fully Qualified URI required | Absolute Path | Relative Path | -| --- | --- | --- | --- | -| Windows Azure Storage | No | `azure://` | `azure:/` | -| Backblaze B2 Cloud Storage | No | `b2://` | `b2:/` | -| WebDAV (HTTP) | Yes (`dav:///`) ||| -| WebDAV (HTTPS) | Yes (`davs:///`) ||| -| Dracoon (Email Address) | Yes (`dracoon:///`) ||| -| Dropbox | No | `dropbox:/` | `dropbox:` | -| Local | No | `file:/` | `file:` | -| FTP (File Transfer Protocol) | Yes (`ftp:///`) ||| -| FTPS (Explicit Auth TSL) | Yes (`ftps:///`) ||| -| Google Drive | No | `googledrive:/` | `googledrive:` | -| Google Cloud Storage | No | `gs:/` | `gs:` | -| Microsoft OneDrive | No | `onedrive:/` | `onedrive:` | -| Amazon S3 | `s3:////` | `s3://`
(using `s3.amazonaws.com`) | `s3:/`
(using `s3.amazonaws.com`) | -| SFTP (SSH File Transfer
Protocol) | Yes (`sftp:///`) ||| -| Spectra S3 (HTTPS) | Yes
(`spectra:////`) ||| -| Rackspace Cloud Files (US) | No | `rackspace://` | `rackspace:/` | -| Swift (OpenStack Object
Storage) | Yes (`swift:////`) ||| +| Protocol | Fully Qualified URI required | Absolute Path | Relative Path | +|----------------------------------------|----------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------| +| Windows Azure Storage | No | `azure://` | `azure:/` | +| Backblaze B2 Cloud Storage | No | `b2://` | `b2:/` | +| WebDAV (HTTP) | Yes (`dav:///`) | | | +| WebDAV (HTTPS) | Yes (`davs:///`) | | | +| Nextcloud | Yes (`nextcloud:///`) | | | +| ownCloud | Yes (`owncloud:///`) | | | +| DRACOON (Email Address) | Yes (`dracoon:///`) | | | +| Dropbox | No | `dropbox:/` | `dropbox:` | +| Local | No | `file:/` | `file:` | +| FTP (File Transfer Protocol) | Yes (`ftp:///`) | | | +| FTPS (Explicit Auth TSL) | Yes (`ftps:///`) | | | +| Google Drive | No | `googledrive:/` | `googledrive:` | +| Google Cloud Storage | No | `gs:/` | `gs:` | +| Microsoft OneDrive | No | `onedrive:/` | `onedrive:` | +| Amazon S3 | `s3:////` | `s3://`
(using `s3.amazonaws.com`) | `s3:/`
(using `s3.amazonaws.com`) | +| SFTP (SSH File Transfer
Protocol) | Yes (`sftp:///`) | | | +| Spectra S3 (HTTPS) | Yes
(`spectra:////`) | | | +| Rackspace Cloud Files (US) | No | `rackspace://` | `rackspace:/` | +| Swift (OpenStack Object
Storage) | Yes (`swift:////`) | | | #### Examples diff --git a/protocols/webdav/nextcloud.md b/protocols/webdav/nextcloud.md index 2538c193..8dce5745 100644 --- a/protocols/webdav/nextcloud.md +++ b/protocols/webdav/nextcloud.md @@ -33,20 +33,20 @@ Download [Mountain Duck](https://mountainduck.io/) as an alternative to *Desktop ## Connecting -### Manual Configuration - -Choose one of the protocols if you require a custom server path for your installation: - -- Protocol: `WebDAV (HTTPS)` -- Default Path: `/remote.php/webdav/` - ### Connection Profiles -- Protocol: `Nextcloud` +Select the connection profile in _Protocol_ bundled by default: +- Protocol: `Nextcloud` - Protocol: `ownCloud` +Alternatively you can connect using `WebDAV (HTTPS)` with the default path set to `/remote.php/webdav/`. + ```{tip} -The default path `/remote.php/dav/files/` will be used with no custom setting in _Path_. +The default path `/remote.php/dav/files/` will be used with no custom setting in _Path_ to access the WebDAV API. +``` + +```{attention} +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/`. ``` ### Step-by-Step Instructions