home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / question / 13038 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.3 KB  |  46 lines

  1. Newsgroups: comp.unix.questions
  2. Path: sparky!uunet!utcsri!torn!watserv2.uwaterloo.ca!watmath!undergrad.math.waterloo.edu!pkim
  3. From: pkim@undergrad.math.waterloo.edu (Paul Kim)
  4. Subject: Help on CU command
  5. Message-ID: <BxAwBo.JJq@undergrad.math.waterloo.edu>
  6. Keywords: CU
  7. Organization: University of Waterloo
  8. Date: Fri, 6 Nov 1992 15:28:33 GMT
  9. Lines: 35
  10.  
  11.  
  12.  
  13. Hi,
  14.  
  15. I am not sure if this kind of question goes on this group.
  16.  
  17. I am trying to download some files using cu command on Unix.
  18. The baud rate is 9600. It seems to work ok with 2400baud but
  19. with 9600 I get following errors:
  20.  
  21. ------------------------------------------------------------
  22. [/usr/tmp/cn] ls -l
  23. total 109
  24. -rw-------  1 pkim       46082 Nov  5 08:34 motif.Z
  25. -rw-------  1 pkim       63518 Nov  5 08:35 motif.e
  26.  
  27. [/usr/tmp/cn] sh
  28. stty -echo;if test -r motif.e; then (echo '~>':motif.e;cat motif.e;echo
  29. '~>'); e
  30. lse echo cant\'t open: motif.e; fi;stty echo
  31. 1234+
  32. 575 lines/35286 characters
  33. ------------------------------------------------------------
  34.  
  35. I typed '~%' to initiate the download  and type 'take motif.e'.
  36. But it ends without completing entire download.
  37. It only downloaded 35286 characters instead of 63518 characters.
  38.  
  39. Could someone familiar with cu command tell me what I am doing wrong?
  40.  
  41. Thanks in advance.
  42.  
  43. Paul
  44. pkim@descartes.uwaterloo.ca
  45.  
  46.