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

Directory listing failed with Cyberduck, but works with internet browser #8542

Closed
cyberduck opened this issue Feb 3, 2015 · 1 comment
Closed
Labels
bug thirdparty Issue caused by third party webdav WebDAV Protocol Implementation

Comments

@cyberduck
Copy link
Collaborator

af15b8d created the issue

When I type the following address into my web-browser (Safari) on my Mac I get a nice directory listing.
http://www.inp.uw.edu.pl/mdsie/Political_Thought/

When I type the same address into CyberDuck I get an error: directory listing failed. Method not allowed.

What am I doing wrong?
Tim

HEAD /mdsie/Political_Thought/ HTTP/1.1
Host: www.inp.uw.edu.pl
Connection: Keep-Alive
User-Agent: Cyberduck/4.6.4 (Mac OS X/10.10.2) (x86_64)
Accept-Encoding: gzip,deflate
Authorization: Basic YW5vbnltb3VzOmN5YmVyZHVja0BleGFtcGxlLm5ldA==
HTTP/1.1 200 OK
Date: Tue, 03 Feb 2015 09:10:35 GMT
Server: Apache/2.4
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html;charset=ISO-8859-1
PROPFIND /mdsie/Political_Thought/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 99
Host: www.inp.uw.edu.pl
Connection: Keep-Alive
User-Agent: Cyberduck/4.6.4 (Mac OS X/10.10.2) (x86_64)
Accept-Encoding: gzip,deflate
Authorization: Basic YW5vbnltb3VzOmN5YmVyZHVja0BleGFtcGxlLm5ldA==
HTTP/1.1 405 Method Not Allowed
Date: Tue, 03 Feb 2015 09:10:35 GMT
Server: Apache/2.4
Allow: GET,HEAD,POST,OPTIONS
Content-Length: 352
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Content-Type: text/html; charset=iso-8859-1
@cyberduck
Copy link
Collaborator Author

@dkocher commented

The server does not support WebDAV with PROPFIND to list remote resources. The server just returns a HTML page for GET requests.

@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.
Labels
bug thirdparty Issue caused by third party webdav WebDAV Protocol Implementation
Projects
None yet
Development

No branches or pull requests

1 participant