
bugzilla-daemon at bugzilla
Mar 8, 2012, 3:05 PM
Post #3 of 3
(96 views)
Permalink
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1989 Damien Miller <djm [at] mindrot> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djm [at] mindrot Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Damien Miller <djm [at] mindrot> 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 [at] hos:" For the case of "scp -prv user [at] remotehos: /path/to/copy .", it's doing exactly what you tell it: copying user [at] remotehos'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 openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|