Displaying 1 result from an estimated 1 matches for "d552f7f5".
Did you mean:
4552f755
2002 Jan 15
1
[PATCH]: scp: Avoid paths beginning with "//"
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.
I've attached diffs to latest cvs.
-Mark