Displaying 1 result from an estimated 1 matches for "haahtinen".
[Bug 1768] New: scp: wrong error message when destination directory ends with a slash and is missing
2010 May 09
0
[Bug 1768] New: scp: wrong error message when destination directory ends with a slash and is missing
...Component: scp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: cjwatson at debian.org
Created attachment 1846
--> https://bugzilla.mindrot.org/attachment.cgi?id=1846
set targetshouldbedirectory if there are two file arguments and argv[1]
ends with a slash
Sami Haahtinen reported the following bug as
https://bugs.launchpad.net/bugs/18757:
It appears that scp gets confused if one tries to copy a file in to a
missing directory:
% pwd
/tmp/test
% touch foo
% ls
foo
% scp foo localhost:/tmp/test/not-a-dir/
user at localhost's password:
scp: /tmp...