Xref: utzoo comp.unix.questions:18995 comp.unix.wizards:20136 Path: utzoo!attcan!uunet!snorkelwacker!think!zaphod.mps.ohio-state.edu!swrinde!dpmizar!csoftec!root From: root@csoftec.csf.com (Cliff Manis (cmanis@csoftec)) Newsgroups: comp.unix.questions,comp.unix.wizards Subject: Re: anonymous ftp question Message-ID: <565@csoftec.csf.com> Date: 12 Jan 90 03:17:44 GMT References: <408@lkbpyr.UUCP> Reply-To: cmanis@csoftec.UUCP (Cliff Manis (cmanis@csoftec)) Organization: CompSofTech Co., POB 33937, San Antonio, TX 78265 Lines: 44 In article <408@lkbpyr.UUCP> jonas@lkbpyr.UUCP (Jonas Heyman) writes: >A was wondering how I could get a program or get in touch with >an anonymous ftp. >I have the adress 128.42.1.30 titan.rice.edu titan Jonas: Here is a very short script and sample of a datafile which I use all the time in connecting via FTP. # getftp.sh # By: Cliff Manis, cmanis@csoftec.CSF.COM # GETFTP=$HOME/getftp3.dat ftp 128.42.1.30 < $GETFTP exit 0 # below is a sample file of $HOME/getftp3.dat file log anonymous HCSCM@altos.af.mil type image quote "type L 8" list / root.dir list /pub pub.dir get /pub/filename filename.here bye /////end of the data file/// Note: The datafile above will get you a dir listing of / and /pub and also download a file /pub/filename to your system as filename.here in your current directory. Hope you can use this... cliff _ Cliff Manis K4ZTF \`-o-'/ \-A-/ |-*-| )-=-( ARPA: hcscm@afbs.af.mil ~*~ _____/""Y""\_____ INTERNET: cmanis@csoftec.csf.com `-o-o-=\_|_/=-o-o-' UUCP: {swrinde|texbell}!csoftec!cmanis Unix & Xenix today for a better tomorrow ~*~ -=0=- --> Mail Server: csoftec.csf.com!listserv --> Send mail with "send help to yoursystemid!username" as body of msg. -