| Summary: | scp cannot handle filenames with spaces in them | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Steve Brown <steve.brown> | ||||
| Component: | scp | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||
| Status: | CLOSED WONTFIX | ||||||
| Severity: | normal | Keywords: | patch | ||||
| Priority: | P2 | ||||||
| Version: | 3.9p1 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Steve Brown
2005-03-04 09:10:41 AEDT
Created attachment 844 [details]
fixes problem with scp not handling spaces
This is a patch but not in official patch format sorry - I just ran a "diff" on
orig and new file (change from scp.c,v 1.119)
This is a well known misfeature of rcp (which scp is based on) for around 20 years and is well documented. Unfortunately, fixing this would break many peoples scripts which already include workarounds. Our plan is to improve sftp to the point where it is a complete replacement for scp. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |