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

webdav accessing a folder DNS error #10701

Closed
cyberduck opened this issue May 17, 2019 · 2 comments
Closed

webdav accessing a folder DNS error #10701

cyberduck opened this issue May 17, 2019 · 2 comments

Comments

@cyberduck
Copy link
Collaborator

addc0f4 created the issue

Url can't be found if:

  • protocol WEBDAV (both HTTP or HTTPS)
  • url has more than the single address or host (es. https:/blabla.com/webdav)

10 attemps to connect, then: DNS failed to convert name..

Same result if IP address used instead of domain name: http://1.2.3.4/webdav or https://1.2.3.4/webdav

Client never reached the server (checked on server side using wireshark)

No DNS request from Cyberduck using local IPs, if using Bonjour resolved name or DNS public host, resolve request is "blabla.com/webdav", so DNS can't resolve correctly.

Error is suppose is due to wrong name resolving (NAME to IP conversion must be done only for blabla.com and not for blabla.com/webdav). Simple IP URL connection may be the same: Cyberduck search connection for 1.2.3.4/webdav and not 1.2.3.4 and then webdav subfolder.

WinSCP works and MAC remote disk mount works well.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Enter blabla.com in the Server field and /webdav in the Path for the bookmark.

@cyberduck
Copy link
Collaborator Author

addc0f4 commented

Replying to [comment:1 dkocher]:

Enter blabla.com in the Server field and /webdav in the Path for the bookmark.

THE PATH field is not present in New Connection page. To connect to a Webdav you must create a Bookmark.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant