Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!ncar!midway!clout!chinet!les From: les@chinet.chi.il.us (Leslie Mikesell) Newsgroups: comp.unix.sysv386 Subject: Re: Using cu with rz/sz? Can't be done? Message-ID: <1991May14.150241.1692@chinet.chi.il.us> Date: 14 May 91 15:02:41 GMT References: <677@genco.bungi.com> <240@sos.com> Organization: Chinet - Chicago Public Access UNIX Lines: 22 In article <240@sos.com> osvaldo@sos.com (Osvaldo Gold) writes: >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? >Quickly start a shell on the local system with ~!, get root permissions and > type: > > # xmodem -rb filename < /dev/tty1a > /dev/tty1a Cu forks into 2 processes, one that reads the remote tty line and writes to the controlling terminal and one that reads the terminal line and writes to the remote. Most versions leave the process reading the remote tty running during ~! or ~$ escapes so it is impossible to use any kind of file transfer protocol. If you have kermit set up for dial-out on your system you can either use it's own native protocol or shell escape and redirect to the tty as mentioned above. Les Mikesell les@chinet.chi.il.us