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

Cyberduck trac at trac.cyberduck.ch
Mon Apr 29 14:35:53 UTC 2013


#7185: Calling terminal.app with spaces in file ou directory names
---------------------------+------------------------
 Reporter:  david gotchac  |         Owner:  dkocher
     Type:  defect         |        Status:  new
 Priority:  normal         |     Milestone:
Component:  sftp           |       Version:  4.3
 Severity:  normal         |    Resolution:
 Keywords:                 |  Architecture:
 Platform:                 |
---------------------------+------------------------
Changes (by dkocher):

 * owner:   => dkocher
 * component:  core => sftp


Old description:

> 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

New description:

 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#comment:1>
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