Skip to content
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

Update Windows solution and alternate connection address. #1505

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update Windows solution and alternate connection address. #1505

wants to merge 1 commit into from

Conversation

kuipumu
Copy link

@kuipumu kuipumu commented Jun 20, 2019

Based on multiple error trying to connect to multiple Nextcloud 16 servers thought WebDav, the correct address to get access from File Explorer or CLI is \domain.comSSL\DavWWWRoot\remote.php\dav\files\username or if a subdomain is present (has in the current manual example) \domain.comSSL\DavWWWRoot\subdomain\remote.php\dav\files\username. Also add another solution to WebDav connection problems based on the "WebClient" service from Windows not beign started.

A part of the problem it's described in this next Nextcloud forum topic: https://help.nextcloud.com/t/webdav-problems-in-windows-7-8-10

Based on multiple error trying to connect to multiple Nextcloud 16 servers thought WebDav, the correct address to get access from File Explorer or CLI is \\domain.comSSL\DavWWWRoot\remote.php\dav\files\username or if a subdomain is present (has in the current manual example)  \\domain.comSSL\DavWWWRoot\subdomain\remote.php\dav\files\username. Also add another solution to WebDav connection problems based on the "WebClient" service from Windows not beign started.

A part of the problem it's described in this next Nextcloud forum topic: https://help.nextcloud.com/t/webdav-problems-in-windows-7-8-10
@skjnldsv
Copy link
Member

@tflidd
Copy link
Contributor

tflidd commented Jul 6, 2019

Interesting. Is this working properly, meaning is the connection stable an fast? Currently in the forums, we rather recommend to use 3rd party software and it would be cool to have a native implementation that works well. And which windows versions are working with that solution (if it works for one environment, we can ask the community to help with other versions)?

Copy link
Contributor

@tflidd tflidd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just tried on Windows 10,
I had to adjust the registry, then start the Service manually, after that it was working!

We should clear up the thing, if Nextcloud is used in a subfolder or not and we are ready to go.

Before I did the modifictions, it tried to call the resource /login from the webserver which failed with a 405 error. Might help others where the service is not started and/or registry not yet fixed.

edit: Tested with NC 22.2.6 & NC 24 RC1

@@ -275,7 +275,7 @@ For example: ``net use Z: https://example.com/nextcloud/remote.php/dav/files/USE

An alternative command syntax is::

net use Z: \\example.com@ssl\nextcloud\remote.php\dav /user:youruser
net use Z: \\example.com@ssl\DavWWWRoot\nextcloud\remote.php\dav\files\youruser /user:youruser
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is if nextcloud is installed in a subfolder. For other reasons, this is not the preferred way, but it should be clear that the nextcloud folder is only required in this case.

@nickvergessen nickvergessen removed their request for review April 21, 2022 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants