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

Delete files with a trailing space fails #1118

Closed
cyberduck opened this issue May 8, 2007 · 2 comments
Closed

Delete files with a trailing space fails #1118

cyberduck opened this issue May 8, 2007 · 2 comments
Assignees
Labels
bug duplicate ftp FTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

fb1e39b created the issue

I can upload the file "toto " but I can't delete it using cyberduck.

CWD /test
250 CWD command successful.
DELE toto
550 DELE: Couldn't get file status for toto

I can delete the file using the ftp(1) command in a shell. The file is then escaped as:

ftp> del toto\ 
250 DELE command successful.
@cyberduck
Copy link
Collaborator Author

350b5d1 commented

I described the same problem in Ticket #1249

Qpple

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Closed as dupliate in favor of #1381.

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

No branches or pull requests

2 participants