| Summary: | scp back-slash escaping of spaces ignored after username@hostname: tag | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Davide Cescato <dcescato> |
| Component: | scp | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | Keywords: | low-hanging-fruit |
| Priority: | P3 | ||
| Version: | 4.3p2 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
Davide Cescato
2006-07-03 23:54:51 AEST
I'd say that this is a feature rather than a bug. The path is again shell expanded on the remote machine. This will work: scp "<host>:<path>/spa\\ ce" . Sorry - we can't fix this: it is a 20+ year old limitation of rcp that scp has inherited and changing the behaviour of scp would break many people's working scripts. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |