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

consecutively numbered files not intelligently ordered #971

Closed
cyberduck opened this issue Nov 29, 2006 · 2 comments
Closed

consecutively numbered files not intelligently ordered #971

cyberduck opened this issue Nov 29, 2006 · 2 comments
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

eykanal created the issue

if I have a file list as follows:

file1.txt, file2.txt, file3.txt, file20.txt, file100.txt

CyberDuck will currently sort them as:

file1.txt
file100.txt
file2.txt
file20.txt
file3.txt

It would be nice to have these sorted intelligently, as in:

file1.txt
file2.txt
file3.txt
file20.txt
file100.txt
@cyberduck
Copy link
Collaborator Author

@dkocher commented

Milestone 2.8 deleted

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In d883832.

@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.
Projects
None yet
Development

No branches or pull requests

2 participants