Path: utzoo!attcan!uunet!dalcs!dalegass From: dalegass@dalcs.UUCP (Dale Gass) Newsgroups: comp.sys.ibm.pc Subject: Re: Question about "MIRROR 2" communications package Message-ID: <3071@dalcs.UUCP> Date: 8 Nov 88 14:56:08 GMT References: <6710@venera.isi.edu> Reply-To: dalegass@dalcsug.UUCP (Dale Gass) Organization: Math, Stats & CS, Dalhousie University, Halifax, NS, Canada Lines: 20 In article <6710@venera.isi.edu> cracraft@venera.isi.edu (Stuart Cracraft) writes: >When trying to upload a file from the PC to a mainframe Unix >On the unix side, I've said "cat > random". >on the MS-DOS side, a few seconds later, massive numbers of >beeps come through and the send only gets in a few lines >of the text file to send (no binary in file). > What you need to do is slow down the PC a bit, so it doesn't get ahead of unix. The best way to do this is use mirror's LWAIT command, to tell mirror how to wait before sending each line. What I use is LWAIT CHAR '^M'. This forces MIRROR to send a line, then wait for a CR to be echoed back (which will occur when unix has digested the line), and then the next line will be sent. There are other LWAIT's you could use, like LWAIT Echo, LWAIT Delay, etc, but these would be slower. -dalegass@dalcsug.uucp {uunet|utai|watmath}!dalcs!dalcsug!dalegass