https://bugzilla.mindrot.org/show_bug.cgi?id=1989
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Damien Miller <[email protected]> 2012-03-09 10:05:39 EST --- No, this is not a bug. The path after : is optional, with the default being the remote user's home directory. Consider "scp blah.txt user@host:" For the case of "scp -prv user@remotehost: /path/to/copy .", it's doing exactly what you tell it: copying user@remotehost's home directory as well as /path/to/copy to your local home directory. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
