Skip to content

Commit d50fe30

Browse files
committed
Add Nextcloud & ownCloud.
1 parent 0062de4 commit d50fe30

File tree

1 file changed

+21
-19
lines changed

1 file changed

+21
-19
lines changed

cli/index.md

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -184,25 +184,27 @@ The `<url>` argument for `--copy`, `--download`, `--upload`, and `--synchronize`
184184
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"`.
185185
```
186186

187-
| Protocol | Fully Qualified URI required | Absolute Path | Relative Path |
188-
| --- | --- | --- | --- |
189-
| Windows Azure Storage | No | `azure:/<container>/<key>` | `azure:<container>/<key>` |
190-
| Backblaze B2 Cloud Storage | No | `b2:/<container>/<key>` | `b2:<container>/<key>` |
191-
| WebDAV (HTTP) | Yes (`dav://<hostname>/<path>`) |||
192-
| WebDAV (HTTPS) | Yes (`davs://<hostname>/<path>`) |||
193-
| Dracoon (Email Address) | Yes (`dracoon://<hostname>/<path>`) |||
194-
| Dropbox | No | `dropbox:/<path>` | `dropbox:<path>` |
195-
| Local | No | `file:/<path>` | `file:<path>` |
196-
| FTP (File Transfer Protocol) | Yes (`ftp://<hostname>/<path>`) |||
197-
| FTPS (Explicit Auth TSL) | Yes (`ftps://<hostname>/<path>`) |||
198-
| Google Drive | No | `googledrive:/<path>` | `googledrive:<path>` |
199-
| Google Cloud Storage | No | `gs:/<path>` | `gs:<path>` |
200-
| Microsoft OneDrive | No | `onedrive:/<path>` | `onedrive:<path>` |
201-
| Amazon S3 | `s3://<hostname>/<container>/<key>` | `s3:/<container>/<key>` <br/>(using `s3.amazonaws.com`) | `s3:<container>/<key>` <br/>(using `s3.amazonaws.com`) |
202-
| SFTP (SSH File Transfer <br/>Protocol) | Yes (`sftp://<hostname>/<path>`) |||
203-
| Spectra S3 (HTTPS) | Yes<br/>(`spectra://<hostname>/<container>/<key>`) |||
204-
| Rackspace Cloud Files (US) | No | `rackspace:/<container>/<key>` | `rackspace:<container>/<key>` |
205-
| Swift (OpenStack Object<br/>Storage) | Yes (`swift://<hostname>/<container>/<key>`) |||
187+
| Protocol | Fully Qualified URI required | Absolute Path | Relative Path |
188+
|----------------------------------------|----------------------------------------------------|---------------------------------------------------------|--------------------------------------------------------|
189+
| Windows Azure Storage | No | `azure:/<container>/<key>` | `azure:<container>/<key>` |
190+
| Backblaze B2 Cloud Storage | No | `b2:/<container>/<key>` | `b2:<container>/<key>` |
191+
| WebDAV (HTTP) | Yes (`dav://<hostname>/<path>`) | | |
192+
| WebDAV (HTTPS) | Yes (`davs://<hostname>/<path>`) | | |
193+
| Nextcloud | Yes (`nextcloud://<hostname>/<path>`) | | |
194+
| ownCloud | Yes (`owncloud://<hostname>/<path>`) | | |
195+
| DRACOON (Email Address) | Yes (`dracoon://<hostname>/<path>`) | | |
196+
| Dropbox | No | `dropbox:/<path>` | `dropbox:<path>` |
197+
| Local | No | `file:/<path>` | `file:<path>` |
198+
| FTP (File Transfer Protocol) | Yes (`ftp://<hostname>/<path>`) | | |
199+
| FTPS (Explicit Auth TSL) | Yes (`ftps://<hostname>/<path>`) | | |
200+
| Google Drive | No | `googledrive:/<path>` | `googledrive:<path>` |
201+
| Google Cloud Storage | No | `gs:/<path>` | `gs:<path>` |
202+
| Microsoft OneDrive | No | `onedrive:/<path>` | `onedrive:<path>` |
203+
| Amazon S3 | `s3://<hostname>/<container>/<key>` | `s3:/<container>/<key>` <br/>(using `s3.amazonaws.com`) | `s3:<container>/<key>` <br/>(using `s3.amazonaws.com`) |
204+
| SFTP (SSH File Transfer <br/>Protocol) | Yes (`sftp://<hostname>/<path>`) | | |
205+
| Spectra S3 (HTTPS) | Yes<br/>(`spectra://<hostname>/<container>/<key>`) | | |
206+
| Rackspace Cloud Files (US) | No | `rackspace:/<container>/<key>` | `rackspace:<container>/<key>` |
207+
| Swift (OpenStack Object<br/>Storage) | Yes (`swift://<hostname>/<container>/<key>`) | | |
206208

207209
#### Examples
208210

0 commit comments

Comments
 (0)