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

Parsing filename with leading numerics and a space in filenames drops the numerics #1179

Closed
cyberduck opened this issue Jul 20, 2007 · 2 comments
Assignees
Labels
bug fixed ftp FTP Protocol Implementation high priority
Milestone

Comments

@cyberduck
Copy link
Collaborator

e78a540 created the issue

When you upload a folder with leading numerics and a space in filename the numeric characters and space are not displayed and the folder is not browsable or able to delete the folder. Occurs in version 2.8b1 (3178). Version 2.7.3 (2930) is ok.

Steps to reproduce:

Create a folder on the Mac desktop called "2007 Files"
Login to an ftp server using Cyberduck.
Drag the "2007 Files" folder to the ftp site.

After doing this, the folder will be uploaded using the name "2007 Files", however after the upload completes Cyberduck displays the folder as "Files". If you try to browse, delete, or rename the "Files" folder you receive an error that it does not exist. If you login using another ftp program the folder does exist and is named "2007 Files". If, using another ftp program, you rename the folder to "Files" it will become browsable again by Cyberduck.

This happened to me while accessing a Microsoft FTP server (don't laugh). Not tested on other ftp servers. It is reproducable on several workstations at my company.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

When parsing files using the NTFTPEntryParser

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed with c5d0f70.

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

No branches or pull requests

2 participants