Bug 3076

Summary: Better error messages when destination directory not exist.
Product: Portable OpenSSH Reporter: Dan Jacobson <jidanni>
Component: scpAssignee: Assigned to nobody <unassigned-bugs>
Status: NEW ---    
Severity: enhancement    
Priority: P5    
Version: 8.0p1   
Hardware: Other   
OS: Linux   

Description Dan Jacobson 2019-10-08 10:00:26 AEDT
$ 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.