Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!uunet!ingr!fordke From: fordke@ingr.com (Keith Ford x8614) Newsgroups: comp.sys.ibm.pc Subject: Re: how do I access SIMTEL20 from a uucp site? Message-ID: <8313@ingr.com> Date: 11 Jan 90 23:53:21 GMT References: <39747@ames.arc.nasa.gov> <39801@ames.arc.nasa.gov> <10186@microsoft.UUCP> Reply-To: fordke@ingr.UUCP (Keith Ford x8614) Distribution: usa Organization: Intergraph Corp. Huntsville, Al Lines: 37 In article <10186@microsoft.UUCP> bruceki@microsoft.UUCP (Bruce KING) writes: > > I run a public-access unix site in Seattle Washington, and I'd like to >make it easy for people to get to SIMTEL20's archives. What I'm looking >for is either a way to download files via email (ala uunet's netlib feature) >or some other way to get to the files on that machine without an ftp account. The following is a script file that I run on my UNIX station to mail SIMTEL requests to a list server. It is a mod from one I was given on the net. #-------- BEGIN ----------------- # 'file' is location of a temporary file file=/usr/tmp/simrequest # 'me' is my mail address me=uunet!ingr!b23b!dragon!keith # 'listserv' is address of list server listserv=b23b\!ingr\!uunet\!vm1.nodak.edu\!listserv # print help if they goofed if (test "$#" -ne "3") then echo echo "usage: getsimtel " echo echo "Example: getsimtel pd1 msdos.filedocs simibm.arc" exit fi echo "/PDGET MAIL $1:<$2>$3 ( UUENCODE" > $file # mail our request, 'fastmail' from ELM product fastmail -r $me -F $me -s Request $file $listserv echo "getsimtel done" #--------- END -------------------------- -- _____________________________________________________________________ >>>>> ...!uunet!ingr!b23b!dragon!keith <<<<< "Fer cryin' out loud, research physicists need porsches too!" -Opus "...the Trees are all kept equal by hatchet, axe, and saw." -Rush