home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / alt / bbs / internet / 5200 < prev    next >
Encoding:
Text File  |  1993-01-27  |  2.1 KB  |  60 lines

  1. Newsgroups: alt.bbs.internet
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!rock!stanford.edu!ames!haven.umd.edu!darwin.sura.net!paladin.american.edu!howland.reston.ans.net!usc!cs.utexas.edu!torn!news.ccs.queensu.ca!ipc14!3386838
  3. From: 3386838@Jeff-Lab.QueensU.CA (Wes Garland)
  4. Subject: Re: FTP Help!
  5. Message-ID: <C1H429.E1y@knot.ccs.queensu.ca>
  6. Sender: news@knot.ccs.queensu.ca (Netnews control)
  7. Reply-To: 3386838@Jeff-Lab.QueensU.CA
  8. Organization: Terminal Velocity Kingston
  9. References: <16B61CF76.JLINTHI1@ua1vm.ua.edu>
  10. Date: Tue, 26 Jan 1993 18:15:45 GMT
  11. Lines: 47
  12.  
  13. Hi Julia!
  14.  
  15. Try a session something like this..
  16.  
  17. $ ftp wuarchive.wustl.edu    #or appropriate address
  18. Login: anonymous             #or FTP for most sites as well
  19. Password: jlinthi1@ua1vm.ua.edu
  20.  
  21. ftp> binary   #unless you're getting ascii files
  22.  
  23. Type set to I
  24.  
  25. ftp> cd /mirrors/msdos/desqview
  26. 200 CWD Command OK
  27.  
  28. ftp> get spawn15.zip yourfilename   #I found that you can leave "yourfilename"
  29.                     # out on the unix system, but I had to force
  30.                                     # a filename on VM so it would go to my
  31.                                     # A disk
  32. 666 Sending Spawn15.zip in BINARY mode, 12345 bytes... took 1.0E+10 seconds,
  33. transfer rate 5.6K/sec
  34.  
  35. ftp> lcd ~wes/msdos/desqview
  36. Local directory changed to /home/ccs-lab1/wes/msdos/desqview
  37.  
  38. ftp> mget dv*         #gets everything starting with the letters dv *
  39. mget dvcron.exe? y   #may not wildcard with a VM system, I've never tried
  40. mget dvthis.com? y
  41. mget dvthat.zip? n
  42.  
  43. ftp> quit
  44.  
  45. That is a rough approximation of a typical FTP session on either the Unix or
  46. VM system here. Your system may vary.
  47.  
  48. Cheers,
  49. Wes
  50.  
  51. ---
  52. +------------------------------+---------------------------------------------+
  53. |  Wes Garland                 | The Admiral                                 | 
  54. |  Queen's University          | Terminal Velocity Kingston                  |
  55. |  Kingston, Ontario, CANADA   | Fidonet 1:249/128                           |
  56. |______________________________|_____________________________________________|
  57. |  3386838@jeff-lab.queensu.ca | Pump up with Jim Kirk at the He's Dead Gym! |
  58. +----------------------------------------------------------------------------+
  59.  
  60.