[Cyberduck-trac] [Cyberduck] #8542: Directory listing failed with Cyberduck, but works with internet browser

Cyberduck trac at trac.cyberduck.io
Tue Feb 3 10:00:33 UTC 2015


#8542: Directory listing failed with Cyberduck, but works with internet browser
-------------------------------+---------------------------
 Reporter:  tim89531           |         Owner:  Tim
     Type:  defect             |        Status:  closed
 Priority:  normal             |     Milestone:
Component:  webdav             |       Version:  4.6.4
 Severity:  normal             |    Resolution:  thirdparty
 Keywords:  directory listing  |  Architecture:  Intel
 Platform:  Mac OS X 10.10     |
-------------------------------+---------------------------
Changes (by dkocher):

 * status:  new => closed
 * resolution:   => thirdparty
 * component:  core => webdav


Old description:

> 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

New description:

 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
 }}}

--

Comment:

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

-- 
Ticket URL: <https://trac.cyberduck.io/ticket/8542#comment:1>
Cyberduck <http://cyberduck.io>
Libre FTP, SFTP, WebDAV, S3 & OpenStack Swift browser for Mac and Windows


More information about the Cyberduck-trac mailing list