[Cyberduck-trac] [Cyberduck] #7185: Calling terminal.app with spaces in file ou directory names

Cyberduck trac at trac.cyberduck.ch
Mon Apr 29 13:49:05 UTC 2013


#7185: Calling terminal.app with spaces in file ou directory names
------------------------------+-----------------
    Reporter:  david gotchac  |      Owner:
        Type:  defect         |     Status:  new
    Priority:  normal         |  Milestone:
   Component:  core           |    Version:  4.3
    Severity:  normal         |   Keywords:
Architecture:                 |   Platform:
------------------------------+-----------------
 Cyberduck launch a command like :

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

 The correct command should be

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

 spaces have to be prefixed with backslash

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/7185>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list