Bugzilla – Attachment 844 Details for
Bug 992
scp cannot handle filenames with spaces in them
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
fixes problem with scp not handling spaces
patch.txt (text/plain), 932 bytes, created by
Steve Brown
on 2005-03-04 09:13:49 AEDT
(
hide
)
Description:
fixes problem with scp not handling spaces
Filename:
MIME Type:
Creator:
Steve Brown
Created:
2005-03-04 09:13:49 AEDT
Size:
932 bytes
patch
obsolete
> ># from RCSID("$OpenBSD: scp.c,v 1.119 2005/01/24 10:22:06 dtucker Exp $"); > >% openssh [636] diff ../orig/openssh/scp.c scp.c >408a409 >> >411c412 >< "-l %s %s %s %s '%s%s%s:%s'", >--- >> "-l %s %s %s '%s' '%s%s%s:%s'", >420c421 >< "%s %s '%s%s%s:%s'", >--- >> "%s '%s' '%s%s%s:%s'", >435c436 >< (void) snprintf(bp, len, "%s -t %s", cmd, targ); >--- >> (void) snprintf(bp, len, "%s -t '%s'", cmd, targ); >460c461 >< (void) snprintf(bp, len, "exec %s%s%s %s %s", _PATH_CP, >--- >> (void) snprintf(bp, len, "exec %s%s%s '%s' '%s'", _PATH_CP, >485c486 >< (void) snprintf(bp, len, "%s -f %s", cmd, src); >--- >> (void) snprintf(bp, len, "%s -f '%s'", cmd, src); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 992
: 844