Anonymous FTP: Frequently Asked Questions (FAQ) List

71 views
Skip to first unread message

Perry Rovers

unread,
Nov 13, 1997, 3:00:00 AM11/13/97
to

Archive-name: ftp-list/faq
Garbo-archive-name: ftp://garbo.uwasa.fi/pc/doc-net/ftp-list.zip
Simtel-mirror-name: ftp://ftp.simtel.net/pub/simtelnet/msdos/info/ftp-list.zip

Last-Modified: 05-May-97
Version: 3.1.5


Anonymous FTP
Frequently Asked Questions (FAQ) List

Suggestions for changes and comments are always welcome.

** Updated News:
- it's been quite a while since I did any real maintenance on the faq and
sitelist. I can't promise any improvement since life is too full of
other stuff I need to get done.

Copyright (c) 1993-1997, Perry Rovers -- Text may be quoted in on-line
documents and written publications, but please notify me so I can add a
reference and make sure that you add pointers to the places where people
can get the latest version. You may make this file available on public
servers, like ftp, gopher or WWW servers as well, but please let me know.
Do not modify the info itself (i.e. converting it to some other format)
before consulting me. All rights reserved. This may seem stricter than
the last versions, but I only want to make sure I'm notified of how
this file is used and for what purpose. If you contact me, I'm sure
we can work something out.

Thanks to all the people who have contributed to this document!

[Start Of File]
======================================================================

I maintain a directory of Internet sites accepting Anonymous FTP and mail
retrieval of their files and a list of Frequently Asked Questions about
(Anonymous) FTP.

-----------------------------

Subject: 1. Table of Contents

Topics are shown below and with their respective answers (*: new, +: changed)

(1) Table of Contents
(2) What is and how do I use the FTP program?
(3) What types of FTP information are available?
(4) What is the most current version?
(5) Retrieving the listings via email.
(6) Using FTP without direct Internet access.
(7) Getting help when you have problems with a site.
(8) Getting a site listed or changes made.
+(9) What is Archie and how does it relate to the list?
(10) Using FSP/Gopher/WAIS/WWW to access archives.
(11) How do I stop the listings from scrolling off the screen?
(12) How do I set up an (Anonymous) FTP server?
+(13) How do I automate ftp sessions?
+(14) URL's of the interesting things mentioned in this text.

-----------------------------

Subject: 2. What is and how do I use the FTP program?

The information below was originally maintained by Jon Granrose
(one of the old maintainers of the listings). Mike Jones added the info
about the existence and location of the compression data chart maintained
by David Lemson. Tom Czarnik (another old maintainer) added some as well
and I have made some changes too.

By:

Jon Granrose
Mike Jones
Tom Czarnik
Perry Rovers


This is not a definitive guide to FTP, but it will give a novice a
general idea of what it is and how to do it.


What is FTP?

FTP (File Transfer Protocol) allows a person to transfer files
between two computers, generally connected via the Internet. If
your system has FTP and is connected to the Internet, you can
access very large amounts of files available on a great number of
computersystems. If you are on Bitnet or a UUCP host, you should
look for servers that work through electronic mail (e-mail). A
good source of information on archives in general, is the Usenet
newsgroup comp.archives. When using FTP, you use a program, called
a 'client' to connect to a machine that holds the files, a 'server'.


What is Anonymous FTP?

Many computersystems throughout the Internet offer files through
anonymous FTP. This means that you can access a machine
without having to have an account on that machine (i.e. you don't
have to be an official user of the system). These anonymous FTP
servers contain software, documents of various sorts, files
for configuring networks, graphic images, songlyrics and all sorts
of other information. Archives for electronic mailing lists are
often stored on and are available through anonymous FTP. An
enormous amount of information is stored on these machines and is
ready for anyone who's seeking it.

Note that all this is subject to change, it is a privilege
and the person responsible for the machine can shut it down
at any time without you being able to do anything about it.


Commands

All the normal FTP commands may be used to retrieve files. Some
FTP commands are the same on different computers, but others
are not. Also, some of the ftp sites offer custom commands like
getting a directory with one command, 'regetting' a file or searching
of directories. Read the relevant README files on the site itself
for the 'special access features'.
Usually, FTP will list the commands if you type 'help' or type a
question mark (?). Also, your computer's help command may have
information about FTP. Try 'man ftp', 'man ftpd', 'help ftp',
'ftp /?', 'ftp -?' or 'ftp /h' (all these to be typed without
quotes).

Some useful commands available on most systems include:

ascii Switch to ascii mode. Ascii mode is the default mode
and used for transferring text files
binary Switch to binary mode. For transferring binary files
like .ZIP files, .Z files and the like
cd Change the directory on the remote computer
dir List the files in the current directory on the remote
computer.
ls Same as 'dir', but shows less information sometimes.
get Copy a file from the remote computer to yours
hash Puts a '#' on the screen for every <number> of bytes
transferred. <number> is 1024 in some cases, 2048 in others
but is between 1024 and 4096 in most cases.
Check the ftp 'help' function for more info on the number for
your clientprogram.
help Gives help on the use of commands within the ftp program
lcd Change the directory on your computer (the 'l' is for local)
lpwd Shows the present working directory (pwd) on your
computer (the 'l' is for local). Note: this may not
work on all machines. On a Unix machine, try !pwd
if lwpd doesn't work.
mget Copy multiple files from the remote computer to yours
pwd Shows the present working directory (pwd) on the
remote computer


Procedure

Anonymous FTP is a facility offered by many machines on the
Internet. This permits you to log in with the user name 'anonymous'
or the user name 'ftp'. When prompted for a password, type your e-mail
address -- it's not necessary, but it's a courtesy for those
sites that like to know who is making use of their facility. Be
courteous. Some sites require a valid e-mail address, others don't.

You can then look around and retrieve files. (Most anonymous ftp
sites do not permit people to store files). Note that when you
retrieve files, you have to know where the files are going to
end up on your machine. This is where the 'lpwd' command comes
in handy. Also note that when you have transferred a file that
you want to use on your PC, but you run ftp from a Unix machine
(or a similar mainframe or network machine), you will have to ftp
the file from the Unix machine to your PC first (this is assuming
that you can't ftp to outside your company or campus from your PC,
otherwise you could have gotten the file directly to the PC).
This may sound silly, but sometimes people don't know where their
files are stored or a system administrator decides to give ftp
access to only a few systems.

Typically, a directory called 'pub' is where the interesting
things are stored. Some sites will have a file with a name
like ls-lR, that contains a complete list of the files on
that site. Otherwise, you can type ls -lR and get such a listing
-- for some sites, this can take a LONG time (the size of the
resulting file can be anywhere between approximately 2000 bytes
and 25Mb).

When retrieving non-text files, you must use binary mode,
otherwise the file gets messed up. To do this, use the
'binary' command. (It's safe to set this for text files, but
the result might look a bit different from an ASCII transfer)
If the site at the other end is non-Unix, you may need to
use some other mode -- see the documents or README files
for that site and for FTP (common other modes, are LZ for
VAX Multinet servers, tenex or image for some others).

The simplest way to initiate FTP would be to give the command
'ftp <system-name>'. The <system-name> is the remote
system you are connecting to, either a name like garbo.uwasa.fi,
if you have an entry in /etc/hosts or are accessing a Domain
Name Server or the Internet address 193.166.120.5 for Garbo. If
that last sentence doesn't seem to make sense just try: ftp
garbo.uwasa.fi or ftp 193.166.120.5 and look what happens.
After a short wait, you will be prompted for your username. If
you do not have an account on the remote system, some systems
allow you to use 'anonymous'. This gives you a restricted
access path (meaning that you can only run certain commands
like 'dir' or 'ls' and are allowed only access to certain
directories like 'pub').

You would then be prompted for a password. Some systems will
tell you to send your real identity as the password. What you
type doesn't matter in most cases, but it is suggested to give
your e-mail address. This as a courtesy to the archive maintainers,
who would like to know who's using their system. Other systems
need a password of 'guest', or something similar.
DO NOT TYPE A PASSWORD THAT YOU USE ON YOUR OWN SYSTEM!

After that, you should receive the FTP prompt ( usually ftp> )
and have access. You can get a directory of files by giving a
'dir' command. If the remote system is Unix-based and dir does
not work, try 'ls -l' for an MS-DOS like output.
On Garbo, there is a file available in the default anonymous ftp
directory that explains what Garbo is and where files are located.
Look for 00-index.txt or README files or some similar name.

Unix systems will all have the same directory structure, and
moving around is done with the 'cd' or 'cwd' command.
TOPS-20, VAX/VMS, DOS VM/CMS and other systems have a different
structure, but movement is still accomplished with the 'cd'
command.

VAX/VMS systems have filesystems that show as ALL CAPS
and directories can be recognized as filenames ending in .DIR
e.g FAQ.DIR

Files reside on disks, denoted by NAME: e.g. NETDISK:
and a file on that disk could be denoted by:
NETDISK:[FAQ.INTERNET]FTP.FAQ

You can change to that directory by typing:
cd netdisk:[faq.internet]
but since you are generally allowed only access to one disk,
you probably can use cd [faq.internet] or type cd faq and
then cd internet

TOPS-20 has directories of the form: DISK:<DIR1.DIR2>, VAX/VMS
has directories of the form DISK:[DIR1.DIR2] (use cd [-] instead
of cd .. and cd [.DIR1] instead of cd dir1). DOS, OS/2 and
Windows NT look like Unix but have shorter directory names.
VM/CMS has mini-disks that can be accessed with the CD command:

cd <vm_userid>.<vaddr>

e.g. cd arcdsk.100

For an anonymous userid:

cd <userid_of_interest>.<vaddr>
account <mini-disk_write_password>

e.g. cd bob.191
account bob1

Note: 'account...' may not be required if the mini-disk is not
password protected.

A lot of systems give some information about how to use the
system when you login, look for that after you have typed
the password (some of those messages will not be shown if
you use a - as the first character in your password, some
people need this because the system won't recognize them
otherwise. If you have problems logging into a site, try
a - as the first character).

Different systems have different organizations for their files,
and the above example is the way most archives have set it up.
By looking around other systems, you can learn how their files
are arranged and move around much faster. Note, however,
that FTP will not allow you outside the FTP 'root' directory.
Moving about the entire system is not permitted. You will
get 'Permission denied' messages (or plainly not receiving any
message and still not be able to change to the directory).

Usually, files are grouped in archive files, so you don't have
to get many small files separately. The most common archival
file formats for the Internet are tar and zip. Occasionally,
people use shell archives (shar) instead. Tar files are basically
a bunch of files 'glued' together. Tar archives can be unpacked
by running the 'tar' command on a Unix system (tar exists also
for DOS, VMS and a whole bunch of other Operating Systems) --
you may want to first do a 'tar t' on the file to see what it
contains before unpacking it. This means typing: 'tar t filename.tar'
or 'tar tf filename.tar' and looking what the output shows. To unpack
the .tar file, type: 'tar xvf filename.tar', this will create a
directory called filename with the unpacked archive in it (no quotes
again).
Be careful when unpacking shell archives since they have to be
run through the Bourne shell to unpack them. (The simplest
way is to use the unshar command).

Files are often stored compressed, because they take up less
space that way -- for Unix, the most common compression 'scheme'
is the 'compress' program, indicated by a .Z suffix on the file
name. Also you will find Arc, Zoo, Arj, Lzh, gzipped or Zip files,
which are combined archival and compression formats (there are
other archival formats as well - talk to the systems staff if
you encounter them and don't know how to deal with them).
For .zip files use zip and unzip (or pkzip/pkunzip), for .gz files
use gzip and for .Z files use compress, which are available for all
Operating Systems.

Archival and compression utilities are very handy, but can make
it very difficult to 'get' a file and use it:
when you're on a DOS or VMS system for example you can't type:

get filename.tar.Z

You have to type:

get filename.tar.Z filename.tz

or something like that and then remember what you have to do to
unpack the file, namely first running your version of 'compress'
on it and then your version of 'tar'.
Remember this when you can't seem to transfer a file.
An interesting feature of most ftp servers in use today, is the
ability to compress and decompress 'on the fly'. This means that
when you want to 'get' a .Z file, but you don't have compress
handy, you can type: get filename.Z filename
The server will then decompress the file and leave you with a plain,
uncompressed file. Most servers support on-line decompression of
.Z, .gz and .tar files and even 'get'ting an entire directory with
'get directoryname directoryname.tar'. Note that this can take up
a huge amount of space and maybe take ages. Make sure you know what
you are doing when trying this.

These are the most common file types (there are zillions more):

SUFFIX FTP TYPE
------ --- -----
.arc bin ARChive (hardly used anymore)
.arj bin Arj (mostly MS-DOS)
.gif bin Graphics Interchange Format
.gz bin GNU Zip
(Not compatible with Zip.
Found on some sites as .z files.
GNU zip is seen in combination with
tar as .tgz files, maybe even as .tz files)
.hqx asc HQX (Mac, Mac equivalent of uuencode)
.jpg bin JPEG (graphics format)
.lzh bin LHa, LHarc, Larc
.shar ascii SHell ARchive (mostly Unix)
.sit bin Stuff-It (Mac)
.tar bin Tape ARchive (mostly Unix)
.uu ascii uuencode/uudecode (also .uue)
.Z bin compress (mostly Unix, seen in combination
with tar as .tar.Z files)
.zip bin Zip (either PKZip or Zip/Unzip)
.zoo bin Zoo

To get a list of all file compression/archiving methods and the
programs to uncompress/unarchive (on the PC, Mac, Unix, VAX/VMS,
VM/CMS, Atari ST and Amiga systems), FTP to the following site
and retrieve the listed file:

ftp.cso.uiuc.edu directory: /pub/doc/pcnet/compression

This could be helpful to people new to FTP that don't know how
to unpack the file they have just transferred.
Also check out the Frequently Asked Questions (FAQ) Lists and
other periodical postings in the news.answers group. Especially
the comp.graphics, comp.compression and the different
Operating Systems FAQs (Unix, VMS etc.) can be very handy.
Most archiver programs are available from garbo.uwasa.fi in either
/pc/arcers or /unix/arcers.

Last but not least, for novices to the Internet, I highly recommend a
good book, e.g. 'The Whole Internet User's Guide and Catalog' by Ed Krol.
It is written clearly and contains an enormous amount of information.
Read it cover to cover, and keep it close at hand.
Published by O'Reilly & Asscociates, it is available from many computer
bookstores or O'Reilly's worldwide distributors.
Contact the publisher at +1 707-829-0515 (USA), or send e-mail to
nu...@ora.com for information.

Unfortunately, this book is already outdated, but it still offers
an invaluable resource and manual for novices and more experienced
Internet users. Apparently there will be a new version of this book
somewhere this year, so look out for it.
Other books are 'The Internet Companion', 'Internet: Getting Started',
'Internet Unleashed', 'The Internet Guide for New Users' and a lot more.
Look for them in your local bookstore.

Almost all of the information in these books is also available on-line
through various documents like the MaasInfo files, Zen and the Art of the
Internet, The HitchHiker's Guide to the Internet, The Big Dummy's Guide
to the Internet, the on-line version of The.Internet.Companion, the
Internet Resource Guide and a whole number of FAQs, RFCs and the like.

The MaasInfo and Big Dummy's Guide files appear to be the most recent of
these kind of files (look for info on where to get them in the
sitelisting itself or try mailing to netg...@eff.org, that should send
you the Big Dummy's Guide in a number of parts).

Another source for information might be the magazine Internet World,
from Meckler Corp. (in...@mecklermedia.com).

I'm not affiliated with any of the publishers, authors or anyone
mentioned above, but I bought some of the books and like them.

-----------------------------

Subject: 3. What types of FTP information are available?

FAQ - Frequently Asked Questions List about FTP
SITELIST - Comprehensive Information, containing:

o Site name
o Country
o Date of last modification
o GMT difference (+/-)
o Source of last update
o Administrative e-mail address
o Organization maintaining FTP site, city, state, department
if applicable
o Other servers if available and instructions for use if applicable
(e-mail, FSP, gopher, WWW)
o System Type (Operating System, hardware)
o Universal Resource Locator (for World Wide Web browsers)
o Comments
o Types of Files

Note that apart from my ftp-list.zip file, Timo Salmi (t...@uwasa.fi)
is maintaining a complementary list of a number of MS-DOS ftp sites.
They list some more information on a subset of sites in my SITELIST
file. The file is called moder*.zip where * is a version number and
it is available from garbo.uwasa.fi in directory /pc/pd2 and
ftp.simtel.net in directory /pub/simtelnet/msdos/info.
Also, Christian Hettler (het...@ask.uni-karlsruhe.de) is maintaining
a list of German FTP sites on ftp.ask.uni-karlsruhe.de, directory:
/pub/info, file: ftp-list-de. The contents of the German ftp sites
in the listing can be found at ftp.ask.uni-karlsruhe.de/pub/ls-lR.de
Arjan de Vet (de...@iaehv.nl) is maintaining a list of Dutch FTP sites
on ftp.iaehv.nl, directory: pub/usenet/nl, file: nl-ftp (this one is in
Dutch). Russell Vincent (vin...@ucthpx.uct.ac.za) maintains a list of
South-African ftp, archie, whois and gopher servers at ftp.uct.ac.za in
/pub/archives/faq-sites.txt Furthermore, there are 2 documents
describing anonymous FTP servers in the Czech Republic:
http://www.cvut.cz/cesnet/resources/ftp.htm#anon and the Slovac
Republic: http://nic.uakom.sk/SANET/hypertext/services.html#ftp
On ftp.urec.fr there's a file called ftp-france-liste, but it doesn't
seem to be updated regularly. For France, you're better off checking
http://www.insat.com/Club/boudrand/listeftp.htm and there's also
a mailinglist for French ftp-admins. Check the archives at:
http://www.univ-rennes1.fr/LISTES/ftp...@univ-rennes1.fr/

Several newsgroups have their own FAQs that contain listings
of sites. If you're interested in a particular topic, try looking
in the FAQ(s) of the newsgroups related to that topic as well.

-----------------------------

Subject: 4. What is the most current version?

Look in the Version: line in the top of this file and compare
it to the faq file in ftp-list.zip on ftp.iaehv.nl, garbo.uwasa.fi
or ftp.simtel.net. The latest version is always available there.

-----------------------------

Subject: 5. Retrieving the list from alternate sources.

1) Pick it up from anonymous FTP archives; look for 'ftp-list'
in the SITELIST file. Be warned, many sites carry Jon
Granrose's (sometimes known as ODIN.FTPLIST, pre Jan-92) or
Tom Czarniks's old FTP listing (pre Apr-93) and these files
are outdated. It will take a while for this version to spread,
but the following sites always carry the latest version:

Europe - ftp.iaehv.nl as /pub/users/perry/ftp-list/ftp-list.zip
garbo.uwasa.fi as /pc/doc-net/ftp-list.zip
USA - rtfm.mit.edu in the /pub/usenet/news.answers/ftp-list
directory: faq file and sitelist directory (ASCII)
USA - ftp.simtel.net as /pub/simtelnet/msdos/info/ftp-list.zip
USA - ftp.landfield.com as /usenet/news.answers/ftp-list/*
Asia - ftp.edu.tw in /documents/networking/guides/ftp-list
several files in several formats (.Z, .gz, .zip, ASCII,
dBase and MS-Access database versions and AmigaGuide
Hypertext version)
NOTE: THIS SITE CURRENTLY HAS NO FTP-LIST FILES DUE
TO SPACE LIMITATIONS

Admins who would like to mirror the list are welcome to mirror any
of the above sites/directories, dependent on what format they like.
Apart from these sites there are hundreds of mirrors of garbo,
rtfm and simtel.net that carry the list.

2) send an e-mail message to mail-...@rtfm.mit.edu with
no subject and in the body of the message:

send usenet/news.answers/ftp-list/faq
send usenet/news.answers/ftp-list/sitelist/part1
send usenet/news.answers/ftp-list/sitelist/part2
send usenet/news.answers/ftp-list/sitelist/part3
send usenet/news.answers/ftp-list/sitelist/part4
send usenet/news.answers/ftp-list/sitelist/part5
send usenet/news.answers/ftp-list/sitelist/part6
send usenet/news.answers/ftp-list/sitelist/part7
send usenet/news.answers/ftp-list/sitelist/part8
send usenet/news.answers/ftp-list/sitelist/part9
send usenet/news.answers/ftp-list/sitelist/part10
send usenet/news.answers/ftp-list/sitelist/part11
send usenet/news.answers/ftp-list/sitelist/part12
send usenet/news.answers/ftp-list/sitelist/part13
send usenet/news.answers/ftp-list/sitelist/part14
send usenet/news.answers/ftp-list/sitelist/part15
send usenet/news.answers/ftp-list/sitelist/part16
send usenet/news.answers/ftp-list/sitelist/part17
send usenet/news.answers/ftp-list/sitelist/part18
send usenet/news.answers/ftp-list/sitelist/part19
send usenet/news.answers/ftp-list/sitelist/part20
send usenet/news.answers/ftp-list/sitelist/part21
send usenet/news.answers/ftp-list/sitelist/part22
send usenet/news.answers/ftp-list/sitelist/part23

[apparently * can be used instead of all the parts numbers,
but I'll check that out later; update: this doesn't seem to
work.. YMMV]

3) Send me mail: Perry....@IAEhv.nl. State how you need it sent
and I'll get to it you ASAP. Note that this is NOT the preferred
method!!! Try one of the above methods first. Thanks to the efforts
of Lou Swiczewicz (sw...@acc.rwu.edu) and Dave Thomas
(Dave_...@mindlink.bc.ca) there will be made available
from ftp.edu.tw a dBase and Microsoft Access database version
and a Hypertext AmigaGuide version. The list is also searchable
through some gophers, I'm gonna add a list of them at some
later date. [I'm currently not sure how these versions are coming
along, I'll have to look into that someday. I haven't seen the
Amiga Guide version and the Access version is lagging behind.
So don't ask me about those versions, because I don't know how
they are faring. Check ftp.edu.tw or Aminet sites for them.]
You can also use packftp, by Mark Rinfret (m...@mrsoft.network23.com),
which converts the sitelist to comma-delimited format. It works
great!

-----------------------------

Subject: 6. Using FTP without direct Internet access.

It is possible to get files from a site by using a general mail
server. Many sites have their own servers. If you're on BITNET, ask
your sysadmin or technical support group about BITFTP (or send mail
with a body of 'help' (no quotes, and nothing else) to BITFTP@PUCC,
BITFTP@PLEARN or BITFTP@DEARN (known on the Internet as
bit...@pucc.princeton.edu, bit...@plearn.edu.pl and bit...@vm.gmd.de
respectively)

Also, there's a service called TRICKLE, a concentrator of several
ftp sites. Through TRICKLE you can retrieve files by e-mail or
have them ftped to your own machine or SEND to you. It's also possible
to subscribe to directories or files (you can for instance subscribe
to the McAfee virusscanner and get it by mail everytime there's
a new version). Send e-mail with '/HELP' (no quotes) in the body
to tri...@hearn.nic.surfnet.nl or tri...@hearn.bitnet,
for more info and a list of other trickle servers.

For non-BITNET sites, try using an ftpmail server. Send mail to
ftp...@ftpmail.ramona.vix.com with 'help' (no quotes) in the body of the
letter. You should NOT send a blank letter, commands are not optional.

Other servers that might be closer and provide the same service are:
- ftp...@cs.uow.edu.au (Australia)
- ftp...@ftp.uni-stuttgart.de (Germany)
- ftp...@doc.ic.ac.uk (Great Britain)
- ftp...@ieunet.ie (Ireland)
- ftp...@sunsite.unc.edu (USA)
- ftp...@ftp.uu.net (USA, points to ftp...@decwrl.dec.com, so won't work
until they fix that)
- ftp...@win.net

There's a list of ftp-mail servers available at
http://knight3.cit.ics.saitama-u.ac.jp/reposit/ftpmail-servers.html
but I don't know how up to date it is (it still listed ftp...@decwrl.dec.com
I think)

There used to be an address called ftp...@decwrl.dec.com, but you are urged
to use one of the above instead of decwrl.dec.com if you ever find it in a
document. That machine was very overloaded as it was the most widely known
ftpmailer and has been shut down and moved to ftpmail.ramona.vix.com.
So, lift the burden and use (faster!) closer machines!!!

Requests for the ftpmail servers are of the form:

open <site> <username> <password>
cd <directory>
dir # To obtain a directory listing
get <file> # To retrieve a file
quit

Example:
open rtfm.mit.edu anonymous pe...@iaehv.nl
cd /pub/usenet/news.answers/ftp-list
get faq
quit


NOTE: Please make sure your system admin has approved the the use of
a mail server, as files can take system resources of not only
your site, but several sites up the stream. And please abide
by the guidelines that the ftpmail server administrators have
put in their help files. Most ftpmail servers default to their
own site for files, so try retrieving things from that site first.
In general, most files you need are already available there, so
it is a waste to connect to another machine.
Also, don't use servers in Y to fetch files from X if you live
in X and can use a server in X, e.g. X=Europe, Y=USA.
Several servers have stopped providing ftpmail service to other
hosts because they were being overloaded by these kind of
requests. DON'T DO IT! You ruin a very good service, not only
for yourself, but also for numerous other users.

-----------------------------

Subject: 7. Problems with a site.

If you are unable to access the site because your computer doesn't seem
to be able to 'find' the site (the ftp program returns 'invalid host'
or 'unable to resolve hostname' or some similar errormessage), try one of
the following ways to see if the name of the site is known:
(information partly by ro...@unr.edu (David Rosen) from the Emacs FAQ)

- telnet to the site and see if that works, if it does, there's either no
ftp server active at the site or there's a configuration error with your
ftp client program. Normally, the errormessage would be something like:
'I/O error on network device' or you do get a connection with the ftp
server but it says 'Service not available. Remote service has closed the
connection'.
Telnet works on all systems, there are some more informative ways however:
- try 'nslookup sitename' or 'host sitename' (this usually works on Unix
systems) and see what that gives. If they can't find the site, your
nameserver (the computer that looks up the addresses of computers) doesn't
know the site 'sitename'. You can try again in a couple of minutes if you
think it might be a delay between 'sitename' and your machine. If that
doesn't help then either your site has a deficient nameserver (ask your
local admin to fix it) or the site 'sitename' does not exist.
- another program you can try is 'ping', 'traceroute' or 'hopcheck' to see
if there is a clear link (or path) to the machine 'sitename'. This is
however a bit too technical for the ordinary user.
- easy ways to check if the name 'sitename' can be found outside of your
domain (in my case kub.nl) is by mailing to one of the following addresses:

d...@grasp.insa-lyon.fr (put 'ip sitename' (no quotes) in the body or 'help'
for an info file. Lots of options available)

ser...@nic.ddn.mil (use 'host sitename' as the subject of the message.
Also other options, send 'help' as the subject)

- you can try to telnet to nic.ddn.mil 101 and type 'HNAME sitename'
(not very reliable it seems to me, but your mileage may vary)
or you can telnet to tacom-emh1.army.mil 117

If you can get a connection with the site or if a problem appears while
accessing the site or when retrieving a file, mail the problems to the admin
address shown in the Sites list. When you report a problem, please be
very explicit, i.e. don't write 'I can't get a file' but explain when it
happened, what file it was, what system you are using etc. And word your
message politely. It's no use to annoy an admin if you want a file
from that site.
If an admin address is not shown, attempt to use 'ftp@site_name'; replace
'site_name' with the name of the troublesome site. If it's very
urgent, try sending a note describing the problem to
postmaster@site_name or when the site is a Unix machine: root@site_name
and when the site is a VAX/VMS machine: operator@site_name (the
postmaster@site_name should be valid in all cases).
If that fails, post a note to comp.archives.admin (the newsgroup for
archive administrators). I'm going to include a list of common error
messages here someday, so you don't have to contact the admin for
some common notices you might receive. One of those message is:
'permission denied'. This can mean a few things: either you don't have
write rights to the directory where you started 'ftp' from and you're
trying to retrieve a file or the file or directory on the remote
site has been made unaccessible to you (e.g. a /private directory).
The solution to the first possibility is to change to a directory
where you are allowed to write files (like your 'home' directory)
and the solution to the second possibility is to ask the admin
to change the permissions to that file or directory, but you'd
better have a good reason to need access to that file or directory.
Most of the time those permissions are there for a reason.
Other messages will be included at a later date, in the meanwhile,
check the helpfiles on your ftp client first if they give you the
answer.

-----------------------------

Subject: 8. Getting a site listed or changes made.

Send mail to Perry....@IAEhv.nl
Include the information stated below, in the body of the
letter.

Needed information

o Site name
o Site's country of operations, preferably location within
country as well
o GMT difference (I don't bother with daylight savings and the like)
o Manager(s) full name & email address(es) (not made public if
you don't want it)
o Any aliases you want listed for the site (preferred are ALL
aliases that you know, because some people might refer to them.
These are just there for completeness sake and to easily spot
duplicate entries, NOT for use by anonymous ftp users). Actually,
the term alias is misleading because the Site name is mostly
an alias and what I list as Alias is mostly the real name.
o Administrative address used for FTP related issues by the
general public (like ftp@site_name)
o Organization operating site, department within the organization
o Is an E-mail, FSP, Gopher, WAIS or WWW server available and how
can one use it?
o Type of system the server is running on (OS, hardware)
o Preferred Universal Resource Locator (either ftp://, gopher://,
http:// or some other one)
o Comments (restrictions and the like if any)
o General description of the types of files available, special
directories etc.

Please fill in this info completely and don't just mail a sitename.
This saves me work and makes the list more complete.

-----------------------------

Subject: 9. What is Archie and how does it relate to FTP?

Archie is a special service that keeps file listings from different FTP
sites. You can Telnet to an Archie server (login with username
'archie') or use a client program to search for specific files.

Here are some sites; send mail to 'archie@site_name' for a help file.
Note that some sites do not support mail access. Most do however.

archie.au 139.130.23.2 Australia
archie.univie.ac.at 131.130.1.23 Austria
archie.belnet.be 193.190.248.18 Belgium
archie.bunyip.com 192.77.55.2 Canada
archie.cs.mcgill.ca 132.206.51.250 Canada
archie.funet.fi 128.214.6.102 Finland
archie.univ-rennes1.fr 129.20.254.2 France
archie.th-darmstadt.de 130.83.22.1 Germany
archie.ac.il 132.65.208.15 Israel
archie.unipi.it 131.114.21.10 Italy
archie.wide.ad.jp 133.4.3.6 Japan
archie.hana.nm.kr 128.134.1.1 Korea
archie.kornet.nm.kr 168.126.63.10 Korea
archie.sogang.ac.kr 163.239.1.11 Korea
archie.nz 140.200.128.13 New Zealand
archie.uninett.no 128.39.2.20 Norway
archie.icm.edu.pl 148.81.209.5 Poland
archie.rediris.es 130.206.1.5 Spain
archie.luth.se 130.240.12.23 Sweden
archie.switch.ch 193.5.24.1 Switzerland
archie.ncu.edu.tw 192.83.166.12 Taiwan
archie.doc.ic.ac.uk 146.169.16.11 UK
archie.hensa.ac.uk 129.12.200.130 UK
archie.sura.net 192.239.16.130 USA (MD)
archie.unl.edu 129.93.1.14 USA (NE)
archie.internic.net 192.20.239.132 USA (NJ)
archie.rutgers.edu 128.6.21.13 USA (NJ)
archie.ans.net 147.225.1.10 USA (NY)

To get a list, type: telnet archie.ans.net (or any other archie server)
and login as 'archie' (no quotes) and type 'servers' (again, no quotes).
Of course you can also try a server somewhat closer but this list
is from archie.ans.net
To find a file called 'filename' you would type: prog filename
at the prompt. There are lots of options available, read the manual
with the 'help' command (no quotes). The Archie client programs
provide more functionality, tailored to your specific Operating
System. Client programs are available by ftp from most archie
servers.

Some of you may be wondering, why does the Anonymous FTP Sitelist exist
if Archie can find files?
The answer is this: Archie does not work (yet) with non-Unix sites (the
number of which will increase substantially the next years with all the
new users using PC's and Amiga's etc.) and another problem with Archie
is that different servers can provide you with different answers depending
on the ftp sites they currently have in their memory.
Using a European server you might not be able to find a file in the US,
but if you try a US server it's possible that it does find the file(s) you
need and vice versa.

If you want your ftp server to be included in the archie database, check
the documentation of some of the Archie clients. [I believe the e-mail
address for updates is archie-...@bunyip.com, but haven't checked
it yet]

-----------------------------

Subject: 10. Using FSP/Gopher/WAIS/WWW to access archives.

Some sites offer retrieval of their FTP archives through Gopher,
a browser for the Internet. You can use a so-called Gopher client
program to connect to a Gopher server (in this case the Gopher server
of the ftp-site). Type 'gopher' on your system to see if Gopher is
installed. Most of the time this will bring up a menu system from which
you have several choices. Check the help pages for instructions or ask
a local system administrator or helpdesk on how to use it.

If Gopher does not appear to be installed, ask your local helpdesk
why it isn't. Installing Gopher on your system consists of getting
a client program for your Operating System and installing it.
You can get client programs for Gopher for several Operating Systems
from the boombox.micro.umn.edu ftp site in directory /pub/gopher
and from lots of other sites around the world (check the SITELIST file
for more sites).
Read the Usenet newsgroup comp.infosystems.gopher for more info.
If I know that a site supports Gopher (or one of the other services to
be mentioned here), this info can be found in the Comments: or Server:
line in the SITELIST file.

Other means of retrieving files are through the World Wide Web (WWW or W3)
or WAIS. These services are extensions to the 'bare bones' FTP approach and
have rapidly become more popular. They are easy to use and if you have the
resources you should consider getting a client for either Gopher, WWW
or WAIS (or all) from a good ftp site (e.g. ftp.ncsa.uiuc.edu for Mosaic,
a WWW browser, or ftp.think.com for WAIS browsers. These sites are mirrored
around the world, check the sitelist for details).
Check the relevant comp.infosystems.* group or/and the sitelist for
siteaddresses of clients and how to install them.

The last option to access an archive to be mentioned here is called FSP
(some people say it stands for File Service Protocol, some call it FTP's
Sexier Partner and others refer to it as F**cking Software Pirates).
FSP has some nice features that FTP doesn't have like 'crash-recovery',
the ability to transfer only the part of a file that wasn't transferred
before (a la Zmodem). Using FSP means getting yourself a client program
and finding FSP sites. A good place to look for clients is on
ftp.germany.eu.net and you can ask for sites in alt.comp.fsp (read the
FAQ and the FSP docs first). FSP is mostly used to retrieve GIF files in
the background (hence the second explanation of the abbreviation) and has
been used for setting up 'pirate' sites (sites that distribute
commercial software, hence the third explanation). This has given it a
somewhat bad name, but the idea is good. More and more admins install
FSP servers because it reduces the load on their machine(s). Unfortunately,
some of the client programs (notably WinFSP) appear to be buggy.

-----------------------------

Subject: 11. How do I stop the listings from scrolling off the screen?

When you're retrieving a directory listing of a large site,
it's quite possible that the number of files in a directory is
bigger than the number of rows on your screen. The listing then
scrolls of your screen. There are several ways to avoid this.
You can use 'ls -CF' or 'ls -lF' (no quotes) to get a directory listing
like the MS-DOS 'dir/w' command (a 'wide' directory listing). Also,
some ftp clients support: 'ls -l "| more"' or 'dir "| more"'.

This seems to differ per site so trying some of the following
might help you (note usage of spaces in the above and below examples):
ls -l |more
dir |more
dir -1 |more
Ctrl-S to stop the scrolling, Ctrl-Q to resume scrolling
Alt-Scrolllock to pause the screen and restart it again

These combinations are highly machine specific but probably one
of them will work for you. Also, instead of using 'dir' or 'ls'
you can try to retrieve an index file first to look at that.
Either transfer the file and look at it while you're not connected
to the ftp site (by using 'get filename'), transfer the file and look at
it while you're connected (by using a 'shell' command, you temporarily
leave the ftp client program to look at the file with some editor, 'cat'
or 'more', look in the help pages of the ftp client for more info, most
of the time it's:
!more <filename
or something similar) or read the file while you're connected by
retrieving it to the screen itself, use:

get filename.idx - (if you're working on a Unix system)
get filename.idx tt (if you're working on a VMS system, tt: for OpenVMS,
sys$output should work in both cases)
get filename.idx con (if you're working on a MS-DOS system)

I have no idea what the appropriate parameter for VM/CMS is. Any takers?
Be aware that this is very useful for small files but is not very
easy for large files (unless you redirect the output to some filter,
like 'more'). Also, reading large files while you are connected is
not recommended because it keeps the ftp server loaded. Be sensitive
and don't overuse this. Get some readme or index files first and read
them off-line so you know how the site is organized and where you can
find things.

-----------------------------

Subject: 12. How do I set up an (Anonymous) FTP server?

I'm not maintaining one, so this is mostly from docs and experience.
Any comments or corrections here would be appreciated.

First ask yourself, do I want to do this? It's a potential havoc creator,
extra work and can cause serious security problems. Read the following:
/pub/usenet/news.answers/computer-security/anonymous-ftp-faq
on rtfm.mit.edu and some of the CERT postings in comp.security.announce
(backissues available from ftp.cert.org), most notably the warnings for
bugs in ftpdaemons. Another intro to the administration of Anonymous
FTP Sites can be found at ftp.cs.uni-sb.de as /pub/misc/doc/misc/iafa-wg.Z

Setting up a ftpserver basically consists of getting an ftp-daemon running,
setting several options and creating appropriate user(s) and directories.
Most of the time you have to be 'root' or 'superuser' or 'system' on the
system to pull any of this off (excluding those cases where PC users can
run a ftpserver program on their machine).

There are several ftpserver programs that can be used. In most cases,
the OS installed on your machine will already have a 'ftpd' program
(on Unix systems, try 'man ftpd'), provided the system has TCP/IP
functionality installed. The programs that come with the OS can be used
without too much hassle because they are written for that OS and there are
full docs available with the OS manuals (at least, they should be).

A disadvantage is that most factory servers appear to be rather limited
[I can't explain the widespread use of other programs otherwise], so you
might consider getting a more flexible and portable program like the
Washington University of St. Louis ftpd program (or wu-ftpd for short)
from ftp.wustl.edu. There's also a beta version available from ftp.academ.com
in the directory /pub/wu-ftpd/private (you can't read the directory, use
something like lynx http://ftp.academ.com/pub/wu-ftpd/private/ to get info
on how to retrieve the beta version.
The program is very widely used and updated very fast if a bug is found.
Also, there's a mailinglist for users of the program. See the faq for
wu-ftpd, available via http://www.hvu.nl/~koos/
Other ftpserver programs are available from e.g. ftp.funet.fi and some
sites are using custom programs.

Server programs are also available for non-Unix systems; for VAX/VMS systems
there's the Multinet server (I have no idea if it's commercial or not,
I guess so), for OS/2 there's the IBM TCP/IP Kit with a ftpserver program,
for MS-Windows there's WinQVT Net, for MS-Windows NT there's probably also
a program and for the Mac and the Amiga as well (I don't know where though).
Check the 'regular' sites for these OSs for server programs, ask in the
appropriate newsgroups (comp.os.*.admin, news.admin.misc, news.misc, after
reading the appropriate FAQs of course!) or ask your software dealer.

As a last note, I'd like to emphasize that running a ftpserver means a
potential security leak. There have been bugs in the different server
programs that enabled unauthorized users to access your machine as normal
or even superusers. Read the documentation of the server well and follow the
comp.security advisories of the CERT.

When you're ready and have tested the server, you can mail me the addition :-)

-----------------------------

Subject: 13. How do I automate ftp sessions?

This is a new section on how to make life easier (when ftping at least).
Although not very much directed at newbies it might be interesting for
more experienced users. This section is in a *very* experimental stage.
For now only a couple of tips, in the upcoming months this section will
expand to include more general guidelines.
Note: this section will be highly system specific! Not everything might
work on your system. Experiment!

VMS:
How to put ftp jobs in queues and automate retrieval.
Create 2 .COM files with any editor (EVE, EDT, TPU, EMACS) that go something
like:

JOB.COM
$ ftp sitename
user anonymous
e-mail@address
lcd localdisk:[users.username]
cd /pub/useful
bin
get useful.zip
quit
$ exit

and:
QUEUE.COM
$ submit job /queue='p1' /after='p2'

Now you can type: @queue sys$batch 18:00
and it will ftp the file useful.zip from site sitename after 18:00 local
time. The file will be stored on disk localdisk in directory users.username
(if this disk exists of course, it depends on your local situation).
The jobs will be put in queue sys$batch (but you can use others,
ask your local admin what queues are available).

Unix (all sorts):
You can use programs like ncftp, batchftp and mirror. See the next section
on where to get those programs. Also, there's a file called .netrc you can
use to specify sitenames, usernames and other parameters for usage by the
ftp client program. Try man ftp for more info on that.
The basic format of the .netrc file is something like:
machine: <sitename> login: <username> password: <password>

So for e.g. anonymous access to ftp.simtel.net you would use:
machine: ftp.simtel.net login: anonymous password: youre-mailaddress

Note that the .netrc file will be used if and only if it contains NO
password OR it contains passwords but is not readable by non-owners
(i.e. read access must be OFF for group and world, so use:
chmod g-r o-r .netrc or the numerical equivalent)

This part will be further extended with a sample shell script to be
used with the C, bash, Korn, TCSH or whatever shell, depending on what
kind of scripts and shells I can lay my hands on or on the scripts that
people send in [hint!]. Here's an example of such a script available from
http://www.sn.no/

---- cut here ----
#!/bin/sh
ncftp -L ugle.unit.no > hentfil.log 2>&1 <<-STOPP_HER
dir
get FTP.LESMEG
quit
STOPP_HER
---- cut here ----
This is of course a very basic example which gets the file FTP.LESMEG (a kind
of README file) from ugle.unit.no and logs all actions to the file
hentfil.log
Somehow I think that this could be done easier, with a file containing the
commands and slightly different invocation of ncftp, but I'll look into that
later (I've been doing lots of work with NCSA ftp lately where things can be
done like this and it works like a charm).

Thanks to Fred Bourgeois for the reminder about .netrc (it keeps slipping
my mind that I should put it in).


DOS/Windows/NT/OS/2:
You can use a DOS client program with parameters like:
ftpbin -h sitename -u anonymous get pub/useful.zip
or even more useful:
ftpbin -f ftp.scr
with e.g. NCSA FTP. I've tried this with a script like the following:
open sitename
anonymous
e-mailaddress
bin
cd pub
get README

but since DOS doesn't support background processing it doesn't seem
very useful to me. On the other hand, you can use those (batch) files
in Windows (not very reliable), OS/2 or Windows NT.
As far as I know, there are no real queue or batch ftp programs for these
OSs. There are numerous clients, but they rely on active users. For client
programs, check the usual OS/2, NT or Windows (winsock) sites. I recently
heard that WS-FTP supports scripting, but I haven't had time to look into it
yet.

Others: (VM/CMS, Mac etc.)
I'm not (very) familiar with other Operating Systems. For the Mac there's
Fetch, a client like WS_FTP. Very nice, but I don't think it has queue/batch
possibilities (apart from being able to select a batch of files). Using
Apple Events you might be able to automate tasks like ftping files through
Fetch. Anarchie is an archie-client for the Mac.

-----------------------------

Subject: 14. URL's of the interesting things mentioned in this text

This part of the FAQ list provides URL's (Universal Resource Locators,
or Uniform Resource Locators) to be used with a WWW (World Wide Web)
browser like Mosaic. By clicking on the lines below you'll supposedly
retrieve the file mentioned there. Most of these links are also available
from http://www.iaehv.nl/users/perry/ftp-list.html

Updates of the links in this section are first available here as well.


David Lemson's Compression List:

ftp://ftp.cso.uiuc.edu/pub/doc/pcnet/compression


The Maasinfo files, maintained by Robert Maas:

ftp://ftp.edu.tw/documents/Internet/MaasInfo/


The EFF Guide to the Internet:

ftp://ftp.eff.org/pub/EFF/netguide.eff
or
ftp://ftp.eff.org/pub/Net_info/EFF_Net_Guide/


Moder.zip maintained by Timo Salmi:

ftp://garbo.uwasa.fi/pc/pd2/moder.zip


The Deutsche Anonyme FTP Server Liste maintained by Christian Hettler:

http://www.ask.uni-karlsruhe.de/ftp/ftp-list-de.html
ftp://ftp.ask.uni-karlsruhe.de/pub/info/ftp-list-de


The Dutch Anonymous FTP List maintained by Arjan de Vet:

ftp://ftp.iaehv.nl/pub/usenet/nl/nl-ftp


Some useful Internet sites in Uninet-ZA (South-African)

ftp://ftp.uct.ac.za/pub/archives/faq-sites.txt


Czech Republic anonymous FTP servers:
http://www.cvut.cz/cesnet/resources/ftp.htm#anon

Slovak Republic anonymous FTP servers:
http://nic.uakom.sk/SANET/hypertext/services.html#ftp


The Anonymous FTP Sitelist and FAQ maintained by Perry Rovers:

Europe:

ftp://ftp.iaehv.nl/pub/users/perry/ftp-list/ftp-list.zip (home site)
ftp://garbo.uwasa.fi/pc/doc-net/ftp-list.zip

USA:

ftp://ftp.simtel.net/pub/simtelnet/msdos/info/ftp-list.zip
ftp://ftp.landfield.com/usenet/news.answers/ftp-list/faq
ftp://ftp.landfield.com/usenet/news.answers/ftp-list/sitelist/part*

Asia: FTP.EDU.TW DOES NOT CONTAIN THESE FILES AT THE MOMENT

ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq
ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist
ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.Z
ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.Z
ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.gz
ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.gz
ftp://ftp.edu.tw/documents/networking/guides/ftp-list/ftp-list.zip

USA:

ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/faq
ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/sitelist/

WWW versions:

WWW version (through Landfield)

http://www.landfield.com/faqs/ftp-list/faq
http://www.landfield.com/faqs/ftp-list/sitelist/part*

WWW version (through the University of Utrecht CS dept.)

http://www.cs.ruu.nl/cgi-bin/faqwais/

WWW version (through the University of Oxford)

http://www.lib.ox.ac.uk/internet/news/faq/by_group/

WWW version (through Thomas Fine's FAQ to HTML conversion program OUTDATED)

http://www.cis.ohio-state.edu/hypertext/faq/usenet/

WWW version (Thomas Fine's new and improved version)

http://www.smartpages.com/


Browsable/Searchable WWW versions:

University of Oslo server by go...@ifi.uio.no (Gorm Haug Eriksen)

http://www.ifi.uio.no/~gorme/ftp-list.html

InfoNet server by che...@info.net (Bob Cherry)

http://www.info.net/Public/ftp-list.html

MIDnet server by pkr...@mid.net (Paul H Kramer)

http://www.mid.net/FTP-LIST/

Commerce2000 interface by mc...@erinet.com (Matthew D. Cox)

http://www.commerce2000.com/logistics/woklftp.htm

Searchable version by country, by veyg...@cs.purdue.edu (Mikhail Veygmam)

http://www.cs.purdue.edu/homes/veygmamk/ftp-list.html

Tile searchable version with multiple views

http://tile.net/ftp-list/

National Center for Supercomputer Applications, University of Illinois at
Urbana/Champaign searchable version, maintained by bl...@ncsa.uiuc.edu
(Brian Long)

http://hoohoo.ncsa.uiuc.edu/ftp/

Other FTP search engines:

http://ftpsearch.ntnu.no/ftpsearch (this one is very good)
http://www.mmt.bme.hu/library/pchwfaq/vendor_ftp.html
http://hepth.hanyang.ac.kr/ftp_jp.html
http://hepth.hanyang.ac.kr/ftp_serv.html
http://cal003109.student.utwente.nl/stefan/el/internet/ftpsites.htm
http://heiwww.unige.ch/explorer/anonymous.html

Other search engines (Usenet, WWW):

http://www.pointcom.com/
http://www.lycos.com/
http://www.yahoo.com/
http://www.altavista.digital.com/
http://www.webcrawler.com/
http://www.infohiway.com/way/search/
http://guaraldi.cs.colostate.edu:2000/form
http://www.stpt.com/cgi-bin/searcher
http://www.access.ch/oblum/search_d/
http://www.search.com/
http://www.access.ch/oblum/search/
http://sunsite.unc.edu/usenet-i/search.html
http://www.regent.edu/~tedslat/tools.html
http://www.dejanews.com/forms/dnq.html
and there are zillions more like http://www.ilse.nl/ for the Netherlands.

FTP by Mail servers:

mailto:ftp...@ftpmail.ramona.vix.com
mailto:ftp...@cs.uow.edu.au
mailto:ftp...@ftp.uni-stuttgart.de
mailto:ftp...@doc.ic.ac.uk
mailto:ftp...@ieunet.ie
mailto:ftp...@sunsite.unc.edu
mailto:ftp...@win.net


FTP by Mail server package:

ftp://ftp.doc.ic.ac.uk/pub/packages/ftpmail/


E-mail address to report site additions, changes etc.:

mailto:Perry....@IAEhv.nl

E-mail address for MS-Access version (i.e. don't ask me about it):

mailto:sw...@acc.rwu.edu

E-mail address for conversion to comma-delimited program (packftp)
(i.e. don't ask me about it):

mailto:m...@mrsoft.network23.com

E-mail address for AmigaGuide version (i.e. don't ask me about it):

mailto:Dave_...@mindlink.bc.ca


Some Archie servers:

Asia:

telnet://archie.wide.ad.jp (Japan)
telnet://archie.ncu.edu.tw (Taiwan)
telnet://archie.hana.nm.kr (South-Korea)
telnet://archie.kornet.nm.kr (South-Korea)
telnet://archie.sogang.ac.kr (South-Korea)

Australia and New Zealand:

telnet://archie.au (Australia)
telnet://archie.nz (New Zealand)

Europe:

telnet://archie.univie.ac.at (Austria)
telnet://archie.belnet.be (Belgium)
telnet://archie.univ-rennes1.fr (France)
telnet://archie.funet.fi (Finland)
telnet://archie.th-darmstadt.de (Germany)
telnet://archie.unipi.it (Italy)
telnet://archie.uninett.no (Norway)
telnet://archie.icm.edu.pl (Poland)
telnet://archie.rediris.es (Spain)
telnet://archie.luth.se (Sweden)
telnet://archie.switch.ch (Switzerland)
telnet://archie.hensa.ac.uk (UK)
telnet://archie.doc.ic.ac.uk (UK, London)

Middle-East:

telnet://archie.ac.il (Israel)

North America:

telnet://archie.cs.mcgill.ca (Canada)
telnet://archie.bunyip.com (Canada)
telnet://archie.sura.net (USA, MD)
telnet://archie.unl.edu (USA, NE)
telnet://archie.internic.net (USA, NJ)
telnet://archie.rutgers.edu (USA, NJ)
telnet://archie.ans.net (USA, NY)

FSP:

ftp://ftp.germany.eu.net/pub/networking/fsp/

Gopher:

ftp://boombox.micro.umn.edu/pub/gopher/

WAIS:

ftp://ftp.think.com/pub/

WWW:

ftp://ftp.ncsa.uiuc.edu/pub/ncsa/
ftp://ftp.w3.org/pub/www/


Setting Up a Secure Anonymous FTP Site:

ftp://rtfm.mit.edu/pub/usenet/news.answers/computer-security/anonymous-ftp-faq

Another intro to FTP site administration:

ftp://ftp.cs.uni-sb.de/pub/misc/doc/misc/iafa-wg.Z


FTP-client programs:

MS-Windows:
ftp://ftp.cica.indiana.edu/pc/win3/winsock/
ftp://papa.indstate.edu/winsock-l/
ftp://ftp.surfnet.nl/mirror-archive/software/winsock/ (SURFnet sites only)
http://www.tucows.com/
Tucows has a lot of mirrors, e.g. http://tucows.wau.nl/ in Europe.

[there will be more.. just started]

FTP-daemon programs:

WUSTL FTPD (wu-ftpd):
ftp://ftp.wustl.edu/pub/packages/wuarchive-ftpd/ (WU-FTPD release)
ftp://ftp.academ.com/ (BETA)
http://www.hvu.nl/~koos/wu-ftpd-faq.html (Frequently Asked Questions)

CBME FTPD:
ftp://plod.cbme.unsw.edu.au/

FUNET ftpd:
ftp://ftp.funet.fi/pub/

FTP-mail packages:
ftp://ftp.doc.ic.ac.uk/packages/ftpmail/


FTP Utilities:
NcFTP
ftp://ftp.cs.unl.edu/pub/ncftp/ (OLD site)
ftp://ftp.probe.net/pub/ncftp/ (NEW site)

ImageMagick (contains xtp [needs to be checked])
ftp://ftp.uni-stuttgart.de/pub/scivi/

Batchftp:
ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp102.tar.Z
ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp.inf

======================================================================
[End Of File]

Perry Rovers

unread,
Nov 13, 1997, 3:00:00 AM11/13/97
to

Archive-name: ftp-list/sitelist/part1
Garbo-archive-name: ftp://garbo.uwasa.fi:pc/doc-net/ftp-list.zip
Simtel-mirror-name: ftp://ftp.simtel.net:/pub/simtelnet/msdos/info/ftp-list.zip

Last-Modified: 05-May-97
Version: 5.2 (9705)


Anonymous FTP Sites Listing

See the related Frequently Asked Questions (FAQ) List for distribution
information. This listing expires 30 days from the date of last
modification.

These lists can be obtained by one of the following ways:

* Send an e-mailmessage with no subject and in the body:

send usenet/news.answers/ftp-list/faq
send usenet/news.answers/ftp-list/sitelist/part1
send usenet/news.answers/ftp-list/sitelist/part2
send usenet/news.answers/ftp-list/sitelist/part3
send usenet/news.answers/ftp-list/sitelist/part4
send usenet/news.answers/ftp-list/sitelist/part5
send usenet/news.answers/ftp-list/sitelist/part6
send usenet/news.answers/ftp-list/sitelist/part7
send usenet/news.answers/ftp-list/sitelist/part8
send usenet/news.answers/ftp-list/sitelist/part9
send usenet/news.answers/ftp-list/sitelist/part10
send usenet/news.answers/ftp-list/sitelist/part11
send usenet/news.answers/ftp-list/sitelist/part12
send usenet/news.answers/ftp-list/sitelist/part13
send usenet/news.answers/ftp-list/sitelist/part14
send usenet/news.answers/ftp-list/sitelist/part15
send usenet/news.answers/ftp-list/sitelist/part16
send usenet/news.answers/ftp-list/sitelist/part17
send usenet/news.answers/ftp-list/sitelist/part18
send usenet/news.answers/ftp-list/sitelist/part19
send usenet/news.answers/ftp-list/sitelist/part20
send usenet/news.answers/ftp-list/sitelist/part21
send usenet/news.answers/ftp-list/sitelist/part22
send usenet/news.answers/ftp-list/sitelist/part23

to mail-...@rtfm.mit.edu
(Alternatively, send mail to mail-...@cs.ruu.nl with the same
commands, but with usenet/news.answers replaced by NEWS.ANSWERS)

* Anonymous FTP to rtfm.mit.edu and getting all the files from the
/pub/usenet/new.answers/ftp-list/sitelist directory for the sitelist
and /pub/usenet/news.answers/ftp-list/faq for the FAQ List (ASCII files)

* Anonymous FTP to garbo.uwasa.fi and getting the file
/pc/doc-net/ftp-list.zip
(PKZip 2.x archive: PKUnzip 2.x or Unzip 5.x or higher needed)

* Anonymous FTP to ftp.simtel.net and getting the file
/pub/simtelnet/msdos/info/ftp-list.zip
(PKZip 2.x archive: PKUnzip 2.x or Unzip 5.x or higher needed)

* Anonymous FTP to ftp.coast.net and getting the file
/pub/msdos/info/ftp-list.zip
(PKZip 2.x archive: PKUnzip 2.x or Unzip 5.x or higher needed)

Don't forget to change to 'binary' or 'image' type before transferring
the .ZIP, .Z or .gz version of this file! Garbo.uwasa.fi, ftp.simtel.net,
ftp.coast.net and rtfm.mit.edu are mirrored on many sites around the world.
Try using those mirrors if at all possible to reduce the load on the
more well-known sites.

Strip this header on personal copies only. Comments are always welcome.

Administrative mail: Perry....@IAEhv.NL

This list is maintained by Perry Rovers (Perry....@IAEhv.NL), and
used to be maintained by Tom Czarnik and Jon Granrose (thanks!).

Notes on this release:
- This is the first release in 1997.. it's been busy. Sorry for all the
delays in getting this one out but real life has been filling every
inch of spare time I have it seems.

This release features numerous updates and additions.
See http://www.iaehv.nl/users/perry/ftp-list.html if you want to
search the list on the WWW or see the URL's in the FAQ.

[Start Of File]
============================================================================

This is a comprehensive alphabetic listing of Internet sites accepting
Anonymous FTP. To find out what Anonymous FTP is and how to use it, read
the Frequently Asked Questions (FAQ) List, distributed separately.

Site : site address (no IP numbers, they change too frequently)
Country: country where site is located
GMT : hours from GMT (+/-)
Date : date of last modification for site
Source : last updater of entry or source of information
Alias : any listed aliases (machinenames or 'netnames', the nicknames
by which they are known to the people most using them)
Admin : administrative address for comments or reporting problems
Organ : organization operating site and location in country
Server : email server address and instructions if available
System : type of server (hardware and Operating System if known)
URL : Universal Resource Locator, to be used with a World Wide Web browser
Comment: any general comments or restrictions
Files : types of files, archives, or mirrors available

If, for some reason(s), you can't use the sitename (also called cname)
but need the so called IP address, here's how to get it:

Easiest for most people, assuming they're not in a hurry, is to
send mail to:

d...@grasp.insa-lyon.fr

With an empty Subject line and in the body of the message:

ip host.subdomain.domain

Example of request:

ip grasp.insa-lyon.fr

For more information send the single word 'help' to the same address.
If you're able to use the 'nslookup' command on your system you can
find out interactively. On a Unix system try 'man nslookup' for help
on using nslookup. Another way is to use 'telnet <sitename>', normally
that shows the IP address of the site as well.

Unless otherwise stated, all sites take 'anonymous' for the username
and your e-mail address for the password. A side remark on this
one: I only check for username 'anonymous', it's not called Anonymous
FTP for nothing. But if you find a site that does accept 'ftp', guest'
or something like that (with an e-mail address for the password) and
not 'anonymous', let me know and I'll add it to the list. Most sites
accept username 'ftp' as well. Another note on my checking of sites:
if I had a problem connecting to a site, you will find a remark about
that in the Comment: line; Problem: symptom of problem. This does
not mean that that site is no longer operational, just that it wasn't
reachable for me at that moment.

Dates are represented in the Day-Month-Year format.

Some of the more common abbreviations used in this list are:

CC: Computer Center
CS: Computer Science
EE: Electrical Engineering
NIC: Network Information Center
NOC: Network Operations Center

Times are expressed in GMT + or - several hours, e.g. +1 means GMT+1,
-5 means GMT-5. I don't want to use daylight savings or something
like summertime or whatever because it complicates matters. I'm going
to add a sort of timescale here someday with the most used times
in it:

-10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12
HST PST MST CST EST NDT GMT CET EET WST JST
MET HST
AKDT PDT MDT CDT EDT KST
SST

H LA B C NYC L T H H T M A
a o h o i e o o e u
w u i n l l n k l c
a l c d b s g y b k
i d a o u i o o l
i e g n r n K u a
r o g k o r n
i n n d
g e

[This part definitely needs some more updating, also, refer to .gif on
garbo.uwasa.fi with timezones /pc/doc-net/timezone.zip or something like
that]

Please remember to use sites during off-peak (1800-0600 or 6pm-6am
local time) hours and within your area, before jumping to international
archives. If they have regional access or limited links, respect their
restrictions.
And remember that mirrors are here for a reason. It's often much faster
to check if the file(s) you're looking for are mirrored close by and
getting them there, than getting them from somewhere distant (and slow).

Most important of all:
Anonymous FTP access is a privilege and can be denied at any time.
Don't ruin it for yourself and lots of others by overusing a site
or not abiding by their rules.

If you notice any changes to a site, please let me know. Site admins
should read my FAQ for the specific information I need. Note: this
release has some sites that haven't been checked yet, or have been
checked but I was unable to fill in all the information.

Services like ftpsearch, archie, gopher and searchengines on the WWW like
Altavista and Yahoo can be much easier to use than 'bare bones' FTP.
Try them.

Thanks to everybody who has made suggestions for changes, and all the
people maintaining those thousands of public archives. Help maintaining
this list: check one of the 'older' site and send me a report, with the
info I need plus a listing of the / and /pub directories.

Disclaimer: This information is provided as-is. Updates are always
welcome, but nothing in this document is guaranteed for
anything except to occupy diskspace somewhere ;-)

Copyright (c) 1993-1997, Perry Rovers -- Text may be quoted in on-line
documents and written publications, but please notify me so I can add a
reference and make sure that you add pointers to the places where people
can get the latest version. You may make this file available on public
servers, like ftp, gopher or WWW servers as well, but please let me know.
Do not modify the info itself (i.e. converting it to some other format)
before consulting me. All rights reserved. This may seem stricter than

the earlier versions, but I only want to make sure I'm notified of how


this file is used and for what purpose. If you contact me, I'm sure
we can work something out.

OK, now for the useful part:

============================================================================
Site : 161.105.2.22
Country: France
GMT : +1
Date : 31-Jul-94
Source : mail
Alias : etocs
Admin :
Organ : Centre Commun d'Etude de Telecommunication et de Telediffusion
(joint France Telecom and TDF research center, CCETT), Rennes
Server :
System : Unix
URL : ftp://161.105.2.22/
Comment: MPEG compression - MPEG bit-streams - MPEG software; THIS IS A
TEMPORARY ENTRY [this site must get a name soon]
Files : MPEG: audio (decod, parser, sound), video (ccett)

Site : 199.3.234.248
Country: USA
GMT : -6
Date : 25-Jan-95
Source : mail
Alias :
Admin :
Organ : Tranquility Base BBS, Houston, Texas
Server :
System : OS/2 (OS/2, PC)
URL : ftp://199.3.234.248
Comment: I'm listing this one because the contents aren't available anywhere
else as far as I know. These folks should get a decent name if
possible.
Files : 2FAX; BG FAX (for Class 1, 2 and ZyXEL faxmodems); ZFAX

Site : a.cs.uiuc.edu
Country: USA
GMT : -6
Date : 14-Nov-95
Source : old ftp-list
Alias : cs.uiuc.edu
Admin :
Organ : University of Illinois - Urbana/Champaign, Urbana, Illinois,
CS dept.
Server :
System : Unix
URL : ftp://a.cs.uiuc.edu/
Comment: max. 20 users; parts mirrored on ftp.fujixerox.co.jp
Files : Achien; AutoClass II; bbdb; cb; CC; cocs93; colt93; coltlist; csag;
CS dept (ACSL, CHARM, Choices, DCS, edels, epoch-files, era, foote,
frapps, friedman, jack, janeliu, kadie, kamin, lawrie, lemacs, marca,
network, perts, ray, reddy, reed, RT, saied, saylor, SME, sysadm,
tech-reports, teresa, treemacs); cslogo; ctrs; DoDframe; edebug;
fase; FWF; gupta-ftp; icdcs; IEEE-TOC; ifp; Mathematica; mickunas;
nachum; PDC; PEXPapers; Pure software; QPE; QPR; Qual; sat-track;
SBProlog; scott; sendmail; Sun3; Sun4; TeX; timex; uipex; UNO; vi;
womcs; xemacs

Site : a.psc.edu
Country: USA
GMT : -5
Date : 15-Dec-94
Source : old ftp-list
Alias : cpwsca.psc.edu
Admin : rem...@a.psc.edu
Organ : Pittsburgh Supercomputing Center, Pittsburgh, Pennsylvania
Server :
System : VAX/VMS
URL : ftp://a.psc.edu/
Comment: default directory: SYS$SYSDEVICE:[PSC0.PSCPUB.ANONYMOUS]
Files : only a readme. [obsolete?]

Site : a1well.feld.cvut.cz
Country: Czech Republic
GMT : +1
Date : 19-Feb-95
Source : usenet
Alias : europe.feld.cvut.cz
Admin : sy...@a1fel.feld.cvut.cz
Organ : Czech Technical University (CVUT), Prague, A1 FEL BBS
Server :
System :
URL : ftp://a1well.feld.cvut.cz/
Comment: max. 10 users [appears empty, probably 'dir' doesn't work]
Files :

Site : aarnet.edu.au
Country: Australia
GMT : +10
Date : 06-Jan-94
Source : old ftp-list
Alias : nico; sao.aarnet.edu.au [ftp.aarnet.edu.au? successor of jatz.aarnet]
Admin : aar...@aarnet.edu.au, G.Hu...@aarnet.edu.au
Organ : Australian Academic & Research Network
Server :
System : Unix
URL : ftp://aarnet.edu.au/
Comment: MaasInfo files in pub/doc
Files : Australian AARNET network stats; VMS NNTP server;
MaasInfo files

Site : abode.ccd.bnl.gov
Country: USA
GMT : -5
Date : 30-Oct-94
Source : ftp.xfree86.org
Alias :
Admin :
Organ : B... National Laboratory
Server :
System : Unix
URL : ftp://abode.ccd.bnl.gov/
Comment:
Files : XFree86 (mirror of ftp.xfree86.org)

Site : acavax.lynchburg.edu
Country: USA
GMT : -5
Date : 29-Nov-94
Source : usenet
Alias :
Admin :
Organ : Lynchburg College, Lynchburg, Virginia
Server :
System : VMS (VMS, DEC VAX)
URL : ftp://acavax.lynchburg.edu/
Comment: default directory: ACA:[ANONYMOUS]
Files : bourne; Mac; Nicely: program to test Pentium FPU bug; roussos

Site : acfcluster.nyu.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias : axp1.acf.nyu.edu
Admin :
Organ : New York University, New York, New York
Server :
System : VMS (VMS, DEC VAX)
URL : ftp://acfcluster.nyu.edu/
Comment: default directory: NYU$:[ANONYMOUS_LOGS]
Files : VMS UUCP; news; DECUS library catalog; vsmnet.sources;
Info-VAX code segments

Site : aclu.org
Country: USA
GMT : -5
Date : 30-Oct-94
Source : magazine
Alias : pipeline.com
Admin :
Organ : American Civil Liberties Union/Pipeline, New York,New York
Server : gopher: aclu.org 6601, info...@aclu.org
System : Unix
URL : ftp://aclu.org/
Comment:
Files : ACLU; corner-store; Mac; PC; Pipeline

Site : acs.cps.msu.edu
Country: USA
GMT : -5
Date : 25-Jan-95
Source :
Alias : canidae.cps.msu.edu
Admin :
Organ : Michigan State University, Lansing, Michigan
Server :
System : Unix (System V Release 4.0)
URL : ftp://acs.cps.msu.edu/
Comment:
Files : arch; CS1; cshell; doc; GNU; IV; kalns; LaTeX-support; MS-DOS
(archivers, emTeX, fileutils, GNU, graphics, unix-like); mutka;
news; Pami; PS; punch; sass; schafers; Unix; xntp; xsrc

Site : acsc.acsc.com
Country: USA
GMT : -8
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : ACSC
Server :
System :
URL : ftp://acsc.acsc.com/
Comment:
Files :

Site : actrix.gen.nz
Country: New Zealand
GMT : +12
Date : 14-Dec-94
Source : usenet
Alias :
Admin : ban...@kosmos.wcc.govt.nz, wrig...@kosmos.wcc.govt.nz
Organ :
Server :
System :
URL : ftp://actrix.gen.nz/
Comment: Only reachable from within New Zealand!; I/O error on network device
Files : Acorn Archimedes stuff: programs, sources, libraries etc.

Site : adams.poly.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ :
Server :
System :
URL : ftp://adams.poly.edu/
Comment:
Files :

Site : addvax.llnl.gov
Country: USA
GMT : -8
Date : 29-Nov-94
Source : rtfm
Alias :
Admin :
Organ : Lawrence Livermore National Labs, , California
Server :
System : VMS (VMS, DEC VAX)
URL : ftp://addvax.llnl.gov/
Comment: default directory: SD0:[ANONYMOUSFTP.PUB]; for uploads use
username 'anonymous', password 'upload' (no quotes)
Files : VMS software: DEC-Windows, Emacs

Site : aelred-3.ie.org
Country: USA
GMT : -5
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : IE
Server :
System : Unix (SunOS 4.1)
URL : ftp://aelred-3.ie.org/
Comment:
Files : COSPO; enhanced billing design paper; neteff; netmon; precedence;
proxyagent; scps

Site : afrodite.cti.gr
Country: Greece
GMT : +2
Date : 10-Nov-95
Source : mail
Alias :
Admin : Kappos Panayotis (P.Ka...@cti.gr)
Organ : Computer Technology Institute
Server :
System : Netware (Novell Netware, PC fileserver)
URL : ftp://afrodite.cti.gr/
Comment: [preliminary entry: not checked yet]
Files : MS-DOS; MS-Windows; WWW utils

Site : afutub.extern.tu-berlin.de
Country: Germany
GMT : +1
Date : 27-Feb-95
Source : .de ftp-l
Alias :
Admin :
Organ : Technische Universitaet Berlin (Berlin University of Technology),
Berlin
Server : mail-server: mails...@afutub.extern.tu-berlin.de
System : Unix
URL : ftp://afutub.extern.tu-berlin.de/
Comment: FTP-Server der Amateurfubnk-Clubstation DK0TU (AFUTUB)
Files : Amateurfunk-Software, Geraetemodifikationen, Tips & Tricks

Site : agate.berkeley.edu
Country: USA
GMT : -8
Date : 17-Jul-94
Source : ftp.cs.ubc.ca
Alias :
Admin : use...@agate.berkeley.edu
Organ : University of California - Berkeley, Berkeley, California
Server :
System : Unix
URL : ftp://agate.berkeley.edu/
Comment: 386BSD and NetBSD have been removed, check the former mirrors (some
are listed in the README files in the 386BSD and NetBSD directories)
Files : home-ip; UCB class; Usenet (GNUs, newsgroups, newswatcher, NN, NNTP,
TIN, TRN)

Site : agora.leeds.ac.uk
Country: UK
GMT : 0
Date : 11-Mar-94
Source :
Alias : csirisb
Admin : sup...@scs.leeds.ac.uk
Organ : University of Leeds, Leeds, School of Computer Studies (SCS)
Server :
System : Unix
URL : ftp://agora.leeds.ac.uk/
Comment:
Files : CP/M; DTM; rec.games.abstract; SCS items; SGI UK distribution;

Site : ais.org
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias : umcc.umcc.umich.edu
Admin :
Organ :
Server :
System :
URL : ftp://ais.org/
Comment: tells you when you have a wrong nameserver (tell your sys admin
to run a rfc 931 server)
Files : bsdi; gopher; UMCC info;

Site : aix.rpi.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias : aix01.aix.rpi.edu
Admin :
Organ : Rensselaer Polytechnical Institute, Troy, New York
Server :
System :
URL : ftp://aix.rpi.edu/
Comment:
Files : tcpip benchmarks

Site : ajpo.sei.cmu.edu
Country: USA
GMT : -5
Date : 23-Aug-94
Source : old ftp-list
Alias :
Admin : ada...@ajo.sei.cmu.edu, postm...@ajpo.sei.cmu.edu
Organ : Carnegie-Mellon University, Pittsburgh, Pennsylvania,
ADA Joint Program Office (AJPO)
Server : gopher: ajpo.sei.cmu.edu
System :
URL : ftp://ajpo.sei.cmu.edu/
Comment: Open 24 hours; max. 20 users; ASCII files have a .txt extension,
postscript files a .ps extension
Files : all the ADA you could ask for

Site : al.mrc-lmb.cam.ac.uk
Country: UK
GMT : 0
Date : 06-Jan-94
Source : usenet
Alias :
Admin : j...@mrc-lmb.cam.ac.uk
Organ : Cambridge University, Cambridge, MRC LMB
Server :
System : Unix running Concentrix 2800
URL : ftp://al.mrc-lmb.cam.ac.uk/
Comment: /pub/beeb
Files : Some BBC utilities

Site : alamut.topy.org
Country: USA
GMT :
Date : 30-Oct-94
Source : heimdall.riapub.com
Alias :
Admin : c1...@alamut.topy.org (alamut dir)
Organ : Thee Temple Ov Physick Youth (TOPY)
Server :
System : Unix (SunOS 4.1)
URL : ftp://alamut.topy.org/
Comment: successor of heimdall.riapub.com for the TOPY archive and MXD stuff
Files : Alamut (images (no porn, don't bother), resources (magickal
resources), topy: info, transmission archive); htmlasst; PGP; some
antivirus progs; topy

Site : alex.sp.cs.cmu.edu
Country: USA
GMT : -5
Date : 30-Oct-94
Source : me
Alias : burgundy.sp.cs.cmu.edu
Admin :
Organ : Carnegie-Mellon University, Pittsburg, Pennsyllvania, CS dept.
Server :
System : Unix
URL : ftp://alex.sp.cs.cmu.edu/
Comment: Filenames can not have '/..' in them
Files : Alex (user level NFS server); cs-techreports; WWW

Site : alf.uib.no
Country: Norway
GMT : +1
Date : 15-Dec-94
Source : usenet
Alias :
Admin :
Organ : University of Bergen, Bergen
Server :
System : Unix
URL : ftp://alf.uib.no/
Comment:
Files : Editors: comp.editors FAQ and related material

Site : alfred1.u.washington.edu
Country: USA
GMT : -8
Date : 14-Dec-94
Source : usenet
Alias :
Admin :
Organ : University of Washington, Seattle, Washington
Server :
System : Unix (OSF/1)
URL : ftp://alfred1.u.washington.edu/
Comment: Problem: can't set guest privileges
Files : Shoemaker-Levy 9 (SL9) images

Site : alice.uni-passau.de
Country: Germany
GMT : +1
Date : 28-Mar-95
Source : .de ftp-l
Alias : alice.fmi.uni-passau.de
Admin : f...@alice.fmi.uni-passau.de
Organ : Universitaet Passau (University of Passau), Passau
Server :
System : Unix
URL : ftp://alice.uni-passau.de/
Comment: max. 3 users; tar, (de)compress and g(un)zip on the fly;
quote site index <string> supported
Files : archivers; Atari; Computer Algebra Systems (mas); dictionaries;
docs; Emacs-contrib; GNU; gopher; GroebnerBook; Gutenberg; IBM PC;
Linux; NeXT; pictures; RS6000; TeX; text; Unix

Site : allspice.berkeley.edu
Country: USA
GMT : -8
Date : 22-May-94
Source :
Alias : sprite.berkeley.edu
Admin :
Organ : University of California - Berkeley, Berkeley, California
Server :
System : Unix
URL : ftp://allspice.berkeley.edu/
Comment:
Files : FDDI; RAID-II; papers; pfile; sosp-traces; welch; WWW

Site : allspice.lcs.mit.edu
Country: USA
GMT : -5
Date : 11-Mar-94
Source : old ftp-list
Alias : thyme.lcs.mit.edu
Admin :
Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts,
Laboratory of Computer Sciences
Server :
System : Unix
URL : ftp://allspice.lcs.mit.edu/
Comment:
Files : CMU-PCIP; dartnet; disktab; ecma-desd; mcode; netsim; PCMAIL; SNMP;
SNPP; white-pages; WP

Site : alpha.gnu.ai.mit.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : me
Alias : spiff.gnu.ai.mit.edu
Admin :
Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts,
AI Lab.
Server :
System : News-OS
URL : ftp://alpha.gnu.ai.mit.edu/
Comment:
Files : GNU related things (same as the other GNU sites, no GIFs)

Site : alpha.vyne.com
Country: USA
GMT : -5
Date : 10-Nov-95
Source : usenet
Alias :
Admin :
Organ : Vyne Communications, New York, New York
Server :
System : Unix
URL : ftp://alpha.vyne.com/
Comment:
Files : Gen-X (/pub/marvel)

Site : altair.stmarys-ca.edu
Country: USA
GMT : -8
Date : 08-Nov-94
Source : admin
Alias :
Admin : wo...@altair.stmarys-ca.edu
Organ : St. Mary's College of California, Moraga, California, Math. dept.
Server : gopher: altair.stmarys-ca.edu, http://altair.stmarys-ca.edu/
System : Unix (Linux, PC)
URL : ftp://altair.stmarys-ca.edu/
Comment: max. 2 users [preliminary entry: not checked yet]
Files : Tradewars archive (/pub/tradewars) -- BBS door game

Site : altdorf.ai.mit.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias : martigny.ai.mit.edu
Admin :
Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts
AI Lab.
Server :
System :
URL : ftp://altdorf.ai.mit.edu/
Comment: guest login disallowed after 3am and before 9am local time; see
the file POLICY for full details; max. 20 users
Files : c-scheme

Site : alterego.stack.urc.tue.nl
Country: Netherlands
GMT : +1
Date : 10-Oct-96
Source : .nl ftp-l
Alias : cvsup.nl.freebsd.org, footloose.stack.urc.tue.nl
Admin : ro...@alterego.stack.urc.tue.nl
Organ : Technische Universiteit Eindhoven (Eindhoven University of
Technology), Eindhoven, MCGV Stack
Server :
System : Unix
URL : ftp://alterego.stack.urc.tue.nl/
Comment: transactions are logged; 486 with 8Mb
Files : ACM; Dutch Guitar Files; FreeBSD; NS; OLGA guitar archive
(ftp.nevada.edu CLOSED)

Site : alumni.cs.colorado.edu
Country: USA
GMT : -7
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Colorado - Boulder, Boulder, Colorado
Server :
System : Unix
URL : ftp://alumni.cs.colorado.edu/
Comment: Problem: Timeout
Files : eli; mactivation

Site : amazon.eng.fau.edu
Country: USA
GMT : -5
Date : 30-Oct-94
Source : .de ftp-l
Alias :
Admin :
Organ :
Server :
System : Unix
URL : ftp://amazon.eng.fau.edu/
Comment:
Files : cse; ee; Macs; me; oe; religion

Site : ames.arc.nasa.gov
Country: USA
GMT : -8
Date : 23-May-94
Source : mail
Alias :
Admin : y...@atlas.arc.nasa.gov (Peter Yee)
Organ : NASA - Ames Research Center, Moffett Field, California
Server :
System : Unix
URL : ftp://ames.arc.nasa.gov/
Comment: files from the /pub/SPACE directory have been moved to
explorer.arc.nasa.gov because it's bigger, faster and more reliable
Files : 3B2; apms; CFD-images; Frequent Flyer; GIF; GRAF-BIB; iWarp; MS-DOS;
paranoid archive; SCUBA; sils; soft-managers; Space archive; SUNREP;
Unix; VW (info, archive)

Site : amy.tch.harvard.edu
Country: USA
GMT : -5
Date : 02-Aug-94
Source : ftp.sterling.com
Alias :
Admin :
Organ : Harvard University, Cambridge, Massachusetts
Server :
System : Unix (Ultrix 4.1)
URL : ftp://amy.tch.harvard.edu/
Comment: some files to be mirrored on ftp.sterling.com
Files : jed; most; slang; slsc

Site : anchor.cs.binghamton.edu
Country: USA
GMT : -6
Date : 14-Nov-95
Source :
Alias :
Admin : ro...@anchor.cs.binghamton.edu
Organ :
Server :
System : Unix
URL : ftp://anchor.cs.binghamton.edu/
Comment:
Files : Linux Mobile-IP

Site : andy.bgsu.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias : bgsuvax.bgsu.edu
Admin :
Organ :
Server :
System :
URL : ftp://andy.bgsu.edu/
Comment:
Files : Unix sysadm tools; Unix Vote by mail; Unix etc.;
College hockey stats

Site : animal.cs.chalmers.se
Country: Sweden
GMT : +1
Date : 11-Mar-94
Source :
Alias :
Admin :
Organ : Chalmers University of Technology, Gothenburg
Server :
System : Unix (SunOS 4.1)
URL : ftp://animal.cs.chalmers.se/
Comment:
Files : cs-reports; haskell; numerical analysis; www

Site : anna.stanford.edu
Country: USA
GMT : -8
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : Stanford University, Menlo Park, California
Server :
System : Unix (SunOS 4.1)
URL : ftp://anna.stanford.edu/
Comment:
Files : Anna (Annotated Ada) software and docs

Site : anomaly.sbs.risc.net
Country: USA
GMT : -4
Date : 06-Jan-94
Source : old ftp-list
Alias : anomaly.sbs.com
Admin : ftp-...@anomaly.sbs.risc.net
Organ : The Rhode Island Internet Systems Cooperative Network
Server : Limited FTP connections. Email server accepts 'snarf' in Subject
then 'snarf addess <login>@<site>' and 'snarf help' in body:
sn...@anomaly.sbs.risc.net
System :
URL : ftp://anomaly.sbs.risc.net/
Comment:
Files : Linux SLS; TLS files for SCO Xenix, Unix, or ODT

Site : aql.gatech.edu
Country: USA
GMT : -5
Date : 22-Dec-94
Source : magazine
Alias :
Admin : ch...@aql.gatech.edu (Paul S. Goggin)
Organ : Georgia Tech, Atlanta, Georgia, Air Quality Laboratory
Server :
System : Unix
URL : ftp://aql.gatech.edu/
Comment:
Files : 40Hex magazine archives; art; Computer Underground Digest (CuD);
crypto (mirror of the cypherpunks archive and more); EFF (small
parts of ftp.eff.org); Netinfo (NetInfo mailing list archive);
OTIS Project (from 141.214.4.135 and sunsite.unc.edu); seasame;
security; utils; virii; Virtual Culture; Xfiles; Zines (incl.
Voices from the Net)

Site : archie.au
Country: Australia
GMT : +10
Date : 01-Jan-97
Source : mail
Alias : arnold.telstra.net.au
Admin : f...@archie.au (Wayne Farmer)
Organ : Telstra Internet, Canberra
Server :
System : Unix
URL : ftp://archie.au/
Comment: this archive is primarily intended for Australian users and consist
mostly of mirrors of international sites to reduce the load on the
Australian link
Files : archie, Amiga, CIAC, FreeBSD, GNU, gopher, graphics, Java, Linux,
Mac, NCSA, RFCs, security, Simtel mirror (/pc/coast), garbo.uwasa.fi
(/pc/garbo), Unix (mail, news, webservers, etc.), Usenet, Weather,
Winsock (Indiana State), X11

Site : archie.inesc.pt
Country: Portugal
GMT : 0
Date : 22-Mar-96
Source : admin
Alias : ftp.inesc.pt
Admin : ftpm...@inesc.pt
Organ : INESC (Instituto de Engenharia de Sistemas e Computadores), Lisboa
Server : ftp...@archie.inesc.pt
System : Unix (SunOS4.1.3, Sun 670MP)
URL : ftp://archie.inesc.pt/
Comment: accessible to Portuguese nodes only; 6Gb disk space
Files : comms; GNU; ietf; Linux; local stuff; news-archive; RFCs;
weather maps; Windows 3 (ibmpc/windows3); WWW (www/mosaic); X;
and more

Site : archimedes.pol.lublin.pl
Country: Poland
GMT : +1
Date : 25-Jun-95
Source : usenet
Alias :
Admin :
Organ : Politechnika Lubelska (Technical University of Lublin), Lublin,
Management Science Faculty (Wydzial Zarzadzania)
Server :
System : Netware (Novell Netware, PC Fileserver)
URL : ftp://archimedes.pol.lublin.pl/
Comment: default directory: /PUB; max. 15 users; time restrictions:
outside 09:00-18:00 local time
Files : pictures

Site : archive.afit.af.mil
Country: USA
GMT : -5
Date : 15-Dec-94
Source : old ftp-list
Alias :
Admin : ham...@afit.af.ml; arch...@afit.af.mil
Organ : U.S. Air Force - Air Force Institute of Technology
Server :
System : Unix
URL : ftp://archive.afit.af.mil/
Comment: archives from blackbird.afit.af.mil; transfers are logged
Files : 386BSD; AFFORMS; ANNS; blackbird; bp; drawland; ghostdos; GNU; mpc;
MS-DOS; Neural graphics; news; OARNet maps; RFCs; Sattelite software,
documents, elements; simnet; sound; space; sweep; tech-reports;
virus research; wavelets; xntp

Site : archive.cs.umbc.edu
Country: USA
GMT : -5
Date : 10-Sep-94
Source : usenet
Alias :
Admin : ro...@archive.cs.umbc.edu
Organ : University of Maryland - Baltimore County Campus, Baltimore,
Maryland, CS dept.
Server :
System : Unix
URL : ftp://archive.cs.umbc.edu/
Comment:
Files : ARPA/DARPA; CAIA; cikm; conferences; cshc; curnoles; demacs; finin;
funny; gopher; ICCCN; IJICIS; images; Liverpool; Memorization;
reports; SGI; sgml; sigcomm93; Sun; TeX; UMBC; Unix-PC; Windows;
WWW; X11

Site : archive.egr.msu.edu
Country: USA
GMT : -5
Date : 30-Oct-94
Source : old ftp-list
Alias : ftp.egr.msu.edu
Admin : f...@egr.msu.edu
Organ : Michigan State University, Lansing, Michigan, College of Engineering
Server :
System : Unix (System V Release 4.0)
URL : ftp://archive.egr.msu.edu/
Comment: uploads to /incoming, send mail to admin (normally only MSU uploads,
others on a 'strong claim' basis)
Files : antivirus; ce; circuits; deller; Elm-pc; etalk; eview; fisher;
future; me440; motorola; MS-DOS; MSU: roundtable, roundtable-games;
netinfo; OS/2; Perl-pc; pinups; sca; startrek; vista

Site : archive.epas.utoronto.ca
Country: Canada
GMT : -5
Date : 11-Mar-94
Source : usenet
Alias : klingon.epas.utoronto.ca
Admin :
Organ : University of Toronto, Toronto, Ontario
Server :
System : Unix (386)
URL : ftp://archive.epas.utoronto.ca/
Comment: mirrored on several sites
Files : Gravis Ultrasound Soundcard (GUS) files

Site : archive.latrobe.edu.au
Country: Australia
GMT : +10
Date : 10-Sep-94
Source : usenet
Alias : luga.latrobe.edu.au
Admin : postm...@latrobe.edu.au
Organ : La Trobe University, Melbourne, Victoria
Server : WWW: www.latrobe.edu.au
System : Unix
URL : ftp://archive.latrobe.edu.au/
Comment: OS/2 uploads to ftp.cdrom.com please!; all sessions are logged
Files : caut94; celia; dimsym; doc; exp; images; Kermit; Mac; mirrors:
Hobbes (ftp-os2.nmsu.edu), ftp.cdrom.com mirror (OS/2), SGI; MS-DOS;
music; network; spusc93; spusc94; stats; Unix; Windows

Site : archive.nevada.edu
Country: USA
GMT : -7
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Nevada - Las Vegas, Las Vegas, Nevada
Server :
System :
URL : ftp://archive.nevada.edu/
Comment: Problem: I/O error on network device
Files : US Constitution & supporting docs; religious texts; Bible;
lds texts

Site : archive.orst.edu
Country: USA
GMT : -8
Date : 14-Dec-94
Source : moder.zip
Alias : ftp.orst.edu, gaia.ucs.orst.edu
Admin : arch...@ftp.orst.edu (Kean Stump)
Organ : Oregon State University, Corvallis, Oregon, Milne CC
Server :
System : Unix (SunOS, Sun 4/690)
URL : ftp://archive.orst.edu/
Comment: Open 24 hours; max. 500 users
Files : astro-data; comm; doc; Doom; gaming; lang; mailing-lists; mirrors:
Linux (sunsite.unc.edu), ucs.orst.edu, Simtel Software Repository,
Windows archive: ftp.winsite.com; network; news; noc;
OSU-gopher; packages; publishers; security; skunk-works; SNMP; Sun;
systems; Usenet; WAIS

Site : archive.umich.edu
Country: USA
GMT : -5
Date : 29-Jun-95
Source : admin
Alias : amiga.archive.umich.edu, apple2.archive.umich.edu,
atari.archive.umich.edu, mac.archive.umich.edu,
msdos.archive.umich.edu, next.archive.umich.edu,
physics.archive.umich.edu, linguistics.archive.umich.edu
Admin : {apollo,atari,linguistics,mac,msdos}-arch...@archive.umich.edu
Organ : University of Michigan, Ann Arbor, Michigan
Server :
System : Unix (OS: several depending on machine)
URL : ftp://archive.umich.edu/
Comment: weekends: 60 connections, weekdays, 11pm 'til 4am (EST): 60,
weekdays, 6pm 'til 11pm and 4am 'til 6am (EST): 30, weekdays,
6am 'til 11pm and 4am 'til 6am: 10 connections; the best way to
access the archive is via AFS, if you have AFS installed, use cd
or make a link to /afs/umich.edu/group/itd.archive; daily mirrors:
ftp.wustl.edu (/systems/{apple2,mac,atari,ibmpc,next}/umich.edu),
ftp.doc.ic.ac.uk (/packages/mac/umich),archie.au(/micros/mac/umich),
ftp.pht.com (/pub/mac/umich), ftp.sunet.se (/pub/mac/umich),
mirrors.aol.com (/pub/mac); connecting to mirror.archive.umich.edu
will automatically connect you to one of the above mirrors
[NICE FEATURE, too bad it gave an I/O error when I tried it];
This site requires some explanation:
{amiga,msdos, physics} actually map to apollo21.aal.itd.umich.edu,
{apple2,atari, mac, next} map to carpediem.ccs.itd.umich.edu,
archive.umich.edu and linguistics.archive.umich.edu map to
pogue.admin.lsa.umich.edu; DO NOT USE THESE, listed for completeness
and confusion only :-)
Files : Apple2; Apollo; Atari; Celia; economics; Internet; linguistics; Mac;
MS-DOS; newton; NeXT; OS/2; physics

Site : archives.math.utk.edu
Country: USA
GMT : -5
Date : 31-Aug-95
Source : moder.zip
Alias :
Admin : he...@archives.math.utk.edu
Organ : University of Tennessee, Knoxville, Tennessee
Server : ftp...@archives.math.utk.edu, http://archives.math.utk.edu/
gopher://archives.math.utk.edu/
System : Unix
URL : ftp://archives.math.utk.edu/
Comment: Mathematics archives
Files : calculus-reform; life-sciences; Mac; Mathematics; MS-DOS;
multi-platform; software

Site : archsci.arch.su.edu.au
Country: Australia
GMT : +10
Date : 14-Dec-94
Source : usenet
Alias :
Admin :
Organ : Sydney University, Sydney
Server :
System : Unix (SunOS 4.1)
URL : ftp://archsci.arch.su.edu.au/
Comment:
Files : AID94; DCN; DURP; Freeman Installer (/pub/tongk/finst151.zip);
KCDC; LaTeX; Linux; MM94; WAID95

Site : arginine.umdnj.edu
Country: USA
GMT : -5
Date : 31-Aug-95
Source : usenet
Alias :
Admin : db...@soma.umdnj.edu
Organ : CIMR, Camden, New Jersey
Server :
System : Unix (SunOS, Sun3/50)
URL : ftp://arginine.umdnj.edu/
Comment: 2300-0600 max. 5 users, 0600-2300 max. 2 users
Files : citadel; geos; LPMUD; object; Queensryche; Unix

Site : arizona.edu
Country: USA
GMT : -7
Date : 23-Aug-94
Source : rtfm
Alias : maggie.telcom.arizona.edu
Admin :
Organ : University of Arizona, Tucson, Arizona
Server :
System : VMS (VMS, DEC VAX)
URL : ftp://arizona.edu/
Comment: default directory: NETINFO_ROOT:[000000]; if you are running
Multinet, use MODE LZ for compression
Files : Arizonet; hints; hosts; information; mail; multicast; multinet;
networks; RFCs; services; VMS software; UofA; XSky

Site : armstrong.cs.buffalo.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : State University of New York - Buffalo, Buffalo, New York, CS dept.
Server :
System : Unix (SunOS 4.1)
URL : ftp://armstrong.cs.buffalo.edu/
Comment:
Files : rec.radio.amateur

Site : armyant.ee.vt.edu
Country: USA
GMT : -5
Date : 11-Nov-96
Source : usenet
Alias :
Admin : un...@vt.edu
Organ : Virginia Technological Institute (VATECH), Blacksburgh, Virginia,
EE dept.
Server :
System : Unix (System V Release 4.0)
URL : ftp://armyant.ee.vt.edu
Comment:
Files : bay (papers); jehu (AgentBuilder, JavaClassifierSystem, smalltalk,
WebUp); johnson (ncaa); mfiles; unsal (accent, gun, la, scs, seig,
sultani, turkish)

Site : arp.anu.edu.au
Country: Australia
GMT : +10
Date : 23-Aug-94
Source : old ftp-list
Alias : cisr.anu.edu.au [?]
Admin : ro...@arp.anu.edu.au
Organ : Australian National University
Server :
System : Unix (System V Release 4.0)
URL : ftp://arp.anu.edu.au/
Comment:
Files : abelson; akcl; blackhole; bridge; CISR; compress; exedit; Finder;
haskell; HPFF; kripke; lam228; license-forms; lisp; MaGIC; mizar;
ml; mpi; multicast; otter; papers; PAWS; Solaris 2.3; tech-reports;
tptp

Site : asparagin.cenargen.embrapa.br
Country: Brazil
GMT : -3
Date : 13-Sep-94
Source : usenet
Alias :
Admin : bb...@cenargen.embrapa.br
Organ : CNPq/RNP, , Embrapa/Cenargen, BMBBNet/Brazilian Bioinformatics
Resource Center (BBRC)
Server : gopher
System : Unix
URL : ftp://asparagin.cenargen.embrapa.br/
Comment: BBRC is an EMBNet node
Files : empty [?]

Site : asterix.inescn.pt
Country: Portugal
GMT : 0
Date : 25-Jan-95
Source :
Alias :
Admin : a...@asterix.inescn.pt (Antonio Costa)
Organ : Instituto de Engenharia de Sistemas e Computadores N
Server :
System : Unix (Ultrix 4.1)
URL : ftp://asterix.inescn.pt/
Comment: max. 4 users; server can (de)compress, g(un)zip and .tar on the fly
Files : archivers; eli; fbm; flidemos; Gems; graphics; jpeg; LightR;
pbmplus; PC; python; qterm; Rtrace; tiff; xflick; xim

Site : astro.uchicago.edu
Country: USA
GMT : -6
Date : 29-Jun-95
Source : mail
Alias :
Admin :
Organ : University of Chicago, Chicago, Illinois
Server :
System : Unix
URL : ftp://astro.uchicago.edu/
Comment:
Files : apoprop; astro; bbnrev; collegebowl; cosmic rays; globular; hibeb;
hst_qso; ibbn; iraf; jupiter; mac; microlens; spirex

Site : asustek.asus.com.tw
Country: Taiwan
GMT : +8
Date : 14-Nov-95
Source : ftp.eni.co.jp
Alias :
Admin : ad...@asus.com.tw
Organ : ASUS
Server :
System : Unix
URL : ftp://asustek.asus.com.tw/
Comment: slow link, be patient or try again later
Files : ASUS (BIOS, drivers, info, techinfo, tools); Chinese; docs (dtmf,
internet, Linux); iiiafs; OS (Linux: collect, DIR guide, docs, DOS
utils, kernel, Linux International, packages, Slackware); packages
(infosystems, mail-server, security); PC (windows); vendors (McAfee,
Microsoft)

Site : asuvax.eas.asu.edu
Country: USA
GMT : -7
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : Arizona State University, Tempe, Arizona, College of Engineering
and Applied Sciences
Server :
System : Unix (Ultrix 4.1)
URL : ftp://asuvax.eas.asu.edu/
Comment:
Files : Fidonet node list

Site : asylum.sf.ca.us
Country: USA
GMT : -8
Date : 23-Jul-95
Source : rtfm
Alias : ftp.apocalypse.org
Admin :
Organ : Apocalypse, San Francisco, California
Server :
System : Unix
URL : ftp://asylum.sf.ca.us/
Comment: all commands and transfers are logged; Try ftp.elf.com for ELF
Communication's stuff
Files : apocalypse; asylum; bingbong; bps; Cerebus (read the
rec.arts.comics FAQ for details); circlet; clover; dsp; filter;
flash; fsb; GOLD; gub; internet-drafts; itc; leadheads; leather;
multitone; mystery-hill; norn; omnium; ranchers; RFCs; sappho;
Slackware; tcp-encryption; Usenet; User public directories; void;
wintalk (see ftp.elf.com)

Site : atheist.tamu.edu
Country: USA
GMT : -6
Date : 06-Nov-94
Source : mail
Alias : freethought.tamu.edu
Admin : ro...@atheist.tamu.edu
Organ : Texas A&M University, , Texas, Agnostic & Atheist Student Group
Server : WWW: http://freethought.tamu.edu/
System : Unix (A/UX 3.1.1, Macintosh Quadra 700)
URL : ftp://atheist.tamu.edu/
Comment: max. 20 users
Files : Secular and freethought literature: Bank of Wisdom, Forefather
Quotes, Lisp code, nontheism, quoteslist, Religion (Christianity,
Islam), US constitution

Site : athena.cs.uga.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Georgia, Athens, Georgia, CS dept.
Server :
System :
URL : ftp://athena.cs.uga.edu/
Comment:
Files : GNU; Elm; top; COPS

Site : athos.rutgers.edu
Country: USA
GMT : -5
Date : 14-Nov-95
Source : old ftp-list
Alias : planchet.rutgers.edu
Admin :
Organ : Rutgers University, Piscataway, New Jersey
Server : http://athos.rutgers.edu/
System : Unix
URL : ftp://athos.rutgers.edu/
Comment:
Files : 3bin; LCSR computing; cisco; dcs; ietf; images; internet drafts;
nanotech; pub: armhold, dimacs, dvidoc, enet, etalk, hosts, hpcd,
hyperplane animator, interop, Linux, NCSA-telnet; purity, rumap,
spacings, Suns-at-home, tech-reports, win31, win95; resource guide;
rfc; runet; soc.religion.christian; Sun; timestamp

Site : atitech.ca
Country: Canada
GMT : -5
Date : 23-Aug-94
Source : usenet
Alias : hq.atitech.ca
Admin :
Organ : ATI
Server :
System : Unix
URL : ftp://atitech.ca/
Comment:
Files : ATI product (videocard) drivers, info, utilities (AVIs, images,
OS/2, Windows)

Site : atlantis.utmb.edu
Country: USA
GMT : -6
Date : 19-Apr-94
Source : rtfm
Alias : atlntis.utmb.edu
Admin :
Organ : University of Texas - Galveston, Galveston, Texas, Medical Branch
Server :
System : Unix (SunOS 4.1)
URL : ftp://atlantis.utmb.edu/
Comment:
Files : C-Kermit; complex; hosts; pc; POPmail; virus-l; virus-software

Site : atlas.psyschem.chemie.uni-tuebingen.de
Country: Germany
GMT : +1
Date : 28-Mar-95
Source : .de ftp-l
Alias : atlas.ipc.uni-tuebingen.de
Admin : ftp-...@atlas.psyschem.chemie.uni-tuebingen.de
Organ : Universitaet Tuebingen (University of Tuebingen), Tuebingen,
Chemistry dept.
Server :
System :
URL : ftp://atlas.psyschem.chemie.uni-tuebingen.de/
Comment:
Files :

Site : atlas.upei.ca
Country: Canada
GMT :
Date :
Source : mail
Alias :
Admin :
Organ : University of Pei/PeiNet
Server :
System :
URL : ftp://atlas.upei.ca/
Comment:
Files :

Site : att-in.att.com
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : AT&T
Server :
System : Unix (SunOS 4.1)
URL : ftp://att-in.att.com/
Comment:
Files : PSPreviewer

Site : audrey.levels.unisa.edu.au
Country: Australia
GMT : +9
Date : 12-Feb-94
Source : old ftp-list
Alias : audrey.sait.edu.au
Admin : f...@audrey.levels.unisa.edu.au
Organ : University of Southern Australia, ,
Signal Processing Research Institute, Digital Communications Group
Server : Open 24 hours
System :
URL : ftp://audrey.levels.unisa.edu.au/
Comment:
Files : lemacs; space flight info (manifests, launch times, etc...);
satellite modems; speech; Twin Peaks (TV series) info

Site : augean.eleceng.adelaide.edu.au
Country: Australia
GMT : +9.5
Date : 06-Jan-94
Source : old ftp-list
Alias : augean.ua.oz.au
Admin :
Organ : University of Adelaide, Adelaide, Electrical and Electronic
Engineering dept.
Server :
System :
URL : ftp://augean.eleceng.adelaide.edu.au/
Comment:
Files : patches for gdb and gas

Site : aun.uninett.no
Country: Norway
GMT : +1
Date : 02-Sep-96
Source : mail
Alias :
Admin :
Organ :
Server :
System : Unix
URL : ftp://aun.uninett.no/
Comment:
Files : cert; decnet; drifts-data; ietf; intern-drifts; ps; pub (ean,
foredrag, gopher, hefter, isoc, isode, katalog, kuf, Mac, mail,
network, PC, secude, transfer, UNINyTT, Unix); rare; samson;
supernett; uninett; X.25

Site : aurora.arc.nasa.gov
Country: USA
GMT : -8
Date : 23-May-94
Source : old ftp-list
Alias : eos.arc.nasa.gov
Admin :
Organ : NASA - Ames Research Center, Moffett Field, California
Server :
System : Unix
URL : ftp://aurora.arc.nasa.gov/
Comment:
Files : nlr; orst; quest-dist; Rhosettastone; sky

Site : austin.bsdi.com
Country: USA
GMT : -7
Date : 22-May-94
Source :
Alias :
Admin : san...@bsdi.com
Organ : Berkeley Software Design Inc.
Server :
System : Unix
URL : ftp://austin.bsdi.com/
Comment: main archive is on ftp.bsdi.com; transfers are logged
Files : FreeWAIS; IDE conf; plexus; www

Site : autoinst.acs.uci.edu
Country: USA
GMT : -8
Date : 11-Nov-96
Source : usenet
Alias :
Admin : stro...@uci.edu
Organ : University of California - Irvine, Irvine, California, ACS
Server :
System : Unix
URL : ftp://autoinst.acs.uci.edu/
Comment:
Files : autoinstall; daemon; DRS-Linux (cross compiler); limited fingerd;
plpd; popper (modified popper to allow for flakey clients);
sendmail (local info and docs about writing sendmail.cf); stamp;
Xkernel-sun4c (Config Sun4c's as Xterms); ypasswd (for Linux,
Solaris 2.x, Irix 5.x and OSF/1 3.x)

Site : auvm.american.edu
Country: USA
GMT : -5
Date : 31-Aug-95
Source : rtfm
Alias :
Admin : j...@auvm.american.edu (Jim McIntosh, bit.listserv.hellas archive)
Organ : American University
Server :
System : VM/CMS
URL : ftp://auvm.american.edu/
Comment: default directory: AUSYSU:PUB
Files : anglican; appc; assisi; au; catholic; cfids; dcraves; dignity;
emusi; infosys; listlogs (bit.listserv.hellas archive); mexico;
netnews; seraves; viewers; www

Site : avahi.inria.fr
Country: France
GMT : +1
Date : 15-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : INRIA
Server :
System : NEWS-OS 4.0c
URL : ftp://avahi.inria.fr/
Comment:
Files : Amiga; COSE; egeria; Free Compilers List; gipe; gopath; gwm; IBM PC;
ISM; K-Edit; Klone; Koalabus; made; Meta-X; pixmap; TCL;
videoconference; wtk; xmh; xpm; xfedor; xtrek

Site : avalon.vislab.navy.mil
Country: USA
GMT : -8
Date : 19-Feb-95
Source : mail
Alias : avalon.chinalake.navy.mil
Admin : ftpa...@avalon.vislab.navy.mil
Organ : U.S. Navy - NAWCWPNS, Chinalake, California
Server :
System : Unix
URL : ftp://avalon.vislab.navy.mil/
Comment: transfers are logged; try to use this server outside of working
hours (7am-5pm PST); all valid hosts are allowed; uploads to
/pub/incoming; index file in /pub/INDEX
Files : FAQs; format_specs; objects (SGI 3D Object files (mirrored on
ftp.povray.org), Inventor interchange); textures; utils

Site : avs.ncsc.org
Country: USA
GMT : -5
Date : 15-Jan-95
Source : old ftp-list
Alias : doppler.avs.ncsc.org
Admin : a...@ncsc.org
Organ : International AVS Center, Research Triangle Park, North Carolina
Server :
System : Unix (SunOS 4.1)
URL : ftp://avs.ncsc.org/
Comment: Download AVS_LICENSE first
Files : AVS (archives '93 '94 '95, courses, modules, net_news, user_group);
landreth; metereology; pictures; siggraph; walkthru; VolVis 92,
volume datasets

Site : azabu.tkl.iis.u-tokyo.ac.jp
Country: Japan
GMT : +9
Date : 15-Dec-94
Source : usenet
Alias :
Admin :
Organ : University of Tokyo, Tokyo
Server :
System : Unix
URL : ftp://azabu.tkl.iis.u-tokyo.ac.jp/
Comment:
Files : Chinese; copysoft; CQK; dbms; demacs; games; hml; hterm; Japanese;
kaken; Linux mprotect; NOAA; Windows NT; ZyXEL

Site : b.gp.cs.cmu.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : Carnegie-Mellon University, Pittsburgh, Pennsylvania, CS dept.
Server :
System :
URL : ftp://b.gp.cs.cmu.edu/
Comment: Filenames cannot begin with "/.."; user anon logged in
Files :

Site : b.psc.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : Pittsburgh Supercomputing Center, Pittsburg, Pennsylvania
Server :
System : VMS (VMS, DEC VAX)
URL : ftp://b.psc.edu/
Comment: default directory: SYS$SYSDEVICE:[PSC0.[PSCPUB.ANONYMOUS]
Files : GPLOT; GTEX

Site : b.scs.uiuc.edu
Country: USA
GMT : -6
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Illinois - Urbana/Champaign, Urbana, Illinois,
CS dept.
Server :
System : VAX/VMS
URL : ftp://b.scs.uiuc.edu/
Comment: default directory: SYS$SYSDEVICE:[NETDIST.PUB]
Files : LaTex

Site : b65103.student.cwru.edu
Country: USA
GMT : -5
Date : 26-Jan-95
Source : usenet
Alias :
Admin : ar...@po.cwru.edu
Organ : Case Western Reserve University, Cleveland, Ohio, LameNESS site
Server :
System : Unix
URL : ftp://b65103.student.cwru.edu/
Comment:
Files : demos [empty]; games; lameness; sound; utils; virus; windows;
winsock

Site : babar.ucsf.edu
Country: USA
GMT : -8
Date : 10-Sep-94
Source : rtfm
Alias : babar.mmwb.ucsf.edu
Admin : s...@cgl.ucsf.edu (Scott Presnell), st...@cgl.ucsf.edu
(Steve Sizemore)
Organ : University of California - San Francisco, San Francisco, California
Dept. of Pharmaceutical Chemistry, Cohen Group Irises
Server :
System : Unix (Irix)
URL : ftp://babar.ucsf.edu/
Comment:
Files : SGI Irix files: automounter daemon, batch, rcsgdiff, tcpdump, top

Site : babcock.cerc.wvu.edu
Country: USA
GMT : -5
Date : 17-Apr-94
Source :
Alias : gopher.cerc.wvu.edu
Admin :
Organ :
Server :
System : Unix
URL : ftp://babcock.cerc.wvu.edu/
Comment:
Files : cercnet_abstracts; research in review; sci.med.telemedicine;
sources; tech-reports

Site : baboon.cv.nrao.edu
Country: USA
GMT : -5
Date : 23-Aug-94
Source : usenet
Alias :
Admin :
Organ :
Server :
System : Unix
URL : ftp://baboon.cv.nrao.edu/
Comment:
Files : AIPS documents and patches; AIPS++; FITS test images; image
processing; Radioastronomy;

Site : bach.cis.temple.edu
Country: USA
GMT : -5
Date : 22-Mar-96
Source : mail
Alias :
Admin : ftpa...@bach.cis.temple.edu
Organ : Temple University, Philadelphia, Pennsylvania, CIS
Server :
System : Unix
URL : ftp://bach.cis.temple.edu/
Comment: warning message about unauthorized use
Files : ACCU (CVu-disks, People); GNU; Linux (docs, kernel, mirrors
(linux.nrao.edu, sunsite.unc.edu), packages, security); People
(Alex, Fowler, Okir, Stauffer, Uphoff)

Site : baldrick.eia.brad.ac.uk
Country: UK
GMT : 0
Date : 25-Jan-95
Source : usenet
Alias :
Admin :
Organ : University of Bradford, Bradford, EIA
Server : fsp, http://www.eia.brad.ac.uk/
System : Unix
URL : http://www.eia.brad.ac.uk/
Comment:
Files : blowpic; kylie (animations, discography, maillist, newsletter,
pics); Married With Children; rti; winsock (conn4); www

Site : barkley.berkeley.edu
Country: USA
GMT : -8
Date : 11-Mar-94
Source :
Alias :
Admin :
Organ : University of California - Berkeley, Berkeley, California
Server :
System : Unix
URL : ftp://barkley.berkeley.edu/
Comment: appears to be empty, no pub directory, only a e266 directory
Files :

Site : barnacle.erc.clarkson.edu
Country: USA
GMT : -5
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin : ro...@grape.ecs.clarkson.edu (Brad Clements)
Organ : Clarkson University, Potsdam, New York
Server :
System : Unix
URL : ftp://barnacle.erc.clarkson.edu/
Comment: Problem: I/O error on network device; some files have moved
here from grape.ecs.clarkson.edu
Files : packet drivers; MS-DOS, Opus BBS; MSDOS; graphics; Freemacs;
comp.binaries.ibm.pc

Site : bass.geo.ucalgary.ca
Country: Canada
GMT : -7
Date : 14-Dec-94
Source : rtfm
Alias :
Admin :
Organ : University of Calgary, Calgary
Server :
System : Unix (SunOS 4.1)
URL : ftp://bass.geo.ucalgary.ca/
Comment:
Files : ERUUG; cgam; hcb; nupop; pipe

Site : bastet.sbs.ohio-state.edu
Country: USA
GMT : -6
Date : 25-Jan-95
Source : usenet
Alias :
Admin :
Organ : Ohio State University, , Ohio, SBS
Server :
System : Unix (SunOS 4.1)
URL : ftp://bastet.sbs.ohio-state.edu/
Comment:
Files : biblio (biblio, GIS: Mac, PC); OSUmap

Site : bbs.augsburg.edu
Country: USA
GMT : -6
Date : 25-Jan-95
Source : mail
Alias : aug3.augsburg.edu
Admin : schw...@aug3.augsburg.edu
Organ : Augsburg College, Minneapolis, Minnesota
Server :
System : Unix
URL : ftp://aug3.augsburg.edu/
Comment: transfers are logged; Project Kalidescope: /pub/pkal; max. 3 users
Files : BBS; Project Kalidescope

Site : bcm.tmc.edu
Country: USA
GMT : -6
Date : 10-Feb-94
Source : old ftp-list
Alias : watson.bcm.tmc.edu
Admin :
Organ : Texas Medical Colleges, Houston, Texas, Baylor College of Medicine
Server :
System : Unix
URL : ftp://bcm.tmc.edu/
Comment:
Files : MS-DOS and PC-NFS Gopher client (based on Unix curses); NFS list;
Texas UUCP maps

Site : bdt.ftpt.br
Country: Brazil
GMT : -3
Date : 13-Sep-94
Source : me
Alias :
Admin :
Organ : Base de Dados Tropica (Tropical Database), Campinas
Server : gopher
System : Unix (SunOS 4.1)
URL : ftp://bdt.ftpt.br/
Comment:
Files : fita; kits; RIO92; software [?]; UNCED

Site : beach.gal.utexas.edu
Country: USA
GMT : -6
Date : 19-Apr-94
Source : old ftp-list
Alias : beach; beach.utmb.edu
Admin : pe...@beach.gal.utexas.edu (John Perry) [probably changed]
Organ : University of Texas - Galveston, Galveston, Texas, Medical Branch
Server :
System : VMS (VMS, DEC VAX)
URL : ftp://beach.gal.utexas.edu/
Comment: default directory DKA0:[ANONYMOUS]
Files : anti-virus utilities

Site : bear.montefiore.ulg.ac.be
Country: Belgium
GMT : +1
Date : 29-Jun-95
Source : usenet
Alias :
Admin :
Organ : Universite de Liege (University of Liege), Liege
Server :
System : Unix
URL : ftp://bear.montefiore.ulg.ac.be/
Comment: max. 20 users
Files :

Site : beatrix.icce.rug.nl
Country: Netherlands
GMT : +1
Date : 16-May-94
Source : usenet
Alias :
Admin :
Organ : Rijks Universiteit Groningen (RUG, University of Groningen),
Groningen, ICCE
Server :
System : Unix (SunOS 4.0)
URL : ftp://beatrix.icce.rug.nl/
Comment:
Files : MS-DOS; symposium; Unix; wuftp daemon for Linux

Site : beethoven.cs.colostate.edu
Country: USA
GMT : -7
Date : 11-Mar-94
Source :
Alias :
Admin :
Organ : Colorado State University, , Colorado, CS dept.
Server :
System : Unix (SunOS 4.1)
URL : ftp://beethoven.cs.colostate.edu/
Comment:
Files : goss; idcodes; M3; MS-DOS; NCSA; rro; SISAL; techreports; visa

Site : belgica.stat.washington.edu
Country: USA
GMT : -8
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Washington, Seattle, Washington
Server :
System :
URL : ftp://belgica.stat.washington.edu/
Comment:
Files :

Site : belvoir-arl-irisgt.army.mil
Country: USA
GMT : -5
Date : 10-Sep-94
Source : rtfm
Alias : irisgt.army.mil [?]
Admin :
Organ :
Server :
System : Unix
URL : ftp://belvoir-arl-irisgt.army.mil/
Comment:
Files : AAEC; acad; gallery; graphical tree demo; TACOM; utilities; viewtree

Site : bertha.pyramid.com
Country:
GMT :
Date : 10-Sep-94
Source :
Alias :
Admin :
Organ :
Server : FSP
System : Unix (System V Release 4.0)
URL : ftp://bertha.pyramid.com/
Comment:
Files : cybernews; freedom; leri

Site : beta.unisg.ch
Country: Switzerland
GMT : +1
Date : 16-Jul-94
Source : me
Alias : sgcl1.unisg.ch
Admin :
Organ : Universitaet Sankt Gallen (University of St. Gallen), St. Gallen
Server :
System : VMS (VMS, DEC VAX)
URL : ftp://beta.unisg.ch/
Comment: default directory: $1$DUA1:[SPEZ.XFR]
Files : appears empty

Site : biochemistry.cwru.edu
Country: USA
GMT : -5
Date : 11-Mar-94
Source : usenet
Alias : biochemistry.bioc.cwru.edu
Admin : ftp...@biochemistry.cwru.edu
Organ : Case Western Reserve University, Cleveland, Ohio
Server : gopher
System : MS-DOS (PC)
URL : ftp://biochemistry.cwru.edu/
Comment: transfers are logged; anonymous logins restricted to between
17:00-09:00 local time on weekdays (no restrictions on weekends);
ftp inactivity timeout set to 5 minutes; gopher available
Files : MS-DOS; MS-Windows QVT/NET software; NOS; pdbview; psaam; SLIP;
Slipper; Trumpet (DOS/Winsock); WinTCP

Site : biomol.univ-lyon1.fr
Country: France
GMT : +1
Date : 06-Jan-94
Source : old ftp-list
Alias : biom3.univ-lyon1.fr
Admin :
Organ : Universite de Lyon (University of Lyon), Lyon
Server :
System : Unix (SunOS 4.1)
URL : ftp://biomol.univ-lyon1.fr/
Comment:
Files : ACNUC nucleic acid sequences database

Site : bitnic.educom.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias : bitnic;
Admin :
Organ : BITNET NIC
Server : list...@bitnic.educom.edu (LIST...@BITNIC.BITNET)
System : VM/CMS
URL : ftp://bitnic.educom.edu/
Comment: main archive for BITNET related information
Files : lots of information regarding BITNET; nicbbs archives

Site : black.cerritos.edu
Country: USA
GMT : -8
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ :
Server : mail...@cerritos.edu
System : VMS (VMS, DEC VAX)
URL : ftp://black.cerritos.edu/
Comment: default directory: INST_DISK:[ANONYMOUS]
Files : VMSnet sources

Site : blaze.cs.jhu.edu
Country: USA
GMT : -5
Date : 11-Mar-94
Source :
Alias :
Admin : ftp-m...@blaze.cs.jhu.edu
Organ : Johns Hopkins University, Baltimore, Maryland, CS dept.
Server :
System : Unix
URL : ftp://blaze.cs.jhu.edu/
Comment: anonymous sessions may be logged
Files : CircleMUD; graphics; heath; ll-list; trux; vision

Site : blitzen.canberra.edu.au
Country: Australia
GMT : +10
Date : 22-Mar-96
Source :
Alias :
Admin : f...@blitzen.canberra.edu.au
Organ : Canberra University, Canberra
Server :
System : Unix
URL : ftp://blitzen.canberra.edu.au/
Comment: transfers are logged; do not mirror this site or have regular cron
jobs accessing certain files from this site without permission. Mail
the admin to ask for permission
Files : BBS; games (chess, Descent levels, DUKE3D, ID, Linux, patches, ROTT,
strategic); GCC; graphics (GIF, JPG, viewers); MUD; packages (CSLIP,
PPP, SLIP); programming; Samba; SLiRP; sounds; systems (Linux
(daemons, distributions, email, fs, games, kernel, mail, menu,
mirrors, shadow, X11), Mac, MS-DOS (misc. utils), MS-Windows (misc.
utils), OS/2); weather; WWW (browsers, cgi, daemons, editors,
scripts, stats)


Perry Rovers

unread,
Nov 13, 1997, 3:00:00 AM11/13/97
to

Archive-name: ftp-list/sitelist/part2

Site : bnlux0.bnl.gov


Country: USA
GMT : -5
Date : 10-Sep-94
Source : rtfm

Alias : bnlux1.bnl.gov


Admin :
Organ : B... National Laboratory
Server :

System : Unix (Ultrix 4.1)
URL : ftp://bnlux0.bnl.gov/
Comment:
Files : autoexam; chaos (SGI); lorenz; netx; Novell; pezz; qvtne; thermit

Site : bobcat.bbn.com
Country: USA
GMT : -5
Date : 24-Aug-94


Source : old ftp-list
Alias :
Admin :

Organ : Bolt, Beranek & Neumann, Cambridge, Massachusetts
Server :
System : MS-DOS (PC running KA9Q)
URL : ftp://bobcat.bbn.com/
Comment:
Files : beatles; KA9Q; kerm311; music; utils; video

Site : bode.ee.ualberta.ca
Country: Canada
GMT : -7
Date : 30-Oct-94
Source : usenet
Alias :
Admin :
Organ : University of Alberta, Edmonton, Alberta, EE dept.
Server :
System : Unix
URL : ftp://bode.ee.ualberta.ca/
Comment:
Files : Circuit Cookbook; ccts; drives; eegeneral; electrical; gopher; hev;
HP48; inform; Linux; Mac; MS-DOS; Motorola; music; OS; OS/2; S2;
Spice; Unix; wuarchive

Site : bofh.studfb.unibw-muenchen.de
Country: Germany
GMT : +1
Date : 01-Oct-96
Source : usenet
Alias :
Admin : ftp...@bofh.studfb.unibw-muenchen.de
Organ : University of the Federal Armed Forces, Munich
Server :
System :
URL : ftp://bofh.studfb.unibw-muenchen.de/
Comment:
Files : Bundestag; graphics (gif); Linux (games, misc, netutils, X11)

Site : bohr.physics.purdue.edu
Country: USA
GMT : -6


Date : 23-Aug-94
Source : usenet
Alias :
Admin :

Organ : Purdue University, West-Lafayette, Indiana, Physics dept
Server :
System : Unix
URL : ftp://bohr.physics.purdue.edu/
Comment:
Files : bcr; brice; cello; gene; grams; heathers; Linux; maraman; optic;
parks; saw; scg; sho; TeX; Titan; yoon

Site : bond.edu.au
Country: Australia
GMT : +10
Date : 26-Aug-94
Source : usenet
Alias : kirk.bu.oz.au, kirk.bond.edu.au
Admin : f...@kirk.bond.edu.au (David J. Hughes)
Organ : Bond University, Gold Coast, Queensland
Server :
System : Unix
URL : ftp://bond.edu.au/
Comment: Open 24 hours; directories: pub/OS, pub/usenet; bu.oz.au
is the old domainname for Bond University: use bond.edu.au
instead, because bu.oz.au will disappear after a while; do not
download large files between 08:00 and 18:00 local time; mail
the admin if you leave something in the incoming directory
Files : 386BSD; 4.4BSD; Bond Uni; comp.binaries.ibm.pc; docs; Linux
(tsx-11.mit.edu and bits of sunsite.unc.edu mirror); Mac; OS; PC;
QAUUG; SNMP; Solaris; Usenet; WWW

Site : boole.stanford.edu


Country: USA
GMT : -8
Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin : f...@boole.stanford.edu


Organ : Stanford University, Menlo Park, California
Server :
System :

URL : ftp://boole.stanford.edu/
Comment:
Files : algebra; concurrency models

Site : boombox.micro.umn.edu
Country: USA
GMT : -6
Date : 31-Aug-95
Source : old ftp-list
Alias : boombox;
Admin :
Organ : University of Minnesota, , Minnesota
Server :
System : Unix
URL : ftp://boombox.micro.umn.edu/
Comment:
Files : BinHex; Gopher (origin); Minuet; networking stuff; POPmail

Site : boulder.colorado.edu


Country: USA
GMT : -7
Date : 11-Mar-94

Source : old ftp-list
Alias :
Admin :
Organ : University of Colorado - Boulder, Boulder, Colorado
Server :
System : Unix

URL : ftp://boulder.colorado.edu/
Comment: boulder transmogrified FTP server; previous writable /tmp dir
is gone due to uploads of pirated software: Kill the body
and the head will die
Files : 3b1; addhost; aliases; bsdi; dod; enya; localization; scholarline;
sendmail; Varsity; Sun progs; tv+movies

Site : bourbaki-mb.uni-paderborn.de
Country: Germany
GMT : +1
Date : 11-Oct-96
Source : usenet
Alias : ftp.pgp.net
Admin :
Organ : Universitaet Paderborn (University of Paderborn), Paderborn
Server :
System : Unix
URL : ftp://bourbaki-mb.uni-paderborn.de/
Comment: [not checked yet]
Files : PGP

Site : bovine.uoregon.edu


Country: USA
GMT : -8
Date : 29-Nov-94

Source : usenet
Alias :
Admin :
Organ : University of Oregon, , Oregon
Server :
System : Unix
URL : ftp://bovine.uoregon.edu/
Comment:
Files : AAS; Astro images; catalogs; movies; ncd; nsfforms; nuts; papers;
pasp; ray; sci.astro; spectra; wmaps

Site : brawl.mindlink.net
Country: Canada
GMT : -7
Date : 29-May-95
Source : admin
Alias :
Admin : a00...@giant.mindlink.net (Dave Kirsch)
Organ : MIND LINK! Communications Corp., Vancouver, British Columbia
Server :
System : Unix (Linux, PC)
URL : ftp://brawl.mindlink.net/pub/
Comment:
Files : audio and textual information related to arcade one-on-one fighting
video games (Street Fighter II, etc).; pictures

Site : brimbank.apana.org.au
Country: Australia
GMT : +10
Date : 30-Aug-94
Source : bushwire.apana.org.au
Alias :
Admin : ni...@brimbank.apana.org.au (Nick Langmaid)
Organ :
Server :
System : NT (Windows NT, PC)
URL : ftp://brimbank.apana.org.au/
Comment:
Files : antivirus; APANA; encoders; images; UUPC; Waffle; Windows (games,
mail, NT, utilities, winsock)

Site : brokaw.lcs.mit.edu


Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :

Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts,
Laboratory of Computer Sciences
Server :
System :

URL : ftp://brokaw.lcs.mit.edu/
Comment:
Files : pc-omega; bison; scheme

Site : brolga.cc.uq.oz.au


Country: Australia
GMT : +10
Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin : Marek....@cc.uq.oz.au (Marek Krawus)
Organ : University of Queensland, Brisbane, Queensland, Prentice Centre
Server :
System :
URL : ftp://brolga.cc.uq.oz.au/
Comment: Try to only retrieve files outside of 0900-1700 AEST
Files : comp.sources: games, misc, sun, unix; comp.windows.news; gnu;
RFCs; isode; pp

Site : broncho.ct.monash.edu.au
Country: Australia
GMT : +10
Date : 26-Aug-94
Source : usenet
Alias :
Admin : ro...@broncho.ct.monash.edu.au
Organ : Monash University, Melbourne, Dept. of Computer Technology
Server :
System : Unix
URL : ftp://broncho.ct.monash.edu.au/
Comment: max. 10 users; transfers are logged; server can compress, gzip files
and tar directories
Files : 4.4BSD Lite; alpha-osf-managers; FreeBSD; GNU; mbone; RFCs;
tech-reports; utils

Site : brownvm.brown.edu


Country: USA
GMT : -5
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Brown University, Providence, Rhode Island
Server :
System : VM/CMS
URL : ftp://brownvm.brown.edu/
Comment: default directory: ANONYMOU 191;
Problem: I/O error on network device
Files : Mac; some other files

Site : brutus.ee.su.oz.au
Country: Australia
GMT : +10


Date : 11-Mar-94
Source :
Alias :
Admin :

Organ : Sydney University, Sydney
Server :
System : Unix (SunOS 4.1)

URL : ftp://brutus.ee.su.oz.au/
Comment:
Files : hyan; NH; r5; speech; X

Site : bsdserver.ucsf.edu
Country: USA
GMT : -8
Date : 29-Jun-95
Source : igs.nuri.net
Alias :
Admin :


Organ : University of California - San Francisco, San Francisco, California

Server :
System : Unix
URL : ftp://bsdserver.ucsf.edu/
Comment: some files temporarily removed: security, Thos
Files : 386BSD; Go (mirrored on igs.nuri.net); WWW

Site : bu.edu


Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :

Organ : Boston University, Boston, Massachusetts
Server :
System :
URL : ftp://bu.edu/
Comment:
Files : RFCs; mail utils

Site : buacca.bu.edu


Country: USA
GMT : -5
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Boston University, Boston, Massachusetts
Server :
System : VM/CMS
URL : ftp://buacca.bu.edu/
Comment: default directory: ANON
Files : gifhibi (apparently some images, I don't get this OS)

Site : buckwheat.hdw.uncwil.edu


Country: USA
GMT : -5
Date : 11-Nov-96
Source : usenet
Alias :
Admin :

Organ :
Server :
System : Unix
URL : ftp://buckwheat.hdw.uncwil.edu/
Comment: mirror of ftp.redhat.com
Files : Linux (IPv6, Java, masq, Redhat RPMS, SRPMS); Mac; Netscape; Win3x
(net, virus); Win95 (more_themes, net, power, scrsave, themes,
video, virus,

Site : bugs.nosc.mil
Country: USA
GMT : -8
Date : 14-Feb-94
Source : admin
Alias :
Admin :
Organ : NOSC, San Diego, California
Server :
System :
URL : ftp://bugs.nosc.mil/
Comment:
Files : ADA math; bayr; gnt; Minix

Site : bull.cs.williams.edu


Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ :
Server :

System : Unix (System V Release 4.0)

URL : ftp://bull.cs.williams.edu/
Comment:
Files : ParaGraph

Site : bulldog.cs.yale.edu


Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :

Organ : Yale University, New Haven, Connecticut


Server :
System : Unix (SunOS 4.1)

URL : ftp://bulldog.cs.yale.edu/
Comment:
Files : ispell; ease report

Site : burgundy.nectar.cs.cmu.edu
Country: USA
GMT : -5
Date : 29-Sep-94
Source : usenet
Alias :
Admin :


Organ : Carnegie-Mellon University, Pittsburgh, Pennsylvania, CS dept.
Server :

System : Unix
URL : ftp://burgundy.nectar.cs.cmu.edu/
Comment: [preliminary listing, not checked yet]


Files : Alex (user level NFS server)

Site : bushwire.apana.org.au
Country: Australia
GMT : +10
Date : 30-Aug-94
Source : usenet
Alias :
Admin : he...@bushwire.apana.org.au (Mark Delaney)
Organ : Private site, Melbourne
Server :
System : Unix
URL : ftp://bushwire.apana.org.au/
Comment: sits under the desk in a spare room. be gentle; access is
extensively logged; problem with 'dir', use 'ls' or 'ls -l'
Files : comms; gup (program to autofeed UUCP sites); Internet drafts;
mail; MS-DOS and MS-Windows are on brimbank.apana.org.au; news;
RFCs; Unix; UUCP

Site : butler.hpl.hp.com
Country: USA
GMT : -8
Date : 25-Jan-95
Source : usenet
Alias : butler.hpl.external.hp.com
Admin :
Organ : Hewlett-Packard
Server :
System : Unix
URL : ftp://butler.hpl.hp.com/
Comment:
Files : hamlyn; hippi; jacobson; jedec; Mosaic; ngcr; reflector; sci; socks;
standards; stl (Standard Template Library for C++)

Site : butler226a.dorm.tulane.edu
Country: USA
GMT : -7
Date : 21-Nov-94
Source : admin
Alias :
Admin : oce...@terminus.intermind.net (Eric Klien)
Organ : Tulane University, New Orleans, Louisiana
Server : http://butler226a.dorm.rutgers.edu/
System : Unix (System V Release 4, Sun)
URL : ftp://butler226a.dorm.tulane.edu/
Comment: mailinglist: mail message with a body of subscribe oceania-l
<your full name> to list...@butler226a.dorm.tulane.edu
Files : Files are related to the new country in development Oceania.
You may get the Constitution and Laws, plus information on related
books such as The Atlantis Papers and The Millennial Project.
In the subdirectory images are true color pictures of how Oceania
may look. In the subdirectory oracle are back issues of the
Oceania Oracle. Animations of Oceania are also online as well as
information on how to receive an Oceania passport

Site : bwl.bwl.th-darmstadt.de
Country: Germany
GMT : +1
Date : 29-Mar-95
Source : .de ftp-l
Alias :
Admin : h...@bwl.bwl.th-darmstadt.de
Organ : Technische Hochschule Darmstadt (Darmstadt Polytechnical Institute),
Darmstadt, Institute for BWL


Server :
System : Netware (Novell Netware, PC fileserver)

URL : ftp://bwl.bwl.th-darmstadt.de/
Comment: home directory: /APPS
Files : docs; NW2; ODI; Pmail; TCP/IP; Windows

Site : byrd.mu.wvnet.edu
Country: USA
GMT : -5
Date : 23-May-94
Source : mail
Alias : byrd;
Admin :
Organ : Marshall University, , West Virginia
Server :
System : Unix
URL : ftp://byrd.mu.wvnet.edu/
Comment: directory: /pub/history/military/NATO; mirrored on sunsite.unc.edu
Files : aircraft related files; ejvc; ejvdeds; estepp; history; merton; NATO
documents; Novell; vleadr; yeager

Site : c.scs.uiuc.edu
Country: USA
GMT : -6


Date : 23-Aug-94
Source : old ftp-list
Alias :
Admin :

Organ : University of Illinois - Urbana/Champaign, Urbana, Illinois,
CS dept.
Server :
System : VAX/VMS

URL : ftp://c.scs.uiuc.edu/


Comment: default directory: SYS$SYSDEVICE:[NETDIST.PUB]

Files : ROSAT; some astronomy GIFs; StarChart

Site : cad.ics.uci.edu


Country: USA
GMT : -8
Date : 30-Oct-94

Source : old ftp-list
Alias :
Admin :

Organ : University of California - Irvine, Irvine, California,

Information & CS dept. (ICI)
Server :
System : Unix
URL : ftp://cad.ics.uci.edu/
Comment:
Files : Fast-Jack; Mush; netrek

Site : cadillac.siemens.com


Country: USA
GMT : -5
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Siemens - New Jersey, , New Jersey
Server :
System :
URL : ftp://cadillac.siemens.com/
Comment: Problem: I/O error on network device
Files :

Site : caip.rutgers.edu
Country: USA
GMT : -5
Date : 02-Sep-96
Source : usenet
Alias : ftp.caip.rutgers.edu
Admin : he...@caip.rutgers.edu
Organ : Rutgers University, Piscataway, New Jersey, Computer Aids for
Industrial Productivity (CAIP)
Server :
System : Unix
URL : ftp://caip.rutgers.edu/
Comment: transfers are logged; valid e-mail address required
Files : ALPS4; CAIP; Master (Unix Cluster configtool); publications; slt95;
vizlab

Site : cair.kaist.ac.kr
Country: South Korea
GMT : +8
Date : 15-Nov-95
Source : magazine
Alias :
Admin :
Organ : Korea Advanced Institute of Science and Technology,
Center for Artificial Intelligence Research
Server :
System : Unix
URL : ftp://cair.kaist.ac.kr/
Comment: CAIR archives moved to cair-archive.kaist.ac.kr
Files : AI (agents, anneal, blackbird, bookcode, classics, constraint, dai,
discover, doc, EC, edu, expert, faq, fuzzy, icot, kr, learning,
machine-learning, music, neural, nlp, planning, reasoning, robotics,
search, speech, testbeds, vision, VR); doc (CuD); GNU; Hangul;
Korea; Lang; Linux; networking; packages; published; Usenet (FAQs);
winsock-l (mirror of papa.indstate.edu); WWW (I-D, I18N, Java, NCSA,
Netscape, W3C); wxwin; X11

Site : caisr2.caisr.cwru.edu


Country: USA
GMT : -5
Date : 11-Mar-94

Source : me
Alias :
Admin :


Organ : Case Western Reserve University, Cleveland, Ohio
Server :

System : Unix (Ultrix 4.1)
URL : ftp://caisr2.caisr.cwru.edu/
Comment:
Files : doc; engr143; games; iku; mud; muse; mush; net

Site : cal006033.student.utwente.nl
Country: Netherlands
GMT : +1
Date : 01-Oct-96
Source : usenet
Alias : danceable
Admin : ro...@cal006033.student.utwente.nl
Organ : Universiteit Twente (University of Twente), Enschede
Server :
System : Unix
URL : ftp://cal006033.student.utwente.nl/
Comment:
Files : Linux (howto, irc, KRI Ware, libs, Linux Bible, mail, man pages,
mirrors, news, screen, sound, utils, www, X); MIDIs (bestmidi, midi,
timidity); MS-DOS (games, morgan); Windows (inst14, vt220)

Site : cal022011.student.utwente.nl


Country: Netherlands
GMT : +1
Date : 10-Oct-96
Source :

Alias : monolith
Admin : ro...@cal022011.student.utwente.nl
Organ : Universiteit Twente (University of Twente), Enschede
Server :
System : Unix
URL : ftp://cal022011.student.utwente.nl/
Comment:
Files : bbs_list; clients (Unix, Windows); games (Doom, Kill Bill, Quake,
SF strategy); gifs (misc. images); misc; www (Mac: cgi-scripts,
perl, scripting-additions)

Site : cal026031.student.utwente.nl
Country: Netherlands
GMT : +1
Date : 10-Nov-96
Source :
Alias : whitehouse
Admin : ftp...@cal026031.student.utwente.nl
Organ : Universiteit Twente (University of Twente), Enschede
Server :
System : Unix
URL : ftp://cal026031.student.utwente.nl/
Comment: max. 10 users
Files : games (cc); grit-cookies; internet (editor, ftp, misc, talk, www);
linux (bible, graphics, historic, internet, kernel-changes,
kri_ware, libs, linux-logos, mail, misc, news, sound, XFree86);
sound (au, cubic, demos, dmp, iplay, mod4win, mods); unix-dos;
utils; win95

Site : cal052012.student.utwente.nl
Country: Netherlands
GMT : +1
Date : 10-Nov-96
Source : usenet
Alias : oloon
Admin : ftp...@cal052012.student.utwente.nl (Remco van de Meent)
Organ : Universiteit Twente (University of Twente), Enschede
Server :
System : Unix
URL : ftp://cal052012.student.utwente.nl/
Comment: max. 10 users; limited site, kernelpatches, etc.
Files : Linux (GCC, kernel-changes, Linux Bible, resources, XFree86); Win32
(util (muangl, regcln), www (htmlib9530, java))

Site : calpe.psc.edu


Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :

Organ : Pittsburgh Supercomputing Center, Pittsburgh, Pennsylvania
Server :
System : Unix (Ultrix 4.10)
URL : ftp://calpe.psc.edu/
Comment:
Files : GPLOT; GTEX

Site : cam031205.student.utwente.nl
Country: Netherlands
GMT : +1
Date : 01-Oct-96
Source : usenet
Alias : ovidius
Admin : ftpa...@cam031205.student.utwente.nl
Organ : Universiteit Twente (University of Twente), Enschede
Server :
System : Unix
URL : ftp://cam031205.student.utwente.nl/
Comment: max. 5 users; server can (de)compress, g(un)zip and tar
Files : docs (BOFH, C++ Tutorial, Dutch, Fawlty Towers, Linux_is_obsolete,
Monty Python, ROTT); dos (archivers, games, misc); Linux;
literature; pics (linux.gif, trains); sounds (Herman Finkers,
James Bond, misc, Monty Python, Tweety)

Site : cam035215.student.utwente.nl
Country: Netherlands
GMT : +1
Date : 10-Nov-96
Source : usenet
Alias : caesar
Admin : ro...@cam035215.student.utwente.nl
Organ : Universiteit Twente (University of Twente), Enschede
Server :
System : Unix
URL : ftp://cam035215.student.utwente.nl/
Comment:
Files : Linux (binaries (gimp), source (cfingerd, gimp, screen, ssh))

Site : cambridge.apple.com


Country: USA
GMT : -8
Date : 11-Mar-94
Source :