bugzilla-daemon at mindrot.org
2002-Jan-23 15:40 UTC
[Bug 76] New: scp won't transfer files to or from the root under Cygwin
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.
Seemingly Similar Threads
- [Bug 76] scp won't transfer files to or from the root under Cygwin
- [Bug 365] New: .ssh/environment not read when home = /
- [Bug 76] scp won't transfer files to or from the root under Cygwin
- [PATCH]: sftp: Avoid paths beginning with "//"
- [PATCH]: scp: Avoid paths beginning with "//"