iterate-ch / cyberduck

Cyberduck is a libre FTP, SFTP, WebDAV, Amazon S3, Backblaze B2, Microsoft Azure & OneDrive and OpenStack Swift file transfer client for Mac and Windows.
https://cyberduck.io/
GNU General Public License v3.0
3.33k stars 290 forks source link

CD does not display folder contents #6882

Closed cyberduck closed 12 years ago

cyberduck commented 12 years ago

b70c03a created the issue

Ladies and Gentlemen:

I have OSX 10.8 http://cloud.zakel.at/image/2u3P0s220z2y I used CD before without problems. Now CD does not display folder contents: http://cloud.zakel.at/image/0s3W2x0Y0J1M

This is the log:

220 ftp.easyname.eu
AUTH TLS
234 AUTH TLS successful
USER 16037ftp1
331 Password required for 16037ftp1
PASS ********
230 User 16037ftp1 logged in
PBSZ 0
200 PBSZ 0 successful
PROT P
200 Protection set to Private
NOOP
200 NOOP command successful
SYST
215 UNIX Type: L8
STAT /html/apps/wordpress-3.0.4-3/wp-content/themes
211-Status of /html/apps/wordpress-3.0.4-3/wp-content/themes:
211-drwxr-xr-x   3 16037ftp1 20879        4096 Sep 25 11:12 .
211-drwxr-xr-x   8 16037ftp1 20879        4096 Sep 25 11:12 ..
211--rw-r--r--   1 16037ftp1 20879          32 Nov  7  2011 index.php
211-drwxr-xr-x  14 16037ftp1 20879        4096 Sep 25 11:12 suffusion
211 End of status
CWD /html/apps/wordpress-3.0.4-3/wp-content/themes
250 CWD command successful
TYPE A
200 Type set to A
FEAT
211-Features:
 MDTM
 MFMT
 TVFS
 AUTH TLS
 UTF8
 MFF modify;UNIX.group;UNIX.mode;
 MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
 PBSZ
 PROT
 LANG fr-FR;en-US;ja-JP;bg-BG;zh-TW;zh-CN;ko-KR
 REST STREAM
 SIZE
211 End
PASV
227 Entering Passive Mode (77,244,243,43,137,240).
MLSD
150 Opening ASCII mode data connection for MLSD
425 Unable to build data connection: Operation not permitted
PASV
227 Entering Passive Mode (77,244,243,43,191,239).
LIST -a
150 Opening ASCII mode data connection for file list
425 Unable to build data connection: Operation not permitted
PASV
227 Entering Passive Mode (77,244,243,43,201,151).
LIST
150 Opening ASCII mode data connection for file list
425 Unable to build data connection: Operation not permitted

Thank you very much. Kind regards Dieter Zakel MD MA

cyberduck commented 12 years ago

@dkocher commented

Contact the server administrator for support to enable PASV support on the server.

cyberduck commented 12 years ago

@dkocher commented

More reference in #6886.