home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / news / newusers / question / 5669 < prev    next >
Encoding:
Text File  |  1993-01-01  |  3.0 KB  |  90 lines

  1. Newsgroups: news.newusers.questions
  2. Path: sparky!uunet!nwnexus!davego
  3. From: davego@halcyon.com (Dave Oliphant)
  4. Subject: Re: Need help D/Ling from local node
  5. Message-ID: <1993Jan1.204646.29201@nwnexus.WA.COM>
  6. Sender: sso@nwnexus.WA.COM (System Security Officer)
  7. Organization: The 23:00 News and Mail Service
  8. References: <1992Dec31.231951.119705@marshall.wvnet.edu>
  9. Date: Fri, 1 Jan 1993 20:46:46 GMT
  10. Lines: 78
  11.  
  12. In article <1992Dec31.231951.119705@marshall.wvnet.edu> aed005@marshall.wvnet.edu writes:
  13. >I'm  a VERY new user of Internet, I just started using it this Monday.  I've
  14. >done some stuff with FTP, and needless to say I already have some questions.
  15. >OK, so I've downloaded a file in C language (UUXFER20) and compiled it.  I've
  16. >also saved some encoded files (namely a GIF) as well.  However, these got to my
  17. >local UNIX system.  I would like to know what commands need to be issued to get
  18. >these files onto MY computer so I can work with them offline.  I saw an earlier
  19. >post mentioning a Kermit transfer.  I'm sure my Telix program supports this. 
  20. >Is this what I need in order to get these files onto my HD?  Please give
  21. >step-by-step instructions if possible:  as I said I'm a new user, and haven't
  22. >quite gotten my Internet legs yet <G>. 
  23. >
  24. >                                         Thanks in advance, 
  25. >                                            Ted
  26. >BTW, public posting is fine, I'm usually on Internet quite a bit....
  27.  
  28.  
  29. Since I'm also running telix (ver. 3.20) I'll give it a shot:
  30.  
  31. start up telix;
  32.  
  33. type: alt-o (press both the alt and letter o keys at the same time)
  34.       to select the "configure telix" menu;
  35.  
  36. FIRST:
  37. select: "Terminal options"
  38. select: "N Zmodem autodownloads" and set to ON
  39. press:  enter and return to "configure telix" menu;
  40.  
  41. SECOND:
  42. select: "Filenames and paths"
  43. select: "A - Download directory"
  44. enter:  the full path to the directory where you want all your downloaded
  45.         files to go.  Mine is "C:\DL"
  46. press:  enter until you return to the "configure telix" menu;
  47. select: "Write setup to disk"
  48.  
  49. OK. Now you are ready (almost) to download your files;
  50.  
  51. Connect to your host computer, i.e., where the files are you want to
  52. download to your home computer.
  53.  
  54. To test for the presence of the zmodem protocol, just type
  55.  
  56. sz
  57.  
  58. all by itself and press enter.  If zmodem is present you will see some
  59. brief instructions on how to use it.  If not, you will get a message
  60. something like "unknown command", etc.
  61.  
  62. If zmodem is present, cd to the directory containing the file(s) you
  63. want to download, and type:
  64.  
  65. sz <filename>
  66.  
  67. some specific examples of this are, (assuming I have a file named
  68. foobar.zip I want):
  69.  
  70. sz foobar.zip
  71.  
  72. If I have three (or more or less) files, just type all their filenames or
  73. use wildcards to indicate them, thus:
  74.  
  75. sz <filename1> <filename2> <filename3>
  76.  
  77. or
  78.  
  79. sz *.zip
  80.  
  81. or whatever legal wildcard will work.
  82.  
  83. Zmoded is an automatic download protocal, so it works pretty much
  84. seamless if you have everything set up correctly.
  85. This means that after you type "sz filename", zmodem does not require
  86. any more keystrokes from you.
  87.  
  88. Good Luck!
  89. >
  90.