Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!news.cs.indiana.edu!nstn.ns.ca!uupsi!crystel!osvaldo From: osvaldo@sos.com (Osvaldo Gold) Newsgroups: comp.unix.sysv386 Subject: Re: Using cu with rz/sz? Can't be done? Message-ID: <240@sos.com> Date: 14 May 91 01:44:02 GMT References: <677@genco.bungi.com> Reply-To: osvaldo@sos.com (Osvaldo Gold) Organization: Secure Online Systems, Inc, Los Angeles, CA Lines: 32 In article <677@genco.bungi.com> dls@genco.bungi.com (Dave L. Smith) writes: >I have tried all sorts of contortions with rz/sz to make them work from >within cu on SCO Xenix 386, with no luck. Does anyone have any ideas? Try this. It works for me under ODT 1.1. Allow me to give my example using xmodem since I don't remember how the rz/sz combo works. Initiate the cu session to the remote system. Start "xmodem -sb filename" at the remote system. Quickly start a shell on the local system with ~!, get root permissions and type: # xmodem -rb filename < /dev/tty1a > /dev/tty1a Substitute your ttys here, of course. Make sure you redirect both the stdin and the stdout. Make sure you have root permissions too otherwise you can't get to the ttys (they are open with exclusive access (?)). If you are on the console you could just switch multiscreens to give this command instead of going through the anxiety of typing fast before the remote xmodem times out. Voila. Should work. -- ----------------------------------------------------------------- Osvaldo Gold osvaldo@sos.com ...[uunet]!uupsi!sos.com!osvaldo These opinions are only my own. SOS has nothing to do with them.