[Bug 1754] Can not copy from directories with space.
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Sun Apr 11 17:36:28 EST 2010
https://bugzilla.mindrot.org/show_bug.cgi?id=1754
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2010-04-11 17:36:27 EST ---
Actually you can, but you need to double-quote the argument since it
gets processed twice: once by the local shell and once by the remote
shell.
Both of these work:
$ scp "localhost:/tmp/foo\ bar/baz" baz
$ scp localhost:/tmp/foo\\\ bar/baz baz
Your local example works because it's only processed once by the local
shell.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list