bugzilla-daemon at bugzilla.mindrot.org
2019-Oct-07 23:00 UTC
[Bug 3076] New: Better error messages when destination directory not exist.
https://bugzilla.mindrot.org/show_bug.cgi?id=3076 Bug ID: 3076 Summary: Better error messages when destination directory not exist. Product: Portable OpenSSH Version: 8.0p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5 Component: scp Assignee: unassigned-bugs at mindrot.org Reporter: jidanni at jidanni.org $ scp A/B.jpg example.com:A/B.jpg Don't say: scp: A/B.jpg: No such file or directory Say: scp: Destination directory example.com:A does not exist. Aborting. -- You are receiving this mail because: You are watching the assignee of the bug.
bugzilla-daemon at mindrot.org
2023-Oct-11 06:37 UTC
[Bug 3076] Better error messages when destination directory not exist.
https://bugzilla.mindrot.org/show_bug.cgi?id=3076 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |djm at mindrot.org --- Comment #1 from Damien Miller <djm at mindrot.org> --- The error message is now: $ scp /bin/ls localhost:/tmp/blah/blah scp: dest open "/tmp/blah/blah": No such file or directory scp: failed to upload file /bin/ls to /tmp/blah/blah -- 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.