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

SCP: Can't download a file if whitespace is somewhere in a directory/file name in the path #1131

Closed
cyberduck opened this issue May 31, 2007 · 1 comment
Assignees
Labels
bug fixed sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

8782658 created the issue

This worked on the last nightly but now whenever I try to download a file that is in a directory with a space in the name it fails when I use SCP. I get an error equivalent to:

I/O Error: Connection Failed
/home/user/docs/file space/file.txt
Remote SCP error: scp: /home/user/docs/file: No such file or directory

It appears that the space handling that was present in the previous nightly has been changed such that the system cannot handle spaces in directories or file names.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Fixed as of 545d33b.

@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 sftp SFTP Protocol Implementation
Projects
None yet
Development

No branches or pull requests

2 participants