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

Calling terminal.app with spaces in file ou directory names #7185

Closed
cyberduck opened this issue Apr 29, 2013 · 1 comment
Closed

Calling terminal.app with spaces in file ou directory names #7185

cyberduck opened this issue Apr 29, 2013 · 1 comment
Assignees
Labels
bug fixed sftp SFTP Protocol Implementation
Milestone

Comments

@cyberduck
Copy link
Collaborator

e941de5 created the issue

Cyberduck launch a command like :

ssh -t  username@servername -p 22 "cd /home/user/My directory with spaces && exec \$SHELL"

The correct command should be

ssh -t  username@servername -p 22 "cd /home/user/My\ directory\ with\ spaces && exec \$SHELL"

spaces have to be prefixed with backslash

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In 2a7bc55.

@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