ftp.uu.net In the usenet directory, you'll find "frequently asked questions" files, copied from rtfm.mit.edu. The communications directory holds programs that let MS-DOS users connect directly with UUCP sites. In the info directory, you'll find information about ftp and ftp sites. The inet directory contains information about Internet. Available 24 hours.

rtfm.mit.edu This site contains all available "frequently
asked questions" files for Usenet newsgroups in the pub/usenet directory.
See under Books for a caveat in using this ftp site.
6 p.m. - 6 a.m.

VIRUSES

ftp.unt.edu The antivirus directory has anti-virus programs for MS-
DOS and Macintosh computers.
7 p.m. - 7 a.m.

WEATHER

wuarchive.wustl.edu The /multimedia/images/wx directory contains GIF weather images of North America. Files are updated hourly and take this general form: CV100222. The first two letters tell the type of file: CV means it is a visible-light photo taken by a weather satellite. CI images are similar, but use infrared light. Both these are in black and white. Files that begin with SA are color radar maps of the U.S. that show severe weather patterns but also fronts and temperatures in major cities. The numbers indicate the date and time (in GMT - five hours ahead of EST) of the image: the first two numbers represent the month, the next two the date, the last two the hour. The file WXKEY.GIF explains the various symbols in SA files.

7.7 ncftp — NOW YOU TELL ME!

If you're lucky, the people who run your host system or public- access site have installed a program called ncftp, which takes some of the edges off the ftp process. For starters, when you use ncftp instead of plain old ftp, you no longer have to worry about misspelling "anonymous" when you connect. The program does it for you. And once you're in, instead of getting line after line filled with dashes, x's, r's and d's, you only get listings of the files or directories themselves (if you're used to MS-DOS, the display you get will be very similar to that produced by the dir/w command). The program even creates a list of the ftp sites you've used most recently, so you can pick from that list, instead of trying to remember some incredibly complex ftp site name. Launching the program, assuming your site has it, is easy. At the command prompt, type

ncftp sitename

where "sitename" is the site you want to reach (alternately, you could type just ncftp and then use its open command). Once connected, you can use the same ftp commands you've become used to, such as ls, get and mget. Entries that end in a / are directories to which you can switch with cd; others are files you can get. A couple of useful ncftp commands include type, which lets you change the type of file transfer (from ASCII to binary for example) and size, which lets you see how large a file is before you get it, for example