[Bug 76] New: scp won't transfer files to or from the root under Cygwin
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Thu Jan 24 02:40:33 EST 2002
http://bugzilla.mindrot.org/show_bug.cgi?id=76
Summary: scp won't transfer files to or from the root under
Cygwin
Product: Portable OpenSSH
Version: -current
Platform: ix86
OS/Version: Cygwin on NT/2k
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
ReportedBy: bradshaw at staff.crosswalk.com
Scp has some path issues when transferring to or from the root file system of a
windows machine (cygwin). It creates a path that begins with //, which
indicates a UNC path on Windows. I sent in patches for similar issues last
year.
The fix is a one line change to determine if the path is "/", and not double
up on the slashes.
You can see a diff patch from current cvs at:
http://www.networksimplicity.com/openssh/scp.c.diff
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the openssh-unix-dev
mailing list