https://bugzilla.mindrot.org/show_bug.cgi?id=2761

            Bug ID: 2761
           Summary: When using the -3 option a "No such file or directory"
                    error is not displayed
           Product: Portable OpenSSH
           Version: 7.4p1
          Hardware: 68k
                OS: Mac OS X
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: scp
          Assignee: [email protected]
          Reporter: [email protected]

When using the -3 option a "No such file or directory" error is not
displayed as it is when using the same source and target without the -3
option.

I expect to see an error message if the source does not exist.

e.g.

$ scp delays:DNE delays:/tmp/
DNE: No such file or directory

$ scp -3 delays:DNE delays:/tmp/
$

With the -3 option, I get no indication that there was a failure other
than exit value being nonzero.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to