Re: getting files off a remote machinex
Zenaan Harkness <[email protected]> 28 May 2003 10:10:05 +1000
| Newsgroups | gmane.linux.tomsrtbt |
|---|---|
| Message-ID | <1054080608.940.24.camel@zen8100a> |
On Wed, 2003-05-28 at 09:40, Tom Oehser wrote: > In one machine, do something like: > cd ROOTDIR; nc -l -p 12345 | cpio -iuvmd > on the other, something like: > find PATHS | cpio -o | nc HOSTNAME 12345 > > It is simple, reliable, fast, and good to have in your bag of tricks. Thanks heaps. I'd still like to learn how to make rshd work - can anyone point to a doc/ mail list search terms to use etc? Off to man nc, cpio. Thanks again Zen