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

Failure to handle month names in lowercase in Unix style directory listing #1007

Closed
cyberduck opened this issue Jan 23, 2007 · 1 comment
Closed
Assignees
Labels
bug fixed ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

3196345 created the issue

A customer of mine just noticed this. When dir listings come back with month names being in lowercase (there OS X listings are this way), then cyberduck displays an empty dir listing. Once I implemented a hotfix for CrushFTP to force the month names to start with an uppercase letter, then Cyberduck displayed the dir listing properly.
Bad Example:

drwxrwxrwx    41 spinkb  spinkb      1394 jan 21 20:57 Desktop

Good Example:

drwxrwxrwx    41 spinkb  spinkb      1394 Jan 21 20:57 Desktop

I don't think there is any specification for the RFC requiring one way or the other...but I haven't checked. :) CrushFTP just takes whatever the OS is giving it and spits it out to the client.

--Ben Spink

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed in 6241163.

@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