On Wed, 2003-05-28 at 09:40, Tom Oehser wrote: > > Just use netcat (nc) for moving things around. > > First use telnet so that you have both machines visible. > > 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
Any reason for using cpio rather than tar? thanks zen -- Mr Zenaan Harkness Phone: +61 (0)2 4323 1955 Mobile: +61 (0)412 166 990 Please respect the confidentiality of this email.
