home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aux / 4353 < prev    next >
Encoding:
Internet Message Format  |  1992-12-16  |  1.6 KB

  1. Path: sparky!uunet!gumby!destroyer!cs.ubc.ca!bowen.rick.cs.ubc.ca!not-for-mail
  2. From: w1y092@rick.cs.ubc.ca (Steven David Gribble)
  3. Newsgroups: comp.unix.aux
  4. Subject: GCC and file transfers continues..
  5. Date: 16 Dec 1992 14:49:15 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Lines: 28
  8. Distribution: world
  9. Message-ID: <1gobpbINNld0@bowen.rick.cs.ubc.ca>
  10. NNTP-Posting-Host: bowen.rick.cs.ubc.ca
  11.  
  12. I'm still trying to get any archives to successfully decompress and then detar.
  13. In order to reduce the number of variables affecting this situation, I'm going
  14. to try to take the advice posted and receive the tar.Z file directly to the
  15. A/UX disk using A/UX tools.  
  16.  
  17. This essentially means I need to use Kermit to transfer the files, since I 
  18. don't have an ANSI C compiler needed to compile ZMODEM!!  I've been having
  19. difficulty getting Kermit to transfer the file, however.  I issue the
  20. "set line \dev\tty0" command, the "set modem hayes", "set speed 2400" commands,
  21. and then issue the "dial <phone number>" command.  I successfully connect to
  22. the remote system, and issue the command "connect" to begin a terminal session.
  23.  
  24. Then, in the remote system, I start up Kermit on that side, do "set file type
  25. binary", and then "send gcc-2.3.1.bin.tar.Z".  I then escape back to my side,
  26. (using control-\ C), type "set file type binary" for my side, and then type
  27. "receive".  (I've also tried receive gcc.2.3.1.bin.tar.Z).  However, nothing
  28. then happens.  I see what appears to be the start protocol appearing on my
  29. screen:
  30. %T%T%T%T%T%T%T%T%T etc.
  31.  
  32. After a while, my side gives up.
  33.  
  34. Help?!
  35.  
  36. Thanks again,
  37. Steve Gribble
  38. w1y092@rick.cs.ubc.ca
  39.  
  40.