Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!ucla-cs!zen!ucbvax!apollo.UUCP!rees From: rees@apollo.UUCP (Jim Rees) Newsgroups: comp.sys.apollo Subject: Re: Sending output to the SIO line on another node. Message-ID: <8709161202.AA05974@apollo.UUCP> Date: Wed, 16-Sep-87 07:55:00 EDT Article-I.D.: apollo.8709161202.AA05974 Posted: Wed Sep 16 07:55:00 1987 Date-Received: Fri, 18-Sep-87 07:11:37 EDT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 15 [ I couldn't reply directly. The return address was "yale.firby-james", which is clearly NFG. ] I have two DN3000's running SR9.2.? and I want to be able to CATF ASCII files from one to the SIO line on the other. ... Any ideas on how I can make it happen without creating a process on the other node? You can't do this without employing a process on the remote node as your agent. I always do this sort of thing the same way you would on any Unix system. Something like: cat file | rsh remote-node 'cat >/dev/sio1' -------