home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.questions
- Path: sparky!uunet!utcsri!torn!watserv2.uwaterloo.ca!watmath!undergrad.math.waterloo.edu!pkim
- From: pkim@undergrad.math.waterloo.edu (Paul Kim)
- Subject: Help on CU command
- Message-ID: <BxAwBo.JJq@undergrad.math.waterloo.edu>
- Keywords: CU
- Organization: University of Waterloo
- Date: Fri, 6 Nov 1992 15:28:33 GMT
- Lines: 35
-
-
-
- Hi,
-
- I am not sure if this kind of question goes on this group.
-
- I am trying to download some files using cu command on Unix.
- The baud rate is 9600. It seems to work ok with 2400baud but
- with 9600 I get following errors:
-
- ------------------------------------------------------------
- [/usr/tmp/cn] ls -l
- total 109
- -rw------- 1 pkim 46082 Nov 5 08:34 motif.Z
- -rw------- 1 pkim 63518 Nov 5 08:35 motif.e
-
- [/usr/tmp/cn] sh
- stty -echo;if test -r motif.e; then (echo '~>':motif.e;cat motif.e;echo
- '~>'); e
- lse echo cant\'t open: motif.e; fi;stty echo
- 1234+
- 575 lines/35286 characters
- ------------------------------------------------------------
-
- I typed '~%' to initiate the download and type 'take motif.e'.
- But it ends without completing entire download.
- It only downloaded 35286 characters instead of 63518 characters.
-
- Could someone familiar with cu command tell me what I am doing wrong?
-
- Thanks in advance.
-
- Paul
- pkim@descartes.uwaterloo.ca
-
-