| Summary: | SCP wihout a source path | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | cent9ur |
| Component: | scp | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | normal | CC: | cent9ur, djm |
| Priority: | P2 | Keywords: | help-wanted |
| Version: | 4.3p2 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
cent9ur
2012-03-06 16:40:45 AEDT
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. Set all RESOLVED bugs to CLOSED with release of OpenSSH 7.1 |