
bugzilla-daemon at bugzilla
Nov 19, 2009, 4:42 PM
Post #1 of 1
(304 views)
Permalink
|
|
[Bug 1405] scp: pattern-driven copying process
|
|
https://bugzilla.mindrot.org/show_bug.cgi?id=1405 Darren Tucker <dtucker [at] zip> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #2 from Darren Tucker <dtucker [at] zip> 2009-11-20 11:42:48 EST --- 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: -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- 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. _______________________________________________ openssh-bugs mailing list openssh-bugs [at] mindrot https://lists.mindrot.org/mailman/listinfo/openssh-bugs
|