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

Fails to parse Opensolaris FTP directory listing #3689

Closed
cyberduck opened this issue Sep 9, 2009 · 3 comments
Closed

Fails to parse Opensolaris FTP directory listing #3689

cyberduck opened this issue Sep 9, 2009 · 3 comments
Assignees
Labels
bug ftp FTP Protocol Implementation worksforme
Milestone

Comments

@cyberduck
Copy link
Collaborator

2e391f9 created the issue

After login to opensolaris based ftp server only three folders are shown, should be five. see attached log file and screenshot.

Log file:

NOOP
421 Timeout (900 seconds): closing control connection.
220 opensolaris FTP server ready.
USER niels
331 Password required for niels.
PASS ********
230 User niels logged in.
FEAT
500 'FEAT': command not understood.
CWD /tank
250 CWD command successful.
STAT /tank
213-status of /tank:
/tank/.DS_Store: Permission denied
total 290
drwxr-xr-x+  5 niels    staff          7 Sep  6 13:46 data
drwxr-xr-x+ 15 niels    staff         15 Sep  6 13:50 fotos
drwxrwxrwx+738 root     root         739 Sep  6 00:27 muziek
drwxr-xr-x+  3 niels    staff          3 Sep  6 22:47 Myrthe
drwxr-xr-x+194 niels    staff        195 Sep  9 21:25 video
213 End of Status
@cyberduck
Copy link
Collaborator Author

@dkocher commented

You might want to try without the STAT feature enabled as per the documentation.

defaults write ch.sudo.cyberduck ftp.sendStatListCommand false

@cyberduck
Copy link
Collaborator Author

2e391f9 commented

nope, no difference.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Testcase in 11f4215. Does no longer seem to be an issue.

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

No branches or pull requests

2 participants