-
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NextCloud/OwnCloud Append Connection Path to Default Path #15621
Comments
Quote @dkocher
|
We could possibly improve this by reading the WebDAV root from the capabilities API as mentioned in #15860. |
Unfortunately the OCS capabilities seem to return an invalid value
advertising |
Per the documentation the only non-legacy endpoint is |
We will only change that as part of much larger effort switching to Libre Graph API with #14166. |
I want to revisit this to make sure we support more configurations in bookmarks and deployments
|
|
When configuring a NextCloud/OwnCloud connection, users can easily get tripped by how the path is configured in these profiles.
With an empty path the
Home
feature is used, defaulting toremote.php/dav/files/username
. When a path is set theHome
feature isn't used, thus Cyberduck tries to mount/Path/To/Some/Folder
, which should really beremote.php/dav/files/username/Path/To/some/Folder
.Proposal:
Unconditionally prepend "remote.php/dav/files/username" to all paths coming from a connection.
Additionally: Make prefix configurable - as in
Where Username-token is replaced in HostPreferences to host configured username.
The text was updated successfully, but these errors were encountered: