diff --git a/cyberduck/share.md b/cyberduck/share.md index 5e45e61c..d7abc108 100644 --- a/cyberduck/share.md +++ b/cyberduck/share.md @@ -201,12 +201,17 @@ For connections to [NextCloud & ownCloud](../protocols/webdav/nextcloud.md) serv `````{tabs} ````{group-tab} Cyberduck -Create public shares for people who are not Nextcloud users. Optionally set a password required to download the file. Choose *Skip* to create a public URL with no password protection. Choose *File → Share…* for download shares or *File → Request files…* for upload shares. +Create public shares for people who are not Nextcloud users. Optionally set a password required to download the file. Choose *Skip* to create a public URL with no password protection. + +- Choose *File → Share…* for download shares. You can create a public link by choosing `Everyone` or a private link for a specific user by selecting the users email. The user will be notified about the shared file by email. +- Choose *File → Request files…* for upload shares. ```` ````{group-tab} Mountain Duck -Create public shares for people who are not Nextcloud users. Optionally set a password required to download the file. Choose *Skip* to create a public share with no password protection. Choose *Share…* for download shares or *Request files…* for upload shares from the [context menu](../mountainduck/interface.md#share). +Create public shares for people who are not Nextcloud users. Optionally set a password required to download the file. Choose *Skip* to create a public share with no password protection. + +Choose *Share…* for download shares or *Request files…* for upload shares from the [context menu](../mountainduck/interface.md#share). ```{image} ../cyberduck/_images/Download_Share_Context_Menu.png :alt: Download Share Context Menu diff --git a/protocols/webdav/_images/Nextcloud_Download_Everyone.png b/protocols/webdav/_images/Nextcloud_Download_Everyone.png new file mode 100644 index 00000000..7c65da4d Binary files /dev/null and b/protocols/webdav/_images/Nextcloud_Download_Everyone.png differ diff --git a/protocols/webdav/_images/Nextcloud_Share_Passphrase.png b/protocols/webdav/_images/Nextcloud_Share_Passphrase.png new file mode 100644 index 00000000..e4be7b00 Binary files /dev/null and b/protocols/webdav/_images/Nextcloud_Share_Passphrase.png differ diff --git a/protocols/webdav/nextcloud.md b/protocols/webdav/nextcloud.md index b3823359..21b7e296 100644 --- a/protocols/webdav/nextcloud.md +++ b/protocols/webdav/nextcloud.md @@ -79,7 +79,15 @@ A list of file versions can be viewed in the *Versions* tab of the *[Info](../.. ### Share & Request Files -Create [public shares](../../cyberduck/share.md#nextcloud--owncloud) for people who are not Nextcloud/ownCloud users using *File → Share…* for download shares or *File → Request files…* for upload shares. +Create different [shares](../../cyberduck/share.md#nextcloud--owncloud) using the context menu. By adding a passphrase in the corresponding you can build a password protected share. Alternatively skip the prompt to create a public share. + +![Nextcloud Share Passphrase](_images/Nextcloud_Share_Passphrase.png) + +- Use *File → Request files…* to create upload shares for folders. + +- Use *File → Share…* to create download shares. Choose between a public link by selecting `Everyone` and a privat link for another user by choosing a specific email address. The user will be notified about the shared file by email. + +![Nextcloud Download Everyone](_images/Nextcloud_Download_Everyone.png) ## Known Limitations