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 fails on proftpd #2351

Closed
cyberduck opened this issue Jul 23, 2008 · 3 comments
Closed

directory listing fails on proftpd #2351

cyberduck opened this issue Jul 23, 2008 · 3 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

9b1834d created the issue

today i logged in a proftpd account but no files or directories show up.

log:

220 ProFTPD 1.3.1 Server (ProFTPD) [xx.xx.xx.xx]
USER xxxx
331 Password required for xxxx
PASS ********
230 User xxxx logged in
NOOP
200 NOOP command successful
SYST
215 UNIX Type: L8
STAT /
211-Status of /:
 drwxr-xr-x  14 root     root         4096 Jul 23 16:36 .
 drwxr-xr-x  14 root     root         4096 Jul 23 16:36 ..
 drwxr-x---   5 xxx psaserv      4096 Jul 23 16:36 anon_ftp
@cyberduck
Copy link
Collaborator Author

anonymous commented

i just read the workaround in ticket #2346

now all files and directories are listed. great!!

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 24bf7c1.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:1 anonymous]:

i just read the workaround in ticket #2346

now all files and directories are listed. great!!

As of 24bf7c1 it should now also work if you have the use of STAT for directory listings enabled. You have to revert the setting using

defaults write ch.sudo.cyberduck ftp.sendStatListCommand true

@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 fixed ftp FTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants