| Summary: | scp: pattern-driven copying process | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | patch_linams |
| Component: | scp | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WONTFIX | ||
| Severity: | enhancement | CC: | djm, dtucker |
| Priority: | P2 | ||
| Version: | 4.7p1 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
patch_linams
2007-12-20 05:08:13 AEDT
You can do simple wildcarding and patterns through the shell (eg "scp {a,b,c}.tar remotehost:") but other than that, it sounds like what you want is rsync.
We've decided we're not going to be doing this. We're not adding features to scp, and rsync already provides this functionality. Note also that you can also do this via some shell hackery, eg: scp `echo * | egrep -v '.*excludethis.*'` remotehost: Mass move of bugs RESOLVED->CLOSED following the release of openssh-5.5p1 |