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

Can't delete/get/rename files with CR (char 13) in name #1521

Closed
cyberduck opened this issue Dec 25, 2007 · 1 comment
Closed

Can't delete/get/rename files with CR (char 13) in name #1521

cyberduck opened this issue Dec 25, 2007 · 1 comment
Assignees
Labels
bug fixed ftp FTP Protocol Implementation low priority
Milestone

Comments

@cyberduck
Copy link
Collaborator

a0b079e created the issue

Cyberduck is unable to delete, get or rename a file containing CR (carriage return, char 13). However it is able to upload it. I was only able to delete the file using the terminal and auto-completion of the file name (by pressing the tab-key):

ftp> del Icon\!^M
---> DELE Icon
250 Delete operation successful.

This problem is rather important as there are many Mac-Applications that contain a file called Icon!^M. If you'd like to verify: just execute locate "*/Icon?" Everyone uploading such an application using Cyberduck might get completely stuck trying to download or delete it.

Regards and thanks for your work with cyberduck
Bernhard Seebass

PS. I just found the old ticket #1392 of Michel Morat who had exactly the same problem, but could not figure out what was the cause.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Added testcase in d773687. Can no more replicate the issue. Must have been fixed by a parser update previously.

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

No branches or pull requests

2 participants