Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Anonymous FTP: Frequently Asked Questions (FAQ) List

31 views
Skip to first unread message

Perry Rovers

unread,
Sep 7, 1995, 3:00:00 AM9/7/95
to
Archive-name: ftp-list/faq
Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip
Last-Modified: 31-Aug-95
Version: 3.1.1


Anonymous FTP
Frequently Asked Questions (FAQ) List

Suggestions for changes and comments are always welcome.

** Updated News:
- Any updates to the URLs can now be found at
http://www.iaehv.nl/users/perry/ftp-list.html
as soon as I get them, so you don't have to wait for the new version
of the FAQ if something doesn't work.
- The searchable versions all seem to be working and up to date again
- Older versions of the ftp-list.zip files will be made available from
the ftp.edu.tw site if time and space permits. This is for people who
want to make diffs or do some other comparisons and for me to have
them stored somewhere on-line as well.
- If you can recommmend any client/daemon programs let me know.. I'd
compiling a short list of them for inclusion in the faq
- The SimTel archive has moved to ftp.coast.net so please use that
machine instead of oak.oakland.edu (oak remains a mirror site so the
SimTel files will still be available there)
- Yes, this version is late .. I'm busy :)
I hope to revamp the FAQ in October

Copyright (c) 1993-1995, 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!
This edition specifically Uwe and ivbj for the 9409 version and the
VM/CMS info.

[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 arcdks.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: /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.coast.net in directory /pub/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 and Arjan de Vet (de...@iaehv.nl) is
maintaining a list of Dutch FTP sites on ftp.iaehv.nl, directory:
pub/usenet/nlnet, 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
On ftp.urec.fr there's a file called ftp-france-liste, but it doesn't
seem to be updated regularly.
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 garbo.uwasa.fi, ftp.edu.tw
or ftp.coast.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 - 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.coast.net as /SimTel/msdos/info/ftp-list.zip
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)

Admins who would like to mirror the list are welcome to mirror any
of the above sites/directories, dependent on what format they like.

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
[apparently * can be used instead of all the parts numbers,
but I'll check that out later]

3) Send me mail: Perry....@kub.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.]
I recently tried packftp, by Mark Rinfret (m...@mrsoft.network23.com),
which converts the sitelist to comma-delimited format. It looks
great! Be sure to watch comp.archives.msdos.announce for the upload
announcement. It will probably include a MS-Access version of the
sitelist as well.

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

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 DEC's mail server. Send mail to
ftp...@decwrl.dec.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...@grasp.insa-lyon.fr (France)
- ftp...@doc.ic.ac.uk (Great Britain)
- ftp...@ieunet.ie (Ireland)
- ftp...@sunsite.unc.edu (USA)
- ftp...@ftp.uu.net (USA, message relayed to ftp...@decwrl.dec.com)

Actually, you are urged to use one of the above instead of decwrl.dec.com.
That machine is very overloaded as it is the most widely known ftpmailer.
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 pro...@kub.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)

res...@cs.widener.edu (put 'site sitename' in the body of the message.
No other options)
- 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....@kub.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.4.6 Australia
archie.edvz.uni-linz.ac.at* 140.78.3.8 Austria
archie.univie.ac.at* 131.130.1.23 Austria
archie.uqam.ca* 132.208.250.10 Canada
archie.funet.fi 128.214.6.100 Finland
archie.th-darmstadt.de* 130.83.22.60 Germany
archie.ac.il* 132.65.6.15 Israel
archie.unipi.it* 131.114.21.10 Italy
archie.wide.ad.jp 133.4.3.6 Japan
archie.kr* 128.134.1.1 Korea
archie.sogang.ac.kr* 163.239.1.11 Korea
archie.rediris.es* 130.206.1.2 Spain
archie.luth.se* 130.240.18.4 Sweden
archie.switch.ch* 130.59.1.40 Switzerland
archie.ncu.edu.tw* 140.115.19.24 Taiwan
archie.doc.ic.ac.uk* 146.169.2.10 United Kingdom
archie.unl.edu 129.93.1.14 USA (NE)
archie.internic.net* 198.48.45.10 USA (NJ)
archie.rutgers.edu* 128.6.18.15 USA (NJ)
archie.ans.net* 147.225.1.10 USA (NY)
archie.sura.net* 128.167.254.179 USA (MD)

To get a list, type: telnet archie.ans.net
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. This version can be compiled on your (Unix)system with
the right option and installed in the way the documentation describes
(basically, creating the ~/ftp directory, setting some variables,
checking some permissions and the existence of files, enabling the server
and logging. It appears to be simple enough).
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.
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.coast.net you would use:
machine: ftp.coast.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!].

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


DOS/Windows/NT/OS/2:
You might be able to use a DOS client program with parameters like:
ftpbin -h sitename -u anonymous get pub/useful.zip
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. The latter two
should provide the same functionality as VMS and Unix. I haven't tried
it though, since I find VMS and Unix sufficient here. If anyone has good
or bad experiences with this I'd like to hear. 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.

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).

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

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. [not tested yet, so don't rely on
any of this stuff, it's included here for testing. Feedback appreciated]
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/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/


ModerXX.zip maintained by Timo Salmi and Rhys Weatherley:

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

(because this file has a version number the link might be wrong)


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/nlnet/nl-ftp


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

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


The Anonymous FTP Sitelist and FAQ maintained by Perry Rovers:

Europe:

ftp://garbo.uwasa.fi/pc/doc-net/ftp-list.zip

USA:

ftp://ftp.coast.net/SimTel/msdos/info/ftp-list.zip

Asia:

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 version (through Thomas Fine's FAQ to HTML conversion program)

http://www.cis.ohio-state/hypertext/faq/usenet/faq/ftp-list/faq/faq.html

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

http://www.smartpages.com/faqs/

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/


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/

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/

FTP by Mail servers:

mailto:ftp...@cs.uow.edu.au
mailto:ftp...@ftp.uni-stuttgart.de
mailto:ftp...@grasp.insa-lyon.fr
mailto:ftp...@doc.ic.ac.uk
mailto:ftp...@ieunet.ie
mailto:ftp...@sunsite.unc.edu
mailto:ftp...@ftp.uu.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....@kub.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

Australia:

telnet://archie.au

Europe:

telnet://archie.doc.ic.ac.uk
telnet://archie.funet.fi
telnet://archie.luth.se
telnet://archie.switch.ch

Middle-East:

telnet://archie.ac.il

USA:

telnet://archie.ans.net
telnet://archie.internic.net
telnet://archie.rutgers.edu
telnet://archie.sura.net


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/

[there will be more.. just started]

FTP-daemon programs:

WUSTL FTPD (wu-ftpd):
ftp://ftp.wustl.edu/pub/packages/wuarchive-ftpd/

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/

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,
Sep 7, 1995, 3:00:00 AM9/7/95
to
Archive-name: ftp-list/sitelist/part1

Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip
Last-Modified: 31-Aug-95
Version: 9508


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

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.coast.net and getting the file
/SimTel/msdos/info/ftp-list.zip
(PKZip 2.x archive: PKUnzip 2.x or Unzip 5.x or higher needed)

* Anonymous FTP to ftp.edu.tw and getting the file in the format you want
from the /documents/networking/guides/ftp-list directory. Several formats
are available, including a .Z and .gz version of the FAQ and sitelist.

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.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....@kub.nl

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

Notes on this release:
This release features numerous updates and some 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.

I got the september '94 version! No need to mail it anymore. Thanks Uwe!


[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

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. This is not
standard procedure, but a temporary thing (my backlogs were starting
to grow a bit too big).

A comment on Archie: Use this service! For those that don't know what
Archie is, please read my FAQ. Also, services like gopher or WWW 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 1000+ 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-1995, 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 : Yves....@ccett.fr
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 : bjg9...@elroy.uh.edu (B.J. Guillot) {posting}
Alias :
Admin :
Organ : Tranquility Base BBS, Houston, Texas
Server :
System : OS/2 (BBS IBM TCP/IP)
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-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Illinois - Urbana/Champaign, Urbana, Illinois,
CS dept.
Server :
System : Unix
URL : ftp://a.cs.uiuc.edu/
Comment: max. 60 users;
Files : achien; AutoClassII; FWF; locally developed software: ACSL, CHARM,
Choices, edebug, edels, epoch-files, era, kamin, perts, RT, SME,
treemacs; gupta-ftp; ifp; networking; PDC; PEXpapers; QPE; Qual;
ROLOG; sattrack; sbprolog; Sun3; Sun4; tech-reports; TeX; timex;
UNO; vi; womcs

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 : kuc...@dcse.fee.vutbr.cz (Jiri Kuchta) {posting}
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 :
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 : nic...@acavax.lynchburg.edu (Thomas Nicely) {posting}
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 : CuD
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 : Acorn FTP list as posted to news.anwers
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 : VAX Software List; old ftp-list
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 : afutub.extern.tu-berlin.de
Country: Germany
GMT : +1
Date : 27-Feb-95
Source : Deutsche Anonyme FTP Server List
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 : Acorn FTP list as posted to news.answers
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 : Perry....@kub.nl
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 : bu...@alf.uib.no (Ove Ruben R Olsen) {posting}
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 : bi...@netcom.com (William Arnett) {posting}
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 : Deutsche Anonyme FTP-Server List; old ftp-list
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 : Perry....@kub.nl (info from other .ai.mit.edu sites)
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:
GMT :
Date :
Source : de...@uslink.com (Gordon Dean Flansburg) {posting}
Alias :
Admin :
Organ :
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 : wo...@stmarys-ca.edu
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 : alumni.caltech.edu
Country: USA
GMT : -8
Date : 11-Mar-94
Source :
Alias :
Admin :
Organ : California Institute of Technology, Pasadena, California
Server :
System : Unix (SunOS 4.1)
URL : ftp://alumni.caltech.edu/
Comment:
Files : cco; dank; gems5; ingber; mcbeath; nyet

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 : het...@ask.uni-karlsruhe.de (Christian Hettler)
Alias :
Admin :
Organ :
Server :
System : Unix
URL : ftp://amazon.eng.fau.edu/
Comment:
Files : cse; ee; Macs; me; oe; religion

Site : american.megatrends.com
Country: USA
GMT :
Date : 12-Aug-94
Source : AMI BIOS Survival Guide (comp.sys.ibm.pc.hardware.*)
Alias :
Admin :
Organ : American Megatrends Inc.
Server :
System : Unix
URL : ftp://american.megatrends.com/
Comment: read INDEX.DOS and INDEX.UNIX
Files : chipset guides; EISA LAN; EISA VGA; general utilities; LAN SCSI;
motherboard specific; PC defender; PCMCIA LAN; press releases;
SCSI; tech tips; VLB SVGA

Site : ames.arc.nasa.gov
Country: USA
GMT : -8
Date : 23-May-94
Source : old ftp-list; rro...@cheux.ecs.umass.edu (Raymond Rooks)
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 : 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 : archimedes.pol.lublin.pl
Country: Poland
GMT : +1
Date : 25-Jun-95
Source : kab...@werple.mira.net.au {posting}
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.umich.edu
Country: USA
GMT : -5
Date : 29-Jun-95
Source : Michael.D...@umich.edu (Michael Dautermann); old ftp-list
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 : archsci.arch.su.edu.au
Country: Australia
GMT : +10
Date : 14-Dec-94
Source : to...@archsci.arch.su.edu.au (Kent Tong) {posting}
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 : sh...@arginine.umdnj.edu (Dan Birchall) {posting}
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 : aql.gatech.edu
Country: USA
GMT : -5
Date : 22-Dec-94
Source : Computer Underground Digest (CuD)
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 : 10-Sep-94
Source : Tony Heydeman (they...@laurel.ocs.mq.edu.au); old ftp-list
Alias : plaza.aarnet.edu.au
Admin : f...@archie.au (Craig Warren)
Organ : Australian Academic and Research Network (AARNet), Melbourne
Server :
System : Unix
URL : ftp://archie.au/
Comment: this archive is primarily intended for Australian users and consists
mostly of mirrors of international sites to reduce the load on the
Australian link; A note on the archive: due to diskspace limitations,
the mirrors of Amiga, Mac, and graphics are only shadowing files
created in the last 365 days, complaints about this to c...@archie.au
please
Files : AARNet; alex; archie; mirrors: 4.4BSD, ACS, Amiga, CIAC, FreeBSD,
GNU, gopher, graphics, Kermit, Linux, Mac, micros, MicroSoft, NCSA,
packet-drivers, RFCs, security, Simtel Software Repository mirror
(/micros/pc/oak), garbo.uwasa.fi (/micros/pc/garbo), talk-radio,
Unix, Usenet, WAIS, wu-ftpd; NetWorkShop; projects; Weather; X11

Site : archie.inesc.pt
Country: Portugal.
GMT : 0
Date : 18-Aug-94
Source : Hugo Cartaxeiro (h...@inesc.pt)
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 : 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 : sgi/anonftp/list
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 : GUS FAQ
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 : m.ko...@lusta.latrobe.edu.au (Mark Kosten) {posting}; old ftp-list
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 : MODERxx.ZIP; old ftp-list
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,
CICA Windows archive: ftp.cica.indiana.edu; network; news; noc;
OSU-gopher; packages; publishers; security; skunk-works; SNMP; Sun;
systems; Usenet; WAIS

Site : archive.umich.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias : pogue.admin.lsa.umich.edu
Admin : PC1_Org...@um.cc.umich.edu (Dave Winkel),
msdos_a...@um.cc.umich.edu (Allan Bjorklund)
Organ : University of Michigan, Ann Arbor, Michigan
Server :
System : Unix (Ultrix 4.1)
URL : ftp://archive.umich.edu/
Comment:
Files : Amiga; Apollo; Apple; Atari; economics; Internet; Mac; MS-DOS;
Newton; OS/2; physics

Site : archives.math.utk.edu
Country: USA
GMT : -5
Date : 31-Aug-95
Source : MODERxx.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 : arizona.edu
Country: USA
GMT : -7
Date : 23-Aug-94
Source : VAX Software List; old ftp-list
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 : 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 : Perry....@kub.nl
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 : INESCN
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 : jt...@oddjob.uchicago.edu (Jim Lauroesch)
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 : asuvax.eas.asu.edu
Country: USA
GMT : -7
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : Arizona State University, Tempe, Arizona
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 : comics/faq/part5
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 : blem...@atheist.tamu.edu (Brett G. Lemoine)
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 : 06-Jan-94
Source : old ftp-list
Alias :
Admin :
Organ : Rutgers University, Piscataway, New Jersey
Server :
System :
URL : ftp://athos.rutgers.edu/
Comment:
Files : DVIdoc

Site : atitech.ca
Country: Canada
GMT : -5
Date : 23-Aug-94
Source : dse...@crl.com (David Eitelbach) {posting}
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 : Virus-L/comp.virus list of antivirus FTP sites
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 : Deutsche Anonyme FTP-Server List
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 : dl...@ora.com
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 : 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 : auvm.american.edu
Country: USA
GMT : -5
Date : 31-Aug-95
Source : usenet/mod-archives
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 : avalon.vislab.navy.mil
Country: USA
GMT : -8
Date : 19-Feb-95
Source : pk...@nfesc.navy.mil (Pat Kane); sgi/anonftp/list
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 : 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 : aviation.jsc.nasa.gov
Country: USA
GMT : -6
Source : admin
Date : 23-Jul-95
Alias : study.jsc.nasa.gov
Admin : kje...@gothamcity.jsc.nasa.gov (Ken Jenks)
Organ : NASA Johnson Space Center, Houston, Texas, Medical Sciences Division
Server : http://aviation.jsc.nasa.gov
System : Unix (SunOS 4.1, Sun 4/260)
URL : ftp://aviation.jsc.nasa.gov/
Comment: uploads to incoming
Files : fly; general aviation information and files (flt_plan, gif, sim)

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 : mike...@ix.netcom.com (Michael Scott) {posting}
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 : fel...@xs4all.nl (Felipe Rodriguez) {posting}
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 : sgi/anonftp/list; old ftp-list
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 : chr...@seds.lpl.arizona.edu (Chris Lewicki) {posting}
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 : baldrick.eia.brad.ac.uk
Country: UK
GMT : 0
Date : 25-Jan-95
Source : ma...@lamar.colostate.edu (Marc Hoff) {posting}
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 :
Date : 14-Dec-94
Source : VAX Software List
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 : rcre...@metro.soceco.uci.edu (Richard Crepeau) {posting}
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 : C.J....@kub.nl (Kees Leune); Perry....@kub.nl
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 : Perry....@kub.nl
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 : kab...@werple.mira.net.au {posting}
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 : ka...@icce.rug.nl (Karel Kubat) {posting}
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 : sgi/anonftp/list
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 : Perry....@kub.nl
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 : as...@biochemistry.cwru.edu (Ashok Aiyar) {posting}
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.bgu.ac.il
Country: Israel
GMT : +2
Date : 11-Mar-94
Source :
Alias :
Admin :
Organ : BG University
Server :
System : Unix
URL : ftp://black.bgu.ac.il/
Comment:
Files : geohistory; several personal pub dirs

Site : black.cerritos.edu
Country: USA
GMT :
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 : bnlux0.bnl.gov
Country: USA
GMT : -5
Date : 10-Sep-94
Source : sgi/anonftp/list; old ftp-list
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 : cha...@ee.ualberta.ca (Dan Charrois) {posting}
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 : bohr.physics.purdue.edu
Country: USA
GMT : -6
Date : 23-Aug-94
Source : b...@physics.purdue.edu (Bill C. Riemers) {posting}
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 : old ftp-list; and...@bing.apana.org.au (Andrew Cosgriff) {posting}
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


Perry Rovers

unread,
Sep 7, 1995, 3:00:00 AM9/7/95
to
Archive-name: ftp-list/sitelist/part12

Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip

Site : ftp.sura.net
Country: USA
GMT : -5
Date : 29-Mar-95
Source : dl...@ora.com; Perry....@kub.nl
Alias : nic.sura.net
Admin : sys...@sura.net
Organ : South-eastern Universities Research Association network, , Maryland,
NIC
Server :
System : Unix
URL : ftp://ftp.sura.net/
Comment: SURAnet archive; tar and compression on the fly
Files : archie; articles from the SURAnet newsletter; books; databases; DNS
(bind); FDIC (Federal Deposit Insurance Corporation); forms
(templates for DNS requests); loads; maps; MBONE; meetings; network info/maps; news; NIC; RIPE; security;
sendmail; SURAnet information

Site : ftp.svpal.org
Country:
GMT :
Date : 19-Feb-95
Source :
Alias : svpal.svpal.org
Admin :
Organ : SVPAL


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.svpal.org/
Comment: [is this one worth mentioning? I wonder if it's an active site]
Files : antivirus software, some test files

Site : ftp.swcbbs.com
Country: USA
GMT : -7
Date : 29-Mar-95
Source :
Alias : swcbbs.com
Admin :
Organ :
Server :
System :
URL : ftp://ftp.swcbbs.com/
Comment: [constantly busy]
Files :

Site : ftp.switch.ch
Country: Switzerland
GMT : +1
Date : 24-Jan-94
Source : admin; old ftp-list
Alias : nic.switch.ch
Admin : switc...@switch.ch, lengge...@switch.ch (Thomas Lenggenhager),
be...@switch.ch (Martin Berli)
Organ : Swiss Academic & Research Network (SWITCH)
Server : no mailserver, but telnet to nic.switch.ch userid: info,
no password
System : Unix (SunOS 4.1.3, Sun 690MP)
URL : ftp://ftp.switch.ch/
Comment: Open to all Swiss academic and research users as well as to all
other users according to the SWITCH use policy: foreign educational
and research institutions; Open 24 hours; transfers are logged;
max. users varies; max. bandwidth varies
Files : docs : CERT, ftp-list, FYI, IESG, IETF, Internet-Draft,
Internet-Monthly-Report, Internet-Resources-Guide, OIW, RFC,
Unicode, UNT-library-guide; mirrors: CU-SeeMe (mirror/CU-SeeMe
from gated.cornell.edu), Eudora (mirror/eudora from
ftp.qualcomm.com), GNU (mirror/gnu from prep.ai.mit.edu), Info-Mac
(mirror/info-mac from sumex-aim.stanford.edu), Kermit (mirror/kermit
from watsun.cc.columbia.edu), Khoros (mirror/khoros from
ftp.khoros.unm.edu), Linux (mirror/linux from sunsite.unc.edu),
MachTen (mirror/MachTen from ftp.tenon.com), MH (mirror/mh from
ics.uci.edu), MSDOS (/mirror/simtel/msdos from SimTel), Novell
(mirror/novell from netlab1.usu.edu), Oberon (mirror/MachTen from
ftp.inf.ethz.ch), OS/2 (mirror/os2 from ftp-os2.cdrom.com), OSF1
(mirror/osf1 from various sites), OzTeX (mirror/oztex from
midway.uchicago.edu), UCSD-hamradio (mirror/ucsd from ftp.ucsd.edu),
UoMichigan-Mac (mirror/umich-mac from mac.archive.umich.edu),
Tcl (mirror/tcl from ftp.aud.alcatel.com), TeX (mirror/tex from
ftp.tex.ac.uk), VMS (mirror/vms from various sites), WAIS
(mirror/wais from sunsite.unc.edu), Windows 3 (mirror/win3 from
ftp.cica.indiana.edu, mirror/simtel/win3 from SimTel), WWW
(mirror/www from various sites), X11 (mirror/X11 from ftp.x.org),
XFree86 (mirror/XFree86 from ftp.xfree86.org);news archive (only a
few groups); Swiss resource network info

Site : ftp.sybex.com
Country: USA
GMT : -6
Date : 29-May-95
Source : Perry....@kub.nl
Alias : quest.sybex.com
Admin : d...@sybex.com
Organ : Sybex
Server :
System : Unix
URL : ftp://ftp.sybex.com/
Comment:
Files : books (fixes/updates for disks)

Site : ftp.symantec.com


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

Source : Perry....@kub.nl
Alias : sunweb.symantec.com
Admin :
Organ : Symantec


Server :
System : Unix (System V Release 4.0)

URL : ftp://ftp.symantec.com/
Comment:
Files : Antivirus (CPAV, NAV); apps; devtools; utils

Site : ftp.synapse.net
Country: USA
GMT : -7


Date : 19-Feb-95
Source : pk...@nfesc.navy.mil (Pat Kane)

Alias : sentinel.synapse.net
Admin : ftp-...@synapse.net
Organ : Synapse Internet
Server : http://www.synapse.net/
System : Unix
URL : ftp://ftp.synapse.net/
Comment: transfers are logged; max. 10 users; contrib directory are
contributions from users (uploads to /incoming and mail to
ev...@orinoco.synapse.net)
Files : contrib (FreeBSD, Mac (networking), MS-DOS (demos, games,
multimedia, networking), Netscape (networking), OS/2 (demos,
multimedia, networking, updates, utilities), Unix (networking),
Windows (games, misc, multimedia, networking, updates)); info
(ad&d, apipr, cad (CADalog, AutoCAD shareware catalog, AutoLISP and
other AutoCAD utils), cohousing, dsce, infozone, nashinfo, optotek,
slrclnt, vysor, wishlist); packages (winnet); shareware (bbsee,
icom, kentrol, orpheus, recipes, vbreader); Synapse (active,
newsgroups, scripts, templates)

Site : ftp.synoptics.com
Country: USA
GMT : -8
Date : 15-Dec-95
Source : Perry....@kub.nl
Alias :
Admin :
Organ : Bay Networks Inc. (SynOptics Communications)
Server :
System : Unix
URL : ftp://ftp.synoptics.com/
Comment: not all parts are accessible, read README for a list of available
files
Files : Lattistalk Router software; Synoptics products updates 281x, 331x,
338x, 3395, 351x, 3522, 3800, 5390 router software; Hubmib working
group, SNMP MIB compiler (SMIC)

Site : ftp.syr.edu
Country: USA
GMT : -5
Date : 11-Jul-94
Source : usenet/mod-archives
Alias : syr.edu
Admin : jmw...@syr.edu (John M. Wobus, bit.listserv.big-lan archive)
Organ : Syracuse University, Syracuse, New York
Server :
System : Unix (SunOS 4.1)
URL : ftp://ftp.syr.edu/
Comment:
Files : AFA-Objects; archives (bit.listserv.big-lan); isr; math; networks:
hosts, info; news; novell; Sun-fixes; Unix; virus

Site : ftp.sys.utoronto.ca
Country: Canada
GMT : -5
Date : 10-Sep-94
Source : Perry....@kub.nl; comics/faq/part5
Alias : ferut.sys.utoronto.ca, ftp.white.toronto.edu


Admin :
Organ : University of Toronto, Toronto, Ontario
Server :
System : Unix

URL : ftp://ftp.sys.utoronto.ca/
Comment: directories: /pub/es, /pub/muds
Files : 9term; amoeba; anime; comics: Watchmen (read the rec.arts.comics
FAQ for details); eclectic music; emacs; es; frp;
intercal; mg; MUD clients and info (tcltt); rc; SAM mailinglist
archive; tech-reports; words

Site : ftp.tamu.edu
Country: USA
GMT : -6
Date : 22-May-94
Source :
Alias : tamsun.tamsun.edu
Admin : ro...@tamsun.tamu.edu
Organ : Texas A&M University, , Texas, Computing Services Center
Server :
System : Unix
URL : ftp://ftp.tamu.edu/
Comment: access is logged
Files : comet; compression; docs; gopher; herps; images; InfoMagic CD; Mac;
network; newsgroups; OS/2; PC-SIG; ph; RFCs; security; soc.penpals;
Sun-fix; SunOS4; SunOS5; Suntools; tamsun config; terms; TeXrox;
Unix-helpdesk; Uts4; web; win3; winsock; X; xyplex

Site : ftp.tau.ac.il
Country: Israel
GMT : +2
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : zruby.tau.ac.il
Admin : ma...@zruby.tau.ac.il
Organ : Tel Aviv University, Tel Aviv
Server :
System : Unix
URL : ftp://ftp.tau.ac.il/
Comment:
Files : books; broido; kermit; qmsdrivers; OS (FreeBSD, SLS, Slackware,
Xkernel); rafi; sources; yael; yaniv; zindo

Site : ftp.tc.cornell.edu
Country: USA
GMT : -5
Date : 12-Aug-94
Source : old ftp-list
Alias : gremlin.tc.cornell.edu
Admin : doc-co...@tc.cornell.edu
Organ : Cornell University, Ithaca, New York, Theory Center
Server :
System : Unix
URL : ftp://ftp.tc.cornell.edu/
Comment: max. 50 users
Files : AIXPE; debugger biblio; faux; hpf; research; swb; tech-reports;
utilities; Visualization Data Explorer

Site : ftp.tcp.com
Country: USA
GMT : -8
Date : 29-Jun-95
Source : old ftp-list
Alias : tcp.com, qrd.tcp.com
Admin : jl...@tcp.com
Organ : The Commnet Project Archives, Seattle, Washington
Server :
System : Unix
URL : ftp://ftp.tcp.com/
Comment: successor of piggy.ucsb.edu; max. 35 users; please use off-peak
hours 2100-1100 PDT (GMT -8); transfers are logged; read README
for info and README.uploads for info on volunteer work for The
Commnet Project, Santa Clara, California
Files : 90210; anime; anime-manga; ben-pics; clarissa; crow; ftp;
image; introspective; jl-pics; jpeg; jpop; lullaby; maiko;
melrose-place; MUD clients; neph; Queer Resource Directory (QRD);
sundoom; SVR4; tapestries; text; vincent-clarke

Site : ftp.tcs.tulane.edu
Country: USA
GMT : -7
Date : 15-Dec-94
Source : Perry....@kub.nl
Alias : rs1.tcs.tulane.edu
Admin :
Organ : Tulane University, New Orleans, Louisiana
Server :
System : Unix
URL : ftp://ftp.tcs.tulane.edu/
Comment:
Files : brain.mri; DMS; docs; icyra; Mac; PC; research-news

Site : ftp.tcst.com
Country: USA
GMT : -6
Date : 20-Jun-95
Source : wie...@wzv.win.tue.nl (Wietse Venema) {posting}
Alias : softserv.tcst.com
Admin : ftpma...@tcst.com
Organ : Titan Client/Server Technologies, , , Data Management Organisation
Server :
System : Unix
URL : ftp://ftp.tcst.com/
Comment: max. 30 users
Files : MS-Windows; news; security

Site : ftp.technion.ac.il
Country: Israel
GMT : +2


Date : 14-Dec-94
Source : old ftp-list
Alias :

Admin : ftp-...@ftp.technion.ac.il
Organ : Technion - Israel Institute of Technology, Haifa, Israel Public
Software Library
Server : gopher.technion.ac.il, http://www.technion.ac.il/
System : Unix
URL : ftp://ftp.technion.ac.il/
Comment: max. 5 users; read site.tree and upload.info; all activity is
logged; for a list of site aliases use: quote site alias (on a Unix
system, use site alias on a Multinet VMS system)
Files : DECcampus; GNU; Lsoft (listserv); Mac; mirrors: (Simtel Software
Repository mirror (/pub/unsupported/dos/simtel),
ftp.cica.indiana.edu (/pub/unsupported/mswin), mcafee.com
(/pub/unsupported/McAfee), ftp-os2.cdrom.com (/pub/unsupported/os2);
MS-DOS; network information; newsletters; Novell; reports; RFCs; VMS

Site : ftp.tek.com
Country: USA
GMT : -8
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : inet1.tek.com
Admin :
Organ : Tektronix, Beaverton, Oregon
Server :
System : Unix
URL : ftp://ftp.tek.com/
Comment:
Files : CNA; CPID; GVG; labs; mbd; nwd; tv

Site : ftp.telebit.com
Country: USA
GMT : -8
Date : 23-Aug-94
Source : Perry....@kub.nl
Alias : apache.telebit.com, telebit.whnet.com
Admin :
Organ : Telebit
Server :
System : Unix
URL : ftp://ftp.telebit.com/
Comment:
Files : Telebit (modem) related files: 2strokes, ap-notes, bmw, bootp,
ipx, modemmgt, netblazer, mews, pdp8, ppp, ppp-consort, slip,
Sun2, tech-support, uucp-help

Site : ftp.teleport.com


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

Source : lyns...@teleport.com (Lynsa) {posting}
Alias : andre.teleport.com
Admin :
Organ : Teleport, Portland, Oregon
Server : www.teleport.com
System : Unix
URL : ftp://ftp.teleport.com/
Comment: max. 10 users; transfers are logged
Files : Portland; Teleport info; user public directories; vendors (CCI)

Site : ftp.tem.nctu.edu.tw
Country: Taiwan
GMT : +10
Date : 22-May-94
Source : Perry....@kub.nl
Alias : hub.tem.nctu.edu.tw
Admin :
Organ : National Chiao Tung University, Hsin Chu, Transport Engineering
and Management dept.
Server :
System : Unix
URL : ftp://ftp.tem.nctu.edu.tw/
Comment: Max. 8 users; FSP server
Files : Chinese; courses; docs; DSS; GIS; Linux; Mail; mods; MS-DOS; News;
Patches; Pictures; Unix

Site : ftp.temple.edu
Country: USA
GMT : -5
Date : 29-Mar-95
Source : Unix Info magazine
Alias : cronkite.ocis.temple.edu
Admin : ftp-m...@cronkite.ocis.temple.edu
Organ : Temple University, Philadelphia, Pennsylvania, OCIS
Server :
System : Unix
URL : ftp://ftp.temple.edu/
Comment: Open 24 hours
Files : entertainment; info; Mac; PC; psych523; ray; src; Unix

Site : ftp.tenon.com
Country: USA
GMT : -8
Date : 24-Jan-95
Source :
Alias : toady.tenon.com
Admin : ten...@tenon.com
Organ : Tenon
Server :
System : Unix
URL : ftp://ftp.tenon.com/
Comment: MachTen server, mirrored on maluku.jou.utexas.edu; 56K link
Files : MachTen (apps, bug fixes, docs, mailing list archive, ports,
software, tech notes, tools, updates, upgrades)

Site : ftp.terena.nl
Country: Netherlands
GMT : +1
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : erasmus.terena.nl
Admin : tech-...@terena.nl, postm...@rare.nl [strange?]
Organ : Terena, Amsterdam
Server :
System : Unix
URL : ftp://ftp.terena.nl/
Comment: Terena Document Store
Files : COA; collaborations; executive committee; general assembly; JENC6
(6th Joint European Networking Conference); liaisons; projects;
publications; rare council; ripe ncc; rtc; telematics (info
on how to submit a proposal under the EU 4th Framework program);
Terena info

Site : ftp.tex.ac.uk
Country: UK
GMT : 0
Date : 15-Dec-94
Source : PC NFS FAQ
Alias : ouse.cl.cam.ac.uk
Admin : cta...@tex.ac.uk
Organ : UK TeX Archive
Server :
System : Unix
URL : ftp://ftp.tex.ac.uk/
Comment: servers supports dynamic creation of zip, zoo or tar.gz archives
Files : a2x-voice; TeX (root directory, mirrored by ftp.doc.ic.ac.uk, see also
ftp.dante.net, ftp.shsu.edu)

Site : ftp.th-darmstadt.de
Country: Germany
GMT : +1
Date : 29-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : rs104.hrz.th-darmstadt.de, rs3.hrz.th-darmstadt.de
Admin : ftpa...@ftp.th-darmstadt.de (Hans-Christoph Deeken)
Organ : Technische Hochschule Darmstadt (Darmstadt Polytechnical Institute),
Darmstadt, CS dept.
Server :
System : Unix
URL : ftp://ftp.th-darmstadt.de/
Comment:
Files : Amiga; Archie; archivers; databases; dicts; doc; editors; fixes;
GNU; graphics; hhlrinfo; lang; Linux; machines; mods; MS-DOS;
networking; OS; OS/2; programming; RFCs; starter; sysadmin; TeX;
thd; usenet; X11

Site : ftp.thegroup.net


Country: USA
GMT : -8
Date : 10-Sep-94

Source : ma...@thegroup.net (Mark S. Burgess) {posting}
Alias : mark.thegroup.net
Admin :
Organ : Data Transfer Group, San Diego, California
Server : gopher.thegroup.net, www.thegroup.net
System : NT (Windows NT, PC)
URL : ftp://ftp.thegroup.net/
Comment:
Files : CLARION; Windowsprograms; Wintech

Site : ftp.thepoint.com


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

Source : ar...@thepoint.com (Arlie Davis) {posting}
Alias : thepoint.com
Admin :
Organ : The Point, , Kentucky
Server : www.thepoint.com
System : Unix
URL : ftp://ftp.thepoint.com/
Comment: transfers are logged
Files : audio; bishop; image; Linux; Mac; Microsoft; MS-DOS; mskb; Telebit;
text; The Point info; Unix; user public directories; WAIS; Windows;
xbit

Site : ftp.theporch.com
Country: USA
GMT : -6
Date : 21-Nov-94
Source : admin
Alias : theporch.theporch.com
Admin : ro...@theporch.theporch.com
Organ : The Porch, Nashville, Tennessee
Server : WWW: http://www.theporch.com/
System : Unix
URL : ftp://ftp.theporch.com/
Comment:
Files : A/UX ports and sources: berkdoc, bmake, listproc, make,
popper, wu-ftpd-shadow

Site : ftp.think.com
Country: USA
GMT : -5
Date : 16-Jul-94
Source : Perry....@kub.nl
Alias : early-bird.think.com, think.com
Admin :
Organ : Thinking Machines Corporation


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.think.com/
Comment: directory: /wais
Files : adoption; Alife III shirt; animal-rights; aviation; caia-93; carpal;
cellular-automata; cm; cmost; cvs; dgg; disinfectant; GNUs; gurps;
HPFF; jpeg; libernet; moose; Oh No More Lemmings Demo (Mac); pc532;
radio; space-comp-std; Sse; Think; UUCP; Waco; WAIS related files;
WX (weather); xpbiff

Site : ftp.thp.uni-duisburg.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : hal6000.thp.uni-duisburg.de
Admin : ftpa...@hal6000.thp.uni-duisburg.de
Organ : Universitaet Duisburg (University of Duisburg), Duisburg,
Institute for Theoretical Physics
Server :
System :
URL : ftp://ftp.thp.uni-duisburg.de/
Comment:
Files :

Site : ftp.thp.uni-koeln.de
Country: Germany
GMT : +1
Date : 29-Jun-95


Source : Deutsche Anonyme FTP-Server List

Alias : vax.ph-cip.uni-koeln.de
Admin : ftp...@ftp.thp.uni-koeln.de, ac...@ph-cip.uni-koeln.de,
am...@ph-cip.uni-koeln.de, at...@ph-cip.uni-koeln.de
Organ : Universitaet Koeln (University of Cologne), Cologne
Server :
System : Unix
URL : ftp://ftp.thp.uni-koeln.de/
Comment: local 28 users anytime, remote 8 users SaSu|Any20:00-06:00, 2 users
Any other; Minix moved to ftp.uni-bielefeld.de
Files : Acorn; Amiga; Atari; some Linux files; src; TeX

Site : ftp.thunderbyte.com
Country:
GMT :
Date : 31-Aug-95
Source : comp.virus/Virus-L
Alias : tct.thunderbyte.com
Admin :
Organ : Thunderbyte
Server : http://www.thunderbyte.com/
System : Windows NT (Windows NT, PC)
URL : ftp://ftp.thunderbyte.com/
Comment:
Files : Thunderbyte info, software, support info, updates

Site : ftp.ti.com


Country: USA
GMT : -6
Date : 25-Jan-95

Source : old ftp-list
Alias : gate.ti.com,ti.com
Admin : ftpa...@ftp.ti.com
Organ : Texas Instruments
Server :
System : Unix
URL : ftp://ftp.ti.com/
Comment: do NOT generate recursive listings, use ls-lR.Z or archie;
g(un)zip, (de)compress and tar on the fly
Files : assetdemo; CLUE (Common Lisp User-interface Environment; COOL; DCA;
j88; mirror of the TMS320 BBS; oath (Object-oriented Abstract Type
Hierarchy); sdr

Site : ftp.ticsa.com
Country: South Africa
GMT : +2
Date : 21-Aug-94
Source : Perry....@kub.nl
Alias : ticsa.com, gopher.ticsa.com
Admin : f...@ticsa.com
Organ : The Internetworking Company of Southern Africa (TICSA)
Server : gopher
System : Unix
URL : ftp://ftp.ticsa.com/
Comment:
Files : archie; gopher; NeTraMet; NN; tcpws; TICSA info; Tin; wu-ftpd

Site : ftp.tis.com
Country: USA
GMT : -5
Date : 22-May-94
Source : Perry....@kub.nl
Alias : relay.tis.com
Admin :
Organ : Trusted Information Systems, Glenwood, Maryland
Server :
System :
URL : ftp://ftp.tis.com/
Comment: some files are export controlled
Files : 386users mailinglist archive; crypto; firewall; PCIP; SNMPr2; TMACH

Site : ftp.tisl.ukans.edu


Country: USA
GMT : -6
Date : 29-Jun-95

Source : wie...@wzv.win.tue.nl (Wietse Venema) {posting}
Alias : hooper.tisl.ukans.edu
Admin :
Organ : University of Kansas, , Kansas, Telecommunications & Information
Sciences Laboratory
Server :
System : Unix
URL : ftp://ftp.tisl.ukans.edu/
Comment: activity is monitored
Files : classes; jayhawk; Mac; papers; projects; RFCs; security; software;
src; system_eng; tech-reports

Site : ftp.tno.nl


Country: Netherlands
GMT : +1
Date : 16-May-94

Source : Perry....@kub.nl
Alias : utopia.tno.nl
Admin :
Organ : The Netherlands Organization For Applied Scientific Research (TNO),
Rijswijk
Server :
System : Unix
URL : ftp://ftp.tno.nl/
Comment: anonymous uploads not allowed
Files : doc; GNU; internet (alex, archie, cnews, cso, gopher, html, httpd,
hyperbole, hypernews, lynx, mailservers, mirror, mosaic, nestor,
npr, prospero, rn, wais); lang; Mac; misc; networking; NLUUG;
Novell; packages (Linux: SLS); PC (Cello, McAfee, Mosaic, NCSA-kit,
NCSA-telnet, packet drivers, tn3270, viewers, winsock, wtn3270);
security; TNO; Unix

Site : ftp.tnt.uni-hannover.de


Country: Germany
GMT : +1
Date : 28-Mar-95

Source : fu...@tnt.uni-hannover.de (Hendrik Fuchs) {posting}
Alias : idefix.tnt.uni-hannover.de, logos.tnt.uni-hannover.de
Admin : hof...@mst.uni-hannover.de
Organ : Universitaet Hannover (University of Hannover), Hannover, Institut
fuer Theoretische Nachrichtentechnik und Informationsverarbeiting
(Institute for Theoretic Broadcastingtechniques and
Informationprocessing)


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.tnt.uni-hannover.de/
Comment:
Files : AI; cad; images; monalisa; MPEG audio test bitstreams; networking;
papers; parallel; signal-processing; visualization

Site : ftp.tohoku.ac.jp
Country: Japan
GMT : +9


Date : 14-Dec-94
Source : old ftp-list

Alias : akiu.gw.tohoku.ac.jp
Admin : ftp-...@tohoku.ac.jp
Organ : Tohoku University, Sendai
Server :
System : Unix
URL : ftp://ftp.tohoku.ac.jp/
Comment: nice 'graphics' logo on login; use 'site index pattern' or 'quote
site index pattern' to find something
Files : bbms; BSD; Canna; docs; GNU; IRC; lang; Linux; Mac (info-mac
mirror); MS-DOS; network; SCI; SKK; soc; star; tains; terakoya; TeX;
Towns; Unix; Windows; Wnn; WWFS; X; X6800; Zaurus

Site : ftp.town.hall.org
Country: USA
GMT : -5
Date : 29-Mar-95
Source : CuD
Alias : town.hall.org
Admin :
Organ : The Internet Town Hall, New York, New York
Server : gopher; http://town.hall.org/
System : Unix (SunOS)
URL : ftp://ftp.town.hall.org/
Comment: transfers are logged; please refrain from mirroring during peak
hours
Files : cyber94; dns; Edgar (database); harvest; patent; radio; sd_launch

Site : ftp.trentu.ca
Country: Canada
GMT : -5
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : blaze.trentu.ca
Admin : ftp-...@trentu.ca
Organ : Trent University, Peterborough, Ontario
Server : gopher
System : Unix
URL : ftp://ftp.trentu.ca/
Comment: sessions are logged
Files : clarkson; crynwr; DILS; DOS; dragnet; icci; images; irspectra;
jjoyce; kermit; Mac; mail; MS Windows; Netware; Pathworks; PCML;
Research Office; Unix; windii

Site : ftp.trlhz.trl.ibm.co.jp


Country: Japan
GMT : +9
Date : 15-Dec-94
Source : mike...@ix.netcom.com (Michael Scott) {posting}

Alias : boojum.trlhz.trl.ibm.co.jp
Admin :
Organ : IBM - TRL
Server :
System : Unix
URL : ftp://ftp.trlhz.trl.ibm.co.jp/
Comment:
Files : AIX; AIXFAQJ

Site : ftp.truevision.com
Country: USA
GMT : -5
Date : 04-Jan-95
Source : ss...@vnet.ibm.com (Sorin Serb)
Alias : ftp.rasterops.com,ftpserver.truevision.com
Admin : sup...@rasterops.com, sup...@truevision.com
Organ : Truevision/RasterOps, Santa Clara, California
Server :
System : Mac
URL : ftp://ftp.truevision.com/
Comment: graphics related material for Truevision/RasterOps products
Files : docs; faqs_Q&A; images; Mac; PC; press_releases; Sun; Telefinder

Site : ftp.trumpet.com.au


Country: Australia
GMT : +10
Date : 30-Oct-94

Source : Mats.Jo...@luengelska.lu.se
Alias : louie.trumpet.com.au
Admin : P.Ta...@trumpet.com.au (Peter Tattam)
Organ : Trumpet
Server :
System : Unix
URL : ftp://ftp.trumpet.com.au/
Comment:
Files : IRC; SLIPper; TCP-ABI; Trumpet newsreader home: dostrump, LWP, view,
winsock, wintrump; WinIRC

Site : ftp.ttu.edu
Country: USA
GMT : -6
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : ttacs1.ttu.edu
Admin :
Organ : Texas Technical University, , Texas, Academic Computing Services


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://ftp.ttu.edu/
Comment: default directory: $1$DIA420:[ANONYMOUS.PUB]
Files : doc; dos; Mac; Unix

Site : ftp.tu-bs.de
Country: Germany
GMT : +1
Date : 29-Mar-95
Source : Deutsche Anonyme FTP-Server List; admin
Alias : ftp.ibr.cs.tu-bs.de, diana.ibr.cs.tu-bs.de, ftp.rz.tu-bs.de,
rzserv3.rz.tu-bs.de
Admin : f...@ftp.tu-bs.de
Organ : Technische Universitaet Braunschweig (Technical University of
Braunschweig), Braunschweig, CS dept. & CC
Server : archive...@ibr.cs.tu-bs.de
System : Unix
URL : ftp://ftp.tu-bs.de/
Comment: campus spanning compound of several disjunct archive sites
Files : 386BSD; Atari; fuzzy-bibliography; GNU; interviews; isode; Linux;
NetBSD; OS/2; PC; RFCs; tkined; Unix; Usenet; X11R6

Site : ftp.tu-chemnitz.de
Country: Germany
GMT : +1
Date : 29-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : ftp.hrz.tu-chemnitz.de, ftp.informatik.tu-chemnitz.de,
saturn.informatik.tu-chemnitz.de, saturn.hrz.tu-chemnitz.de,
atlas-f.hrz.tu-chemnitz.de, atlas-f.informatik.tu-chemnitz.de
Admin : ftp...@ftp.tu-chemnitz.de, Fis...@hrz.tu-chemnitz.de
Organ : Technische Universitaet Chemnitz (Chemnitz University of
Technology), Chemnitz, CC and CS dept
Server :
System : Unix
URL : ftp://ftp.tu-chemnitz.de/
Comment: Available between 16:00 and 08:00 local time
Files : Acorn: Amiga (AMInet ftp.cs.tu-berlin.de); ArMaTuReS (TeX) and
ArmTeX 3.14; Atari; documents: appl, books, comp, mail network
(ftp.germany.eu.net); games; GNU (ftp.gnu.ai.mit.edu); Hamradio
(ucsd.edu); HP UX (hpux.ask.uni-karlsruhe.de); infosys;
Linux (tsx-11.mit.edu); Mathematica (ftp.wri.com);
MS-DOS (ftp.coast.net); multimedia; NETBSD (grasp.insa-lyon.fr);
Netware; news (ftp.germany.eu.net); NeXT
(ftp.informatik.uni-muenchen.de); Strategy; Sun-info; TeX
(ftp.uni-stuttgart.de); Unix; Windows (ftp.cica.indiana.edu);
X11 (ftp.germany.eu.net)

Site : ftp.tu-clausthal.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : sun.tu-clausthal.de, sun.rz.tu-clausthal.de
Admin : ftp...@ftp.tu-clausthal.de, ftp...@rz.tu-clausthal.de
Organ : Technische Universitaet Clausthal (Clausthal University of
Technology), Clausthal, CC
Server : mail-...@ftp.tu-clausthal.de, FSP
System : Unix
URL : ftp://ftp.tu-clausthal.de/
Comment: index.complete in all major sections; /pub contains all files;
weekdays 07:30-21:00 local time: 20 foreign users, other: 60 foreign
users; FSP service available
Files : Amiga; Atari; docs; graphics; GIF; GNU; HAM-radio; Linux; Mac;
MS-DOS; RFCs; TeX; Unix; Windows

Site : ftp.tu-dresden.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : rcs1.urz.tu-dresden.de
Admin : pdso...@rcs1.urz.tu-dresden.de
Organ : Technische Universitaet Dresden (Dresden Institute of Technology),
Dresden, CC
Server :
System : Unix
URL : ftp://ftp.tu-dresden.de/
Comment:
Files : GNU; Linux (sunsite.unc.edu); MS-DOS; MS-Windows 3; OS/2; X11

Site : ftp.tu-graz.ac.at
Country: Austria
GMT : +1
Date : 23-Aug-94
Source : Perry....@kub.nl
Alias : fstgds02.tu-graz.ac.at
Admin : f...@ftp.tu-graz.ac.at
Organ : Technischer Universitaet Graz (Graz Institute of Technology), Graz
Server :
System : Unix
URL : ftp://ftp-tu-graz.ac.at/
Comment: server supports locate, built-in archie search, on the fly
(de)compression/tar; read FEATURES for more info
Files : binaries (mostly GNU for DECstations); BSD4.4-Lite; docs; FreeBSD
(from freebsd.cdrom.com); GNU; Hyper-G (clients); Linux (from
sunsite.unc.edu); images; math; MS-ODS; net; papers; RFCs
(from ftp.univie.ac.at); TeX

Site : ftp.tu-ilmenau.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : cranach.rz.ru-ilmenau.de
Admin : f...@cranach.rz.ru-ilmenau.de
Organ : Technische Universitaet Ilmenau (Ilmenau Institute of Technology),
Ilmenau, CC
Server :
System :
URL : ftp://ftp.tu-ilmenau.de/
Comment:
Files :

Site : ftp.tue.nl
Country: Netherlands
GMT : +1
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : idefix.tue.nl
Admin : rcj...@urc.tue.nl (Joop Schillemans)
Organ : Technische Universiteit Eindhoven (Eindhoven University of
Technology), Eindhoven, CC
Server :
System : Unix
URL : ftp://ftp.tue.nl/
Comment: transfers are logged
Files : conteduc; lectures; MIDI; MS-DOS (Windows applications); neural;
physl; SGI; TeX; Unixtools; WWW

Site : ftp.turbo.nsk.su
Country: Russia
GMT : +6
Date : 30-Oct-94
Source : v...@rla.msk.su (Vladimir Ivanov)
Alias :
Admin : ro...@turbo.nsk.su ; di...@turbo.nsk.su ; b...@turbo.nsk.su
Organ : TURBO-NET
Server : mail...@fagot.turbo.nsk.su (send "help")
System :
URL : ftp://ftp.turbo.nsk.su/
Comment: limited access
Files : bin; cdrom1; cdrom2; files

Site : ftp.tuzvo.sk
Country: Slovakia


GMT : +1
Date : 29-Jun-95
Source : kab...@werple.mira.net.au {posting}

Alias : vsld.tuzvo.sk
Admin : m...@tuzvo.sk (Michal Sramka), ti...@tuzvo.sk (Tibor Weis)
Organ : Technical University of Zvolen, Zvolen, CC
Server : fsp, gopher
System : Unix
URL : ftp://ftp.tuzvo.sk/
Comment: max. 20 archive users
Files : demobit95; docs; MS-DOS; multi; music; Unix; vyuka; Windows

Site : ftp.twi.tudelft.nl
Country: Netherlands
GMT : +1
Date : 29-Nov-94
Source : nl-ftp as posted to nlnet.announce;
Piet de Bondt (bo...@dutiws.twi.tudelft.nl);
Karoline Timmermans (kare...@dutiwa.twi.tudelft.nl)
Alias :
Admin : f...@ftp.twi.tudelft.nl (general ftp admin address)
Organ : Technische Universiteit Delft (Delft University of Technology),
Delft, Math and CS dept.
Server : www.twi.tudelft.nl
System : Unix (Sun)
URL : ftp://ftp.twi.tudelft.nl/
Comment: WWW contact webm...@www.twi.tudelft.nl for info; 165Mb;
limit of 5 users between 06:00 and 18:00, limit of 10 outside
these hours; user 'ftp' possible instead of 'anonymous';
Files : Antivirus (MS-DOS: TBAV); FTP software; GNU; Linux (Slackware:
daily mirror of ftp.cdrom.com); Novell encryption; Unix; WWW;
X11; ZyXEL firmware

Site : ftp.u.washington.edu
Country: USA
GMT : -8
Date : 29-Jun-95
Source : old ftp-list
Alias : saul5.u.washington.edu
Admin : teme...@hitl.washington.edu (Toni Emerson, sci.virtual-worlds
archive)


Organ : University of Washington, Seattle, Washington
Server :

System : Unix (OSF/1 5.6)
URL : ftp://ftp.u.washington.edu/
Comment: several loose files in /pub; lots in user-supported
Files : DEC OSF; docs; IBM PC; RS6000; user-supported (airplanes, alt.drugs,
alt.fan.fabio, alt.locksmithing, amnesty, animaniacs, anime,
Anne Frank, Applets, arthistory, BOE, CALI, CARTAH, CHMC audiology,
Chimaera, Chinese Fieldwork, Christmas, cinema, classics, climbing,
cmedicine, cogsci, cypherpunks, depeche mode, design-l, Doom,
Duran Duran, ECSEL, fugate, GNU, go, hades, health reform, hockey,
Holocaust, homecare, hpoadocs, hsis94, ICSC, logistic data,
LOTRmush, MRwww, MS-DOS, music gifs, netstudy, new media, NGS,
NetBSD-Amiga, obsidian, peru, phantom, PIX, positron, psycho,
pyrite, rainman, realestate, RR, Red Dwarf, script-tex, seasonic,
seattle-maps, SimTel20, slovene, TMBG, tobit, UKC, USTC, UW_IRC,
V-Man, venice, Virtual Reality, virtual worlds (sci.virtual-worlds
archive), vislab, webber, webinfo, WeNa, xor, XXXX,
yellow submarine, zarathustra

Site : ftp.u-tokyo.ac.jp
Country: Japan
GMT : +9
Date : 19-Feb-95
Source : ftp.hitachi.co.jp
Alias :
Admin : f...@ftp.u-tokyo.ac.jp


Organ : University of Tokyo, Tokyo
Server :
System : Unix

URL : ftp://ftp.u-tokyo.ac.jp/
Comment: server can (de)compress and tar
Files : BSD386; current; HP-UX (8,9); HyperCard; Info-Mac; Japanese; Mac;
mail; news; packages; RFCs; society; Sun-patches; Windows 3; X11R6;
X68K

Site : ftp.ua.pt
Country: Portugal
GMT : 0
Date : 24-Jan-94
Source : coo...@ua.pt (Fernando Cozinheiro)
Alias : dns.ua.pt, zeus.ci.ua.pt
Admin : arc...@ci.ua.pt, archi...@ci.ua.pt
Organ : Universidade de Aveiro (University of Aveiro), Aveiro, Centro de
Informatica (CS dept.)
Server :
System : Unix
URL : ftp://ftp.ua.pt/
Comment: max. 5 users; transfers are logged; access to several directories
below pub/local is restricted to *.ua.pt and *.inesca.pt
Files : Amiga; cisco; docs (mirror of ns.dns.pt, PT, RCCN); GNU; ham-radio;
HP48; local: dicts, hypermedia, music (basement, docs, guitar,
software), news, PC (sound, tcp, win3, win32s), pictures+sounds; Mac
(comm, compression, developer, diskfile, graphicsutil, hypercardutil,
multifinder, network, print, screensaver, security, text, unix,
virus); misc (AI, ASCII-art, Khoros, matlab, minuet, mpack,
NCSA-telnet, Novell-patches, nupop, pegasus, pop, ps_graphics,
smile, stereo, TeX); netnews; PC (SimTel Software Repository
mirror); programming; Unix (adm, debug, editors, games, graphics,
Mac, mail, misc, net, news, pack, security, sounds, tia, X)

Site : ftp.uc.edu
Country: USA
GMT : -5
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : roll.san.uc.edu, ucbeh.san.uc.edu
Admin :
Organ : University of Cincinnatti, Cincinnatti, Ohio


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://ftp.uc.edu/
Comment: default directory: DISK$USERS:[ANONYMOUS]
Files : crumb; dial-access; facinfo; geology; iair; kidart

Site : ftp.ucar.edu
Country: USA
GMT : -7
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : mosaic.ucar.edu
Admin :
Organ : National Center for Atmospheric Research, Atmospheric Technology
Division
Server :
System : Unix
URL : ftp://ftp.ucar.edu/
Comment: transactions are logged
Files : AmMetSoc; adm; auspex; bench_ccmzb; ccm; cgd; chammp; cug; dailyb;
datahelp; docman; docs; dsl; finforms; graphics; hrforms; http;
itr; key; larn; Mac; mecca; mesouser; nag15; ncarg; ncari; NRIF; pc;
PCpop; pendulum; phone; radar; resolv; sc92; scd_dec; security;
starpac; Sun-patches; tags; telnet; ucarhttp; ucarnet; vhp; video;
X11; xmds1

Site : ftp.ucdavis.edu
Country: USA
GMT : -8
Date : 12-Feb-94
Source : Perry....@kub.nl
Alias : dale.ucdavis.edu
Admin :
Organ : University of California - Davis, Davis, California


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.ucdavis.edu/
Comment: some loose files in /pub
Files : bitsites; cpumeter; dialppp; domain-info; Eclipse; econet;
Hitchhikers Guide to the Internet; INET93; inet-drafts; Internet
Resource Guide; JIS; Kanji; lacnet; listoflists; Mac; MS-DOS (old
archivers); PC lisp; peacenet; popmail; RFCs; sendmail; slnet; UCD
info; Unix; USGS; VMS

Site : ftp.uci.kun.nl


Country: Netherlands
GMT : +1
Date : 16-May-94

Source : Perry....@kub.nl
Alias : ultrix.uci.kun.nl
Admin :
Organ : Katholieke Universiteit Nijmegen (University of Nijmegen), Nijmegen,
Universitair Centrum voor Informatievoorziening (UCI)
Server :
System : Unix (Ultrix)
URL : ftp://ftp.uci.kun.nl/
Comment: local use only please
Files :

Site : ftp.uconn.edu
Country: USA
GMT : -5
Date : 25-Aug-94
Source : Perry....@kub.nl
Alias : loon.ucc.uconn.edu
Admin :
Organ : University of Connecticutt, , Connecticutt, CC


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.uconn.edu/
Comment:
Files : Mac: TCP/IP, utils, virus; PC: MS-DOS (comm, editor, novell, TCP/IP,
util, virus, zip), OS/2(21servpak, archivers, comm, fonts, games,
GNU, ibm, info, misc, network, novell, os2fixes, shells, sysutl,
utl, unix, virus), Windows(mail, msapps, novell, util, virus,
winsock); Unix (Sun)

Site : ftp.uct.ac.za
Country: South Africa


GMT : +2
Date : 23-Jul-95
Source :

Alias : ucthpx.uct.ac.za
Admin : f...@uct.ac.za
Organ : University of Cape Town, Cape Town
Server :
System : Unix
URL : ftp://ftp.uct.ac.za/
Comment: max. 20 users
Files : archives (List of South African ftp sites); data (geminivirus,
potyvirus); depts (library); FreeBSD; Geo; mirrors (EC); PC
(archive, biblio, delphi, encode, internet, misc, scan); Unix

Site : ftp.udel.edu
Country: USA
GMT : -5
Date : 23-Jul-95
Source : old ftp-list; Perry....@kub.nl
Alias : louie.udel.edu
Admin : st...@louie.udel.edu, st...@eecis.udel.edu
Organ : University of Delaware, , Delaware, EE & CIS dept.
Server :
System : Unix
URL : ftp://ftp.udel.edu/
Comment: try to avoid our busy hours: 10:00-18:00 weekdays.
user 'ftp' can be used instead of 'anonymous'; file
transfers are logged with your hostname and e-mailaddress;
this server understands how to query identservers and will
often determine your address and host regardless of what
you enter; please refrain from using games that poll our
ftp server; MIDI archives is closed due to someone sneaking
in copyrighted software (moron!)
Files : arrl_papers; arrl_7 papers; eccad; grope; highball; Internet; mbone;
midi; mmdf; nbstime; ntp; people; PhiMuAlpha; portal; RFCs;
supermodels; udelnet; utils

Site : ftp.uga.edu


Country: USA
GMT : -5
Date : 15-Dec-94

Source : har...@uga.edu (Harold Pritchett); Perry....@kub.nl
Alias : dns3.uga.edu; server.uga.edu
Admin : w...@uga.cc.uga.edu
Organ : University of Georgia, Athens, Georgia, General FTP library
Server :
System : Unix (Ultrix, DECstation 3100)
URL : ftp://ftp.uga.edu/
Comment: this site needs a valid DNS reversion (i.e. if user anonymous fails
try again in a couple of minutes)
Files : GNU; Mac; MS-DOS; OS/2; Unix; VMS

Site : ftp.ugcs.caltech.edu
Country: USA
GMT : -8
Date : 31-Aug-95
Source :
Alias : envy.ugcs.caltech.edu
Admin : mug...@alumni.caltech.edu (Asim Mughal, bit.listserv.*)


Organ : California Institute of Technology, Pasadena, California
Server :
System :

URL : ftp://ftp.ugcs.caltech.edu/
Comment:
Files : caltech.house.dabney; cilibrar; cms (bonsia, bosnia, cms, hadith,
islamic timer, quran, shakir-suras); cyberboarder; diplomacy;
disney; dragonslair; elef; gifs (Pakistan: bit.listserv.{pakistan,
pns-l}); plan; showppm; stale-urine; zee

Site : ftp.uic.edu
Country: USA
GMT : -6
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : tigger.cc.uic.edu
Admin :
Organ : University of Illinois - Chicago, Chicago, Illinois
Server :
System : Unix
URL : ftp://ftp.uic.edu/
Comment: max. 10 users; transfers are logged [error with number of users]
Files : adn-datasave-client; cls; depts; etrain; nskit; ph (Mac, MS-DOS,
Windows, XPH)

Site : ftp.uidaho.edu


Country: USA
GMT : -6
Date : 14-Dec-94

Source : col...@crow.csrv.uidaho.edu (Collin Forbes)
Alias :
Admin :
Organ : University of Idaho, Moscow, Idaho
Server : gopher.uidaho.edu
System : Unix
URL : ftp://ftp.uidaho.edu/
Comment: Problem: Timeout (900 seconds)
Files : Electronic Green Journal (EGJ)

Site : ftp.iupui.edu
Country: USA
GMT : -5
Date : 30-Apr-95
Source : veyg...@cs.purdue.edu (Mikhail Veygman)
Alias : edison.uipui.edu
Admin :
Organ : Indiana University - Purdue University at Indianapolis, Indianapolis
Server :
System : Unix
URL : ftp://ftp.iupui.edu/
Comment:
Files : doc (Internet, RFC); indycert (Mac, PC, Unix); library; logos; Mac
(eudora, gopher, hypercard, mackermit, pegasus, utilities, web); PC;
psychiatry; Unix (ntp, sendmail, web, web-tools)

Site : ftp.ujf-grenoble.fr
Country: France
GMT : +1
Date : 29-Nov-94
Source : Perry....@kub.nl
Alias : ujf.ujf-grenoble.fr [?]
Admin :
Organ : Universite Joseph Fourier (Joseph Fourier University), Grenoble,
Server :
System : Unix
URL : ftp://ftp.ujf-grenoble.fr/
Comment: (un)compress and g(un)zip on the fly; transfers are logged
Files : [directory archive]

Site : ftp.uji.es
Country: Spain
GMT : +1
Date : 10-Dec-94
Source : Perry....@kub.nl
Alias : pereiii.uji.es
Admin :
Organ : Universidad Jaume I
Server :
System :
URL : ftp://ftp.uji.es/
Comment: Problem: Timeout
Files :

Site : ftp.ulb.ac.be
Country: Belgium
GMT : +1
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : is2.bfu.vub.ac.be, is2e.bfu.vub.ac.be
Admin :
Organ : Vrije Universiteit Brussel/Universite Libre de Bruxelles, Brussels,
CC
Server :
System : Unix (4.3BSD Tahoe EP/IX)
URL : ftp://ftp.ulb.ac.be/
Comment:
Files : announce; BSD43; doc; exchange (temp); gopher; Info-Mac; Info-PC
(app, comm, util, virus, x11); Info-Unix (gopher, misc. utils, www);
mail (elm, Mac, majordom, PC); network (SURFnet, resULB); packages
(fieldmouse, security); projects; resulb; www

Site : ftp.uleth.ca
Country: Canada
GMT : -7
Date : 23-Aug-94
Source : Perry....@kub.nl
Alias : xi.uleth.ca
Admin : sen...@sigma.uleth.ca
Organ : University of Lethbridge, Lethbridge
Server :
System : Unix
URL : ftp://ftp.uleth.ca/
Comment: alias is due to change soon
Files : comet; Kerberos; LaTeX; Solar (lots of solar related info);
tech-reports

Site : ftp.ulg.ac.be
Country: Belgium
GMT : +1
Date : 30-Aug-94
Source : Perry....@kub.nl
Alias : aix1.segi.ulg.ac.be, gopher.ulg.ac.be
Admin :
Organ : Universite de Liege (University of Liege), Liege, SEGI
Server :
System : Unix (IBM AIX)
URL : ftp://ftp.ulg.ac.be/
Comment: sorry, no ` on the e in postings
Files : french; ISO8859; Latin-1

Site : ftp.um.es
Country: Spain
GMT : +1
Date : 11-Jul-94
Source : Perry....@kub.nl
Alias : afrodita.um.es
Admin :
Organ : University of Madrid, Madrid


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.um.es/
Comment:
Files : doc; Linux; Mac; multimedia; PC; projects; Unix

Site : ftp.umcs.maine.edu


Country: USA
GMT : -5
Date : 15-Dec-94
Source : old ftp-list

Alias : gandalf.umcs.maine.edu
Admin :
Organ : University of Maine, Orono, Maine, CS dept.
Server :
System : Unix
URL : ftp://ftp.umcs.maine.edu/
Comment: all files in incoming will be purged or moved to a more permanent
location after 1 month; NO COMMERCIAL SOFTWARE ALLOWED
Files : Bulgaria; cshelper; docs; gopher; HAM-radio; HazMat database;
MS-DOS; SIGraph; WISR

Site : ftp.umd.umich.edu


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

Source : wc4...@writer.yorku.ca (Jennifer Ugarte) {posting}
Alias : cw-u01.umd.umich.edu
Admin : ro...@tiamat.umd.umich.edu


Organ : University of Michigan, Ann Arbor, Michigan
Server :
System : Unix

URL : ftp://ftp.umd.umich.edu/
Comment: being set up, bear with us; /pub/graphics/gif/comics; tar and gzip
on the fly
Files : Doom; FRP; graphics; Mac; MS-DOS; MUD; Red Dwarf material
(gifs/lyrics/scripts etc.); Sandman/Death Gallery; sound; text;
Unix; Windows

Site : ftp.umiacs.umd.edu


Country: USA
GMT : -5
Date : 15-Dec-94
Source :

Alias : skippy.umiacs.umd.edu
Admin :
Organ : University of Maryland, , Maryland


Server :
System : Unix (Ultrix 4.1)

URL : ftp://ftp.umiacs.umd.edu/
Comment: directory: /pub/NeWS; transfers are logged
Files : BIND; biocomp; HyperNews; multiagent; ONRrept; peyote; SUGstuff;
Sun-fixes; um-dissertation

Site : ftp.uml.edu
Country: USA
GMT : -5
Date : 23-Jul-95
Source : old ftp-list
Alias : sable.uml.edu, hermes.uml.edu, romulus.uml.edu, ftp.ulowell.edu
Admin : one...@sable.uml.edu (Brian 'Doc' O'Neill)
Organ : University of Massachusetts - Lowell, Lowell, Massachusetts
Server :
System : Unix
URL : ftp://ftp.uml.edu/
Comment: formerly known as ftp.ulowell.edu; max. 24 users
Files : Babylon-5; comp.binaries.ibm.pc archive & submissions; FreeBSD; GNU;
Linux; MS-DOS games and demo's: (3D, 3DRealms, adventures, Apogee,
arcade, BBSdoors, cards, cheet sheets, copysoft, demos, editors,
education, Epic, Flightsimulators, FPS football, Game Dev,
Game Bytes, ID, kids, Links386, MVP, MahJongg, Moraff, patches,
puzzle, RPG, sports, Tetris, TextAd, Top100, Trivia, utils,
VGAPlanets, Windows; Netscape; Sonic; TV

Site : ftp.umoncton.ca
Country: Canada
GMT : -5
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : bosoleil.ci.umoncton.ca
Admin :
Organ : University of Moncton, Moncton, Quebec
Server :
System : Unix
URL : ftp://ftp.umoncton.ca/
Comment:
Files : cum (autoroute, bibcha, campusnet, cic, cour-elec, dept-tech,
et-sup-rech, galerie-art, info-universitaire, kcirving, labcog,
mba, ress-humaines, ress-internet, ser-org-etud); distrib (DOS, Mac,
mat-cour, winsock); hebdo-campus

Site : ftp.umu.se
Country: Sweden
GMT : +1
Date : 15-Dec-94
Source : Perry....@kub.nl
Alias : news.umu.se
Admin : f...@ftp.umu.se
Organ : Umea University, Umea, UMDAC
Server :
System : Unix
URL : ftp://ftp.umu.se/
Comment: transfers are logged; max. 10 users; compress, gzip and tar on the
fly
Files : docs (bicycle, C++, cookbook, Internet, security, style-guide,
thesis, winsock); Mac (abalone, archie, chat, eudora, finger,
gopher, maX500, newswatcher, sniff, system7tuneup, talk, wais,
xferit); PC (anti-virus, archers, binhex, dos 6.2, Eudora, gobbler,
html, hytelnet, Logo, packet drivers, PC TCP, POPmail, skrivare,
swix, trumpet, winhttpd, windows, word 6.0a); security (several
security utils: cops, passwd+, portmap, rexecd, shadow_login,
skey, tcp_wrapper); Unix; WWW; X.500

Site : ftp.unam.mx
Country: Mexico
GMT : -6
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : condor.dgsca.unam.mx
Admin :
Organ : Universidad Nacional Autonomidad de Mexico


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.unam.mx/
Comment:
Files : ciencia; docs; FAQs; gopher; images; impresora; manuals; NCSA;
proveeduria; red; sintesis; sni; tiempo; traductores; util; virus;
xerox

Site : ftp.unbsj.ca
Country: Canada
GMT : -8
Date : 29-Mar-94
Source : Perry....@kub.nl
Alias : fundy.csd.unbsj.ca
Admin :
Organ : University of New Brunswick at J, , New Brunswick, CS Dept.
Server :
System : Unix
URL : ftp://ftp.unbsj.ca/
Comment:
Files : Charon; DOS IP; Hytel; MacTCP; Novell; winsock

Site : ftp.uncc.edu


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

Alias : unccsun.uncc.edu
Admin :
Organ :
Server :
System :
URL : ftp://ftp.uncc.edu/
Comment: pub appears to be empty [see README in / ?]
Files : coe

Site : ftp.und.ac.za
Country: South Africa
GMT : +2
Date : 21-Aug-94
Source : MODERXX.ZIP; Perry....@kub.nl
Alias : owl.und.ac.za
Admin : f...@owl.und.ac.za
Organ : University of Natal - Durban, Durban, Natal
Server :
System : Unix
URL : ftp://ftp.und.ac.za/
Comment: max. 10 users; transactions are logged; descriptive ls/dir command
Files : csdmedia (Comp. Services publications); entertainment; idl; listings
of other anon ftp sites; mirrors: cica, FreeBSD, garbo.uwasa.fi,
selected directories from ftp.microsoft.com, XFree86; MS-DOS;
MS-Windows 3; OS/2; UND; Unix

Site : ftp.undernet.org
Country: USA
GMT : -7
Date : 30-Oct-94
Source : csa...@clark.net (Caesar Samsi) {posting}
Alias : sci.dixie.edu
Admin :
Organ : Dixie College, , , Center of Excellence
Server :
System : Unix
URL : ftp://ftp.undernet.org/
Comment: max. 15 users; transfers are logged
Files : IRC: WSIRC; Mac; Netscape-RS6000; PC; Undernet; WWW

Site : ftp.une.edu.au
Country: Australia
GMT : +10
Date : 29-Sep-94
Source : old ftp-list
Alias : grivel.une.edu.au
Admin : gor...@grivel.une.edu.au
Organ : University of New England - Armidale, Armidale, New South Wales
Server :
System : Unix
URL : ftp://ftp.une.edu.au/
Comment:
Files : Adobe (AFM, Acrobat, Applications, PPD); Amateur Radio Topics
(Ham-radio: aus.radio, buffalo, f6bb-utils, funet, icom, kiss,
Mac-files, Pacsat, Rose, UCSD); DEC (DEC-Info); FreeBSD; GNU;
Gopher (Unix); NCSA (Mac, PC, Telnet, Web); Novell (Netwire);
Otherrealms

Site : ftp.uni-augsburg.de
Country: Germany
GMT : +1
Date : 15-Dec-94
Source : Deutsche Anonyme FTP-server List
Alias : infoserv.cc.uni-augsburg.de, rzsun2.rechenzentrum.uni-augsburg.de
Admin : sof...@uni-augsburg.de
Organ : Universitaet Augsburg (University of Augsburg), Augsburg, CC
Server :
System : Unix
URL : ftp://ftp.uni-augsburg.de/
Comment: activity is logged; tarring, compressing, zooing and (g)zipping on
the fly; max. 10 users
Files : AIX; Amiga; Atari ST; GNU; info; Linux; Mac; math; MS-DOS; OS/2;
parallel; TeX; Unix; Windows

Site : ftp.uni-bayreuth.de
Country: Germany
GMT : +1
Date : 29-Mar-95
Source : Deutsche Anonyme FTP-server List
Alias : btr0x1.hrz.uni-bayreuth.de
Admin : f...@hrz.uni-bayreuth.de
Organ : Universitaet Bayreuth (University of Bayreuth), Bayreuth, CC
Server :
System :
URL : ftp://ftp.uni-bayreuth.de/
Comment: transfers are logged; max. 20 users
Files : Cray; CT-Magazin; de.indexes; GNU; HP; IX-Magazin; Khoros; lrz;
mail; math; MS-DOS; network; TeX; Unix; VMS; X-Windows

Site : ftp.uni-bielefeld.de
Country: Germany
GMT : +1
Date : 29-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : hermes.hrz.uni-bielefeld.de, unibi.uni-bielefeld.de,
unibi.hrz.uni-bielefeld.de
Admin : ro...@hrz.uni-bielefeld.de
Organ : Universitaet Bielefeld (University of Bielefeld), Bielefeld
Server :
System : Unix
URL : ftp://ftp.uni-bielefeld.de/
Comment: directory: /pub/tex
Files : HPUX; RFCs; TeX mirror of ftp.uni-stuttgart.de

Site : ftp.uni-bremen.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : wowbagger.pc-labor.uni-bremen.de, wowbagger.zfn.uni-bremen.de
Admin : ho...@pc-labor.uni-bremen.de (Holger Duerer),
s...@pc-labor.uni-bremen.de (Sven Hapke), g...@pc-labor.uni-bremen.de
(Gerald Imboden)
Organ : Universitaet Bremen (University of Bremen), Bremen, PC lab
Server : gopher, mai...@ftp.uni-bremen.de, http://ftp.uni-bremen.de/
System : Unix
URL : ftp://ftp.uni-bremen.de/
Comment: transfers are logged; max. 20 users between 06:00-18:00 weekdays,
100 outside these hours and in weekends
Files : AI; daVinci; GNU (mirror of prep.ai.mit.edu); Internet; Kites;
Linux; MS-DOS; NetBSD; neural-nets; OS/2; parallel (pvm); RFCs; SGI;
TeX; Unix; X11R6

Site : ftp.uni-duesseldorf.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List
Alias :

Admin : ftpa...@uni-duesseldorf.de
Organ : Universitaet Duesseldorf (University of Duesseldorf), Duesseldorf,
Heinrich Heine Universitaet
Server :
System :
URL : ftp://ftp.uni-duesseldorf.de/
Comment:
Files : convex; driver; driver; GNU; gopher; HP; Linux; Mac; magazines;
MS-DOS; MS-Windows; NetBSD; Novell Netware; SGI; Sinix; Sun; TeX;
X11

Site : ftp.uni-duisburg.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : h20-hrze.uni-duisburg.de, du9ds4.uni-duisburg.de,
du9ds4.fb9dv.uni-duisburg.de
Admin : f...@ftp.uni-duisburg.de
Organ : Universitaet Duisburg (University of Duisburg), Duisburg
Server :
System : Unix
URL : ftp://ftp.uni-duisburg.de/
Comment: please restrict access to non-business hours i.e. NOT 09:00-17:00
local time, in case of abuse you will be rejected in the future;
real hostname and transfers are logged
Files : 386BSD; CAD; compiler; ghost; GNU; graphics; HP48; lang; Linux;
MS-DOS; OS/2; source files; TeX; Unix; Windows 3; X11

Site : ftp.uni-erlangen.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : medusa.uni-erlangen.de, medusa.informatik.uni-erlangen.de,
faui43.informatik.uni-erlangen.de
Admin : f...@informatik.uni-erlangen.de
Organ : Friedrich Alexander Universitaet Erlangen (University of Erlangen),
Erlangen, Informatik IV (Betriebssysteme)
Server :
System : Unix
URL : ftp://ftp.uni-erlangen.de/
Comment: please avoid the busy hours: Monday-Friday from 08:00-18:00 MET;
all transfers are logged with email- and hostaddress; limit of
60 users or 200 users dependent on time; server can tar and
compress a file or directory on the fly
Files : Adobe; Amiga; Aminet; Atari; audio; Auth; Aviator; beam; BSD; C++;
docs; doc.epix; du-s; duu; ebs; faces; flexfax; Fun; games; GNU;
graphics; HP28; HP48; IERS; IMMD2; IMMD4; inventories; IP; IRC; ISO;
iwi4; Khoros; Lemacs; Linux (sunsite.unc.edu); Lisp; Mac; media;
Modula3; Motorola; Multimedia; net; news; Newton; papers; PC;
pc-freeware; pictures; psion3; snm; snmp; sounds; Sun; TeX;
utilities; wafe; WAIS; X11; X11R6; X25; X400; XBtx; XCept; ZyXEL

Site : ftp.uni-frankfurt.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : diane.rbi.informatik.uni-frankfurt.de
Admin :
Organ : Universitaet Frankfurt (University of Frankfurt), Frankfurt,
CS dept.
Server :
System :
URL : ftp://ftp.uni-frankfurt.de/
Comment:
Files :

Site : ftp.uni-freiburg.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : ftp.ruf.uni-freiburg.de, sun2.ruf.uni-freiburg.de,
n.ruf.uni-freiburg.de
Admin : f...@ftp.uni-freiburg.de, ma...@sun1.ruf.uni-freiburg.de
(Martin Walter)
Organ : Universitaet Freiburg (University of Freiburg), Freiburg


Server :
System : Unix (System V Release 4.0)

URL : ftp://ftp.uni-freiburg.de/
Comment: successor of sun8.ruf.uni-freiburg.de
Files : Atari; Benchmark; docs; dos; languages; net; sites; Sun; X11

Site : ftp.uni-halle.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : mlucom3.urz.uni-halle.de
Admin : kna...@urz.uni-halle.de
Organ : Universitaet Halle (University of Halle), Halle, CC
Server :
System :
URL : ftp://ftp.uni-halle.de/
Comment:
Files :

Site : ftp.uni-hamburg.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : rznext01.rrz.uni-hamburg.de
Admin : ftp-a...@rznext01.rrz.uni-hamburg.de
Organ : Universitaet Hamburg (University of Hamburg), Hamburg, CC
Server :
System :
URL : ftp://ftp.uni-hamburg.de/
Comment:
Files : NeXT (mirror of ftp.informatik.uni-muenchen.de); TCL

Site : ftp.uni-jena.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : hpux.rz.uni-jena.de, fsuj02.rz.uni-jena.de
Admin : ftp...@rz.uni-jena.de
Organ : Universitaet Jena (University of Jena), Jena, CC
Server : file...@uni-jena.de, subject: 'get <file>' (no quotes), <file>
is the complete pathname of the requested file, starting with
ftp/, files are sent as shar-archives, big archives will be split
System :
URL : ftp://ftp.uni-jena.de/
Comment:
Files : GNU; Linux; MS-DOS; TeX; Unix; X11

Site : ftp.uni-kl.de


Country: Germany
GMT : +1
Date : 28-Mar-95

Source : admin; Deutsche Anonyme FTP-Server List
Alias :
Admin : ftp...@uni-kl.de
Organ : Universitaet Kaiserslautern (University of Kaiserslautern),
Kaiserslautern
Server :
System : Unix
URL : ftp://ftp.uni-kl.de/
Comment: directories: /incoming/acorn: Upload directory, /pub/acorn;
also other directories for: amiga, apple2, atari, bio(logy),
game-solutions, informatik, linux, mac, novell, pc, sun-patches
and unix; put uploads in the appropriate incoming directory
with descriptive filename and e-mail the admin; transfers are
logged; successor of minnehaha.rhrk.uni-kl.de
Files : Acorn; Amiga; Aminet; amoeba; Apple II; Astro; Atari; Athena; bio;
BSD-sources; docs; EMBL; FUN; game-solutions; GNU; gopher; graphics;
ham-radio; helios; HP48; humor (incl. real programmers don't use
Pascal); Info-Mac (sumex-aim.stanford.edu); info KL; informatik;
Internet; IRC; ISIS; languages; Linux; lists; Mac; Mach3; Minix;
MS-DOS; netinfas; netlib; NeXT; Novell; panda; Pegasus; RFCs;
sat.met; security; Sun; TCP/IP; tech-reports; TeX; Transputer;
Unix; vektorproz; vendor; X11R5

Site : ftp.uni-koeln.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : ftp.rrz.uni-koeln.de, aix370.rrz.uni-koeln.de, rs1.rrz.uni-koeln.de,
news.rrz.uni-koeln.de
Admin : arch...@rrz.uni-koeln.de
Organ : Universitaet Koeln (University of Cologne), Cologne
Server :
System : Unix
URL : ftp://ftp.uni-koeln.de/
Comment: directory: /pc; mostly mirrors from the US; transfers are logged
Files : Acorn files; dos editor; ftp-dirs; GIF; GNU; graphics; mach; Mail;
MS-DOS; MS Windows (ftp.cica.indiana.edu); net; programming; RFCs;
shells; TeX; Unix; usenet; VMS; X Windows

Site : ftp.uni-leipzig.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List

Alias : server2.rz.uni-leipzig.de, ftp.rz.uni-leipzig.de
Admin :
Organ : Universitaet Leipzig (University of Leipzig), Leipzig
Server :
System :
URL : ftp://ftp.uni-leipzig.de/
Comment: max. 10 users
Files :

Site : ftp.uni-linz.ac.at
Country: Austria
GMT : +1
Date : 30-Oct-94
Source :
Alias : alijku06.uni-linz.ac.at
Admin :
Organ : Johannes Kepler Universitaet (Johannes Kepler University), Linz
Server :
System : Unix
URL : ftp://ftp.uni-linz.ac.at/
Comment: Austrian sites only
Files :

Site : ftp.uni-lj.si
Country: Slovenia
GMT : +1
Date : 13-Aug-94
Source : Perry....@kub.nl
Alias : pomlad.uni-lj.si
Admin :
Organ : University of Ljubljana, Ljubljana


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://ftp.uni-lj.si/
Comment: default directory SOFT$:[ANONYMOUS]
Files : Astro; PC-SOFT (ANU docs, en, gen, GIF, gopher, graphics, Linux,
Mac, mgs, NCSA, OS/2, OS/2 beta, PC, riva, SCO, sesam, systems, TeX,
text, Ultrasound, usenet news, ZyXel); Vlado; VMS (numerous files)

Site : ftp.uni-mainz.de
Country: Germany
GMT : +1
Date : 24-Jan-95


Source : Deutsche Anonyme FTP-Server List

Alias : gundel.zdv.uni-mainz.de
Admin : ftpa...@goofy.zdv.uni-mainz.de
Organ : Universitaet Mainz (University of Mainz), Mainz
Server :
System : Unix
URL : ftp://ftp.uni-mainz.de/
Comment: transfers are logged; server can zip, zoo, tar, tar.z and tar.gz;
successor of minnie.zdv.uni-mainz.de
Files : amd; Amiga; Atari; Athena; batch; chaos; GNU; images (gif, jpg,
NASA); internet (alex, archie, dos, gopher, hyper-g, isode, kermit,
kurs, news, security, sendmail, wais, www); JOGUbits; Linux; Mac;
misc (autostereogramme, ebooks, ZyXel); MS-DOS (antivirus, catalog,
CIP, DOS, Novell, Windows); muwiinf; NetBSD; news-archive
(alt.comp.periphs.mainboard.asus, comp.benchmarks,
comp.lang.perl, comp.lang.tcl, comp.os.386bsd.announce,
comp.os.386bsd.apps, comp.os.386bsd.bugs, comp.os.386bsd.development,
comp.os.386bsd.misc, comp.os.386bsd.questions, comp.os.linux,
comp.os.linux.admin, comp.os.linux.announce, comp.os.linux.development,
comp.os.linux.help, comp.os.linux.misc, comp.os.research,
comp.os.vms, comp.parallel, comp.parallel.pvm, comp.sources.misc,
comp.sources.postscript, comp.sources.reviewed, comp.sources.unix,
comp.sources.x, comp.sys.dec, comp.sys.hp, comp.sys.hp.apps,
comp.sys.hp.hardware, comp.sys.hp.hpux, comp.sys.hp.misc,
comp.sys.hp.mpe, comp.sys.sgi.admin, comp.sys.sgi.announce,
comp.sys.sgi.apps, comp.sys.sgi.bugs, comp.sys.sgi.graphics,
comp.sys.sgi.hardware, comp.sys.sgi.misc, comp.sys.sun.admin,
comp.sys.sun.hardware, comp.unix.aix, comp.unix.bsd,
comp.unix.osf.misc, comp.unix.osf.osf1, comp.unix.solaris,
comp.unix.ultrix, de.comp.os.linux, gnu.emacs.sources,
jogu.announce, jogu.bull, jogu.linux, jogu.net, jogu.talk, jogu.vms,
stgt.general, stgt.net, stgt.uni-s.general, stgt.uni-s.rus,
vmsnet.sources, vmsnet.sources.d, vmsnet.sysmgt); OS/2; SCO;
security; Tcl/Tk; TeX; X11


Perry Rovers

unread,
Sep 7, 1995, 3:00:00 AM9/7/95
to
Archive-name: ftp-list/sitelist/part16

Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip

Site : math.princeton.edu
Country: USA
GMT : -5
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : Princeton University
Server :
System : Unix
URL : ftp://math.princeton.edu/
Comment:
Files :

Site : math.ucla.edu
Country: USA
GMT : -8
Date : 11-Feb-94
Source : old ftp-list
Alias : julia.math.ucla.edu
Admin :
Organ : University of California - Los Angeles, Los Angeles, California


Server :
System : Unix (SunOS 4.1)

URL : ftp://math.ucla.edu/
Comment:
Files : cantor; gap; hhftp; hhlist; kermit; named; nettools; pari; Sendmail;
xterm

Site : math.uh.edu
Country: USA
GMT : -6
Date : 31-Aug-95
Source : old ftp-list
Alias : karazm.math.uh.edu
Admin : f...@math.uh.edu
Organ : University of Houston, Houston, Texas


Server :
System : Unix (SunOS 4.1)

URL : ftp://math.uh.edu/
Comment: all ftp access is logged; supply a valid e-mail address
Files : Amiga (comp.sys.amiga.reviews); CHAOS; fpp; HSFF; KSR; LPF; math;
papers; parallel; reports

Site : math.utexas.edu


Country: USA
GMT : -6
Date : 25-Jan-95
Source :

Alias : fireant.ma.utexas.edu
Admin :
Organ : University of Texas - Austin, Austin, Texas, Math dept.


Server :
System : Unix (SunOS 4.1)

URL : ftp://math.utexas.edu/
Comment:
Files : AKCL; Atari; GNU; jspell; Linux; mp_arc; MS-DOS; papers;
tesselations

Site : math.yale.edu


Country: USA
GMT : -5
Date : 29-Mar-95

Source : ftp.cs.yale.edu
Alias : pascal.math.yale.edu
Admin : postm...@math.yale.edu
Organ : Yale University, New Haven, Connecticut, Math dept.
Server :
System : Unix
URL : ftp://math.yale.edu/
Comment: no offensive material (GIFs etc.); sessions are logged
Files : AMS (American Mathematical Society 1990 subject classification);
data; IMP (Instant Maths Preprints project); Instructions; movies
(Mac Quicktime movie of beating heart, NMR scan); papers; RS6000;
software (DOS, NeXT, Sun3, Sun4 binaries for wavelet packet
analysis: WPLab, wplib, WPL); TeX; wavelets (preprints from the
Numerical Algoritms Research Group)

Site : maths.su.oz.au
Country: Australia
GMT : +10
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : Sydney University, Sydney
Server :
System : Unix
URL : ftp://maths.su.oz.au/
Comment:
Files :

Site : max.physics.sunysb.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin : ro...@max.physics.sunysb.edu
Organ : State University of New York - Stoney Brook, Stoney Brook, New York,
Physics dept.
Server :
System : Unix
URL : ftp://max.physics.sunysb.edu/
Comment:
Files : MGR for Unix-PC

Site : mbcrr.harvard.edu
Country: USA
GMT : -5
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : Harvard University, Cambridge, Massachusetts

Server :
System : Unix (Ultrix 4.1)

URL : ftp://mbcrr.harvard.edu/
Comment:
Files : protein library

Site : mc.lcs.mit.edu


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

Alias :


Admin :
Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts,
Laboratory of Computer Sciences

Server :
System : Unix
URL : ftp://mc.lcs.mit.edu/
Comment:
Files : cstacy; jargon; Unix-haters

Site : mcafee.com
Country: USA
GMT : -8
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin : sup...@mcafee.com, ar...@mcafee.com (Aryeh Goretsky),
m...@mcafee.com (Morgan Schweers)
Organ : McAfee Associates, Santa Clara, California
Server :
System : Unix
URL : ftp://mcafee.com/
Comment: directories: pub/antivirus, pub/utility, pub/vsum; this site
is mirrored around the world
Files : McAfee antivirus utilities; Patricia Hoffmann's VSUM

Site : mcclb0.med.nyu.edu
Country: USA
GMT : -5


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Ney York University, New York, New York
Server :
System :
URL : ftp://mcclb0.med.nyu.edu/
Comment: Problem: Service not available. Remote server has closed the
connection
Files :

Site : mcmurdo.gov
Country: Antarctica
GMT : 0
Date : 10-Sep-94
Source :
Alias : mcmvax.mcmurdo.gov
Admin :
Organ : McMurdo Station


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://mcmurdo.gov/
Comment: default directory: $DISK1:[ANONYMOUS]
Files : 3rdComet FAQ; calclock; palmer; vbrun300

Site : mcnc.mcnc.org
Country: USA
GMT : -5
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ :
Server :
System : Unix
URL : ftp://mcnc.mcnc.org/
Comment:
Files : FTPd bugfix; intro NIC docs; VLSI CAD tool benchmarks;
some RFCs; triangle.jobs archive

Site : me10.lbl.gov
Country: USA
GMT : -8
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : Lawrence Berkeley Labs, Berkeley, California
Server :
System : Unix
URL : ftp://me10.lbl.gov/
Comment:
Files : HP-UX: binaries, bind, tex, misc utilities

Site : meadow.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 (Ultrix 4.1)

URL : ftp://meadow.stanford.edu/
Comment:
Files :

Site : meap.uta.edu
Country: USA
GMT : -6


Date : 06-Jan-94
Source : old ftp-list

Alias : me.uta.edu
Admin :
Organ : University of Texas - Arlington, Arlington, Texas, Mechanical
Engineering dept.
Server :
System : Unix (Apollo DN5500)
URL : ftp://meap.uta.edu/
Comment:
Files : MSDOS engineering/science apps

Site : media-lab.media.mit.edu


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

Source : old ftp-list
Alias : media.mit.edu
Admin : f...@media.mit.edu
Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts.
Media Lab.
Server :
System : Unix
URL : ftp://media-lab.media.mit.edu/
Comment: transactions are logged
Files : access; audio; books; DEC; EDS; elwin; Foner; framer; galatea;
holography; interface-agents; jill; k-arith-code; mc; MediaMOO;
medimage; monkeyBrains; mrconsole; music; ne-raves; NeXT; noname;
nuno; physics; point_icon; Pro Audio Spectrum (PAS); saus; sci.vw.a;
SGI; sparce-dyn; stoneRave; sysadmin; thinking-about-thinking;
VietNet; WavesWorld

Site : megasun.bch.umontreal.ca


Country: Canada
GMT : -5
Date : 10-Sep-94
Source :

Alias :
Admin :
Organ : University of Montreal, Montreal
Server :
System : Unix
URL : ftp://megasun.bch.umontreal.ca/
Comment:
Files : clever; gde; phylogenetics; tbob

Site : menaik.cs.ualberta.ca
Country: Canada
GMT : -7


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of Alberta, Edmonton, Alberta, CS dept.
Server :
System : Unix
URL : ftp://menaik.cs.ualberta.ca/
Comment:
Files : AI; AI-GI-V94; atree; BSD4.3; CChess; coredyna; cssa; dbms; ehab;
Enterprise; exodus; geompack; gno; gradinfo; graphics; hoover; joe;
MetaView; Mizar, Mizar-MSE; MS-DOS; oolog; robotics; smillie;
SMURPH; spreadsheet; srini; tartar; TeX macros; tech-reports;
theorist

Site : mercurio.iet.unipi.it
Country: Italy
GMT : +1
Date : 31-Aug-95
Source : ma...@nikhefk.nikhef.nl (Marco van Uden) {posting}
Alias :
Admin :
Organ : University of Pisa, Pisa, IET
Server : http://mercurio.iet.unipi.it/
System : Unix (Ultrix 4.1)
URL : ftp://mercurio.iet.unipi.it/
Comment:
Files : icons; news; randi; train-lists; www

Site : merit.edu
Country: USA
GMT : -5
Date : 16-Feb-94
Source : Perry....@kub.nl
Alias :
Admin :
Organ : Michigan Education & Research Infrastructure Triad, , Michigan


Server :
System : Unix (SunOS 4.1)

URL : ftp://merit.edu/
Comment:
Files : as-as; as-gate; archives: auth-acct, bgpd, disi, fddi, fddi-sync,
gnrs, idrp-for-ip, ietf-ids, ietf-ppp, iiir, isis, nas-req
(auth-acct), noc-tt-req, noop, nwg, tuba, udi, x3s33; db-dis; doc;
gosip; IETF; inet-rover; ISO; maps; Michnet info; NFSNET Link
Letter, statistics, maps; nisi; NREN info; PPP; routing; smic;
sniffer; src; stats; tt; umnet; X500

Site : merlin.cs.purdue.edu
Country: USA
GMT : -5
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : Purdue University, West-Lafayette, Indiana, CS dept.
Server :
System : Unix
URL : ftp://merlin.cs.purdue.edu/
Comment:
Files : Concurrent C; Xinu; Mac

Site : merlot.gdb.org


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

Alias :
Admin : he...@gdb.org
Organ : Johns Hopkins University, Baltimore, Maryland, Genome Data Base


Server :
System : Unix (Ultrix 4.1)

URL : ftp://merlot.gdb.org/
Comment:
Files : JMI; Mosaic-DEC-Alpha

Site : meta.stanford.edu
Country: USA
GMT : -8
Date : 19-Apr-94
Source :
Alias : t.stanford.edu
Admin :
Organ : Stanford University, Menlo Park, California


Server :
System : Unix (SunOS 4.1)

URL : ftp://meta.stanford.edu/
Comment:
Files : dtp; funny; ginsberg; hypertext; jujitsu; papers; quotes

Site : metallica.prakinf.tu-ilmenau.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List
Alias :
Admin :

Organ : Technische Universitaet Ilmenau (Ilmenau Institute of Technology),
Ilmenau

Server :
System : Unix
URL : ftp://metallica.prakinf.tu-ilmenau.de/
Comment:
Files : DEMOS; GLIP; graphics; guitar; models; papers; projects; stone; TCL

Site : mgt.ncu.edu.tw
Country: Taiwan
GMT : +8
Date : 15-Dec-94
Source : h...@nctuccca.edu.tw (Chih-Hsien Huang)
Alias : imftp.mgt.ncu.edu.tw, imaux.mgt.ncu.edu.tw
Admin : mana...@mgt.ncu.edu.tw
Organ : National Central University, Chungli, Taiwan, Information Management
dept.
Server :
System : Apple Computer (A/UX)
URL : ftp://mgt.ncu.edu.tw/
Comment: mailing list for archive users: send mail to list...@mgt.ncu.edu.tw
with content: subscribe mac-l <your name>
Files : contrib; cwais; doc; Mac; pds; Unix

Site : mickey.sedal.su.oz.au
Country: Australia
GMT : +10
Date : 17-Apr-94
Source :
Alias :
Admin :
Organ : Sydney University, Sydney, Systems Engineering and Design Automation
Laboratory (SEDAL)
Server :
System : Unix
URL : ftp://mickey.sedal.su.oz.au/
Comment: this is a heavily loaded machine, please be patient
Files : djgcc; esa_ph; MUME; ndmake

Site : microdyne.com
Country: USA
GMT :
Date : 14-Dec-94


Source : PC NFS FAQ
Alias :

Admin :
Organ : MicroDyne
Server :
System : Problem: I/O error on network device
URL : ftp://microdyne.com/
Comment: directory: /pub/incoming [does this still exist?]
Files : winsock; WS_FTP

Site : microlib.cc.utexas.edu


Country: USA
GMT : -6
Date : 22-May-94

Source : Viru-L/comp.virus
Alias : sheba.cc.utexas.edu
Admin :
Organ : University of Texas - Austin, Austin, Texas, CC
Server :
System : Unix
URL : ftp://microlib.cc.utexas.edu/
Comment: Access allowed all day, but preferably outside the hours of 06:00
'til 18:00 Central time; transfers are logged
Files : abroad; AI attic; alec; amadeus; anime; ansa; arch; bsa; CC; cmes;
coop; cyperpunks; databaselib; delta-clipper; doc; english;
genetic-programming; german; GIF; graphxfer; hba; lbj; lips; map;
mathlib; microlib; natsci; npasswd; nursing; plant-resources-center;
realtime; ref-services; registrar; review; skywatch; snakes;
sourdough; statgopher; statlib; tatp; tcc; TeXsis; TXunion; UT;
vplab; ytalk; zippy

Site : micros.hensa.ac.uk
Country: UK
GMT : 0
Date : 17-Feb-94
Source : MODERxx.ZIP; Acorn FTP posting in news.answers
Alias :
Admin : pds...@pdsoft.lancs.ac.uk, pda...@micros.hensa.ac.uk
(Alan Phillips, Dave Ingles)
Organ : Lancaster University, Lancaster
Server : archive...@micros.hensa.ac.uk, use 'help' in the body
to get help
System : Unix
URL : ftp://micros.hensa.ac.uk/
Comment: formerly known as pdsoft.lancs.ac.uk; also available
through gopher; uploads go through username 'uploads', password
'uploads' directory: arch-riscos
Files : comug; MS-DOS; DV (DesqView); news; OS/2; pc-blue; sig; windows;
Archimedes; kermit; bbc computer

Site : microsrv2.rz.uni-karlsruhe.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List
Alias :
Admin :

Organ : Universitaet Karlsruhe (University of Karlsruhe), Karlsruhe, CC
Server :
System :
URL : ftp://microsrv2.rz.uni-karlsruhe.de/
Comment:
Files : MS-DOS; OS/2

Site : midir.ucd.ie
Country: Ireland
GMT : 0
Date : 10-Sep-94
Source : art...@midir.ucd.ie (Arthur Green)
Alias :
Admin :
Organ : University College Dublin, Dublin, Computing Services


Server :
System : Unix (Ultrix 4.1)

URL : ftp://midir.ucd.ie/
Comment:
Files : author; classics; everson; gaelic-l; network; Novell (FAQ); PC

Site : midway.uchicago.edu
Country: USA
GMT : -6
Date : 24-Jan-95


Source : old ftp-list
Alias :
Admin :

Organ : University of Chicago, Chicago, Illinois
Server :
System : Unix
URL : ftp://midway.uchicago.edu/
Comment:
Files : giics; GNU; jobs; Kermit; netinfo; network-clients; news; NeXT; oed;
OzTeX (mirrored on ftp.switch.ch); Perl; ph; sendmail; Sun-patches;
sysadmin; TeX; Unix

Site : mindseye.berkeley.edu
Country: USA
GMT : -8
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : University of California - Berkeley, Berkeley, California


Server :
System : Unix (SunOS 4.1)

URL : ftp://mindseye.berkeley.edu/
Comment:
Files : Kanji

Site : mines.colorado.edu
Country: USA
GMT : -7
Date : 17-Apr-94
Source :
Alias : slate.colorado.edu


Admin :
Organ : University of Colorado - Boulder, Boulder, Colorado

Server :
System : Unix
URL : ftp://mines.colorado.edu/
Comment:
Files : papers; software; tutorials

Site : minnie.cs.adfa.oz.au
Country: Australia
GMT : +10
Date : 06-Jan-94


Source : old ftp-list; and...@bing.apana.org.au (Andrew Cosgriff) {posting}
Alias :

Admin : w...@csadfa.ca.adfa.oz.au (Warren Toomey)
Organ : Australian Defence Force Academy, Canberra, CS dept.
Server : WWW, mail: bsd...@minnie.cs.adfa.oz.au (help in the body),
telnet: login as bsdnews
System : Unix (386BSD on a 386SX33 with 4Mb of memory)
URL : ftp://minnie.cs.adfa.oz.au/
Comment:
Files : 4.4BSD-Lite; BSD (386BSD 0.1, BSDisc, bsdnews (usenet archive of
comp.os.386bsd.*, comp.unix.bsd), daemons, phillip (NFS mount of
other BSD stuff); FreeBSD; Minix; Net2; XFree86

Site : minuet.micro.umn.edu


Country: USA
GMT : -6
Date : 29-Jun-95

Source : psm...@xs1.xs4all.nl (Peter Smitt) {posting}
Alias :
Admin :
Organ : University of Minnesota, , Minnesota
Server :
System :
URL : ftp://minuet.micro.umn.edu/
Comment:
Files : Minuet

Site : miro.berkeley.edu
Country: USA
GMT : -8
Date : 17-Apr-94
Source : sgi/anonftp/list
Alias :
Admin :


Organ : University of California - Berkeley, Berkeley, California

Server :
System : Unix
URL : ftp://miro.berkeley.edu/
Comment:
Files : foo; gimme; halstead; SGI

Site : mirrors.aol.com
Country: USA
GMT : -5
Date : 21-Jul-95
Source : admin
Alias : mirror.aol.com
Admin : ftpa...@aol.com (Robert Hirsh)
Organ : America Online, Vienna, Virginia
Server :
System : Unix (HP/UX, HP9000/887)
URL : ftp://mirrors.aol.com/
Comment: Open 24 hours; Limit of 150 users; transfers are logged. The
"Favorite Sites" mirrors of the America Online service; no
uploads are currently accepted
Files : AOL Mac and Windows client software (from ftp.aol.com as
/aol_mac and /aol-win); FAQs and other info (from rtfm.mit.edu:/pub
as /pub/rtfm); guitar (from ftp.nevada.edu:/pub/guitar as
pub/guitar); Mac (sumex-aim.stanford.edu:/info-mac as /pub/info-mac
and mac.archive.umich.edu:/ as /pub/mac); MS-Windows (from
ftp.cica.indiana.edu); music (ftp.uwp.edu:/pub/music as /pub/music);
PC games (from ftp.uwp.edu and ftp.uml.edu as /pub/pc_games); PC
games development (x2ftp.uwp.edu:/pub as /pub/x2ftp)

Site : mizar.docs.uu.se
Country: Sweden
GMT : +1
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ :


Server :
System : Unix (SunOS 4.1)

URL : ftp://mizar.docs.uu.se/
Comment:
Files : GNU

Site : moers2.edu.tw
Country: Taiwan
GMT : +8
Date : 15-Dec-94
Source : h...@nctuccca.edu.tw (Chih-Hsien Huang)
Alias :
Admin : yi...@moers2.edu.tw (Yi-Min Hu)
Organ : Ministry of Education Computer Center, Taiwan
Server :
System : Unix (AIX 3.2, IBM RS6000)
URL : ftp://moers2.edu.tw/
Comment:
Files : cai; /chinese-pub: chinese applications; docs; mbcrr; news; PC;
TANet info; telnet; tools; vxworks

Site : mojo.eng.umd.edu
Country: USA
GMT : -5
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : University of Maryland, , Maryland, Engineering dept. Project GLUE
Server :
System : Unix
URL : ftp://mojo.eng.umd.edu/


Comment: max. 20 users
Files :

Site : mondrian.princeton.edu
Country: USA
GMT : -5
Date : 17-Apr-94
Source : sgi/anonftp/list
Alias :
Admin :
Organ : Princeton University,


Server :
System : Unix (SunOS 4.1)

URL : ftp://mondrian.princeton.edu/
Comment:
Files : colorimages; coursetest; gstring; icgltools; images; invmentor;
Piero; toben; traj; widgets

Site : monk.proteon.com
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin : ro...@proteon.com
Organ : Proteon Inc.
Server :
System : Unix
URL : ftp://monk.proteon.com/
Comment: Open 24 hours; all actions are logged
Files : cc:Mail - smtp gateway

Site : monte.svec.uh.edu


Country: USA
GMT :
Date : 10-Sep-94

Source : sgi/anonftp/list
Alias :
Admin :
Organ :
Server :
System : Unix (Irix)
URL : ftp://monte.svec.uh.edu/
Comment:
Files : art; bit; commhex; laz; xj7

Site : monu1.cc.monash.edu.au


Country: Australia
GMT : +10
Date : 10-Sep-94

Source : games/roguelike; and...@bing.apana.org.au (Andrew Cosgriff) {posting}
Alias :
Admin : t...@monu1.cc.monash.edu.au (Tim MacKenzie)
Organ : Monash University - Clayton Campus, Melbourne, CC
Server :
System : Unix
URL : ftp://monu1.cc.monash.edu.au/
Comment: several PostScript related files in /pub
Files : accents; bane_lao; chem; dvips; EmTeX; ghost; GNUplot; Linux
(partial mirror of sunsite.unc.edu, kernel from ftp.funet.fi,
Slackware from ftp.cdrom.com); Mach; NetBSD 0.9; nomic; Omega
(Roguelike game); SciAn; SCSI; TeX; Unix

Site : moose.cccs.umn.edu
Country: USA
GMT : -6
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : University of Minnesota, , Minnesota


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://moose.cccs.umn.edu/
Comment: default directory: FOUND3:[ANONYMOUS]
Files : icalc

Site : mrcnext.cso.uiuc.edu
Country: USA
GMT : -6
Date : 17-Apr-94
Source : old ftp-list
Alias :
Admin : postm...@mrcnext.cso.uiuc.edu
Organ : University of Illinois - Urbana/Champaign, Urbana, Illinois
Server :
System : Unix
URL : ftp://mrcnext.cso.uiuc.edu/
Comment: transfers are logged
Files : Amiga; compucom; E-Text archives (Project Gutenberg); hart;
kites; Linux (sunsite.unc.edu); lists; Mac; Nethack; PC; PC Sig2;
Simtel-20; Unix; usage stats; video; WP; zip93

Site : mscmga.ms.ic.ac.uk
Country: UK
GMT : 0


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

Organ : Imperial College of Science, Technology and Medicine, London,
Management School
Server :
System : Unix
URL : ftp://mscmga.ms.ic.ac.uk/
Comment: opening screen is supposed to scare people away; all files are
in the pub directory and have a .txt extension [he's right! ;-)]
Files : OR library, you have to know what you're looking for here or read
the info.txt file

Site : mthvax.cs.miami.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin : sys...@mthvax.cs.miami.edu
Organ : University of Miami, Miami, Florida, CS dept.
Server :
System : VAX/VMS
URL : ftp://mthvax.cs.miami.edu/
Comment: accepts only FTP connections from IP numbers that it can map
into a valid hostname; access from 18:00-10:00 for legal
transactions only
Files : homebrew; US Constitution; worm papers; Elm; nn

Site : mtsg.ubc.ca
Country: Canada
GMT : -8


Date : 15-Dec-94
Source : old ftp-list
Alias :

Admin :
Organ : University of British Columbia, , British Columbia
Server :
System :
URL : ftp://mtsg.ubc.ca/
Comment: you definitely need to read the README for this one! use 'cd name:'
(no quotes), where name is USFT (Unix, see USFT:README), OS2 (see
OS2:AAAINDEX), PC1 (IBM PC, see PC1:README and PC1:INDEX), PC6
(Amiga, see PC6:!INDEX); use e.g. get USFT:X11.README to get files;
? is the wildcard character on this system, e.g. LS USFT:?
Files : Amiga; MS-DOS; OS/2; Unix

Site : munnari.oz.au
Country: Australia
GMT : +10
Date : 18-Apr-94


Source : old ftp-list
Alias :
Admin :

Organ : The Australian Gateway
Server :
System : Unix
URL : ftp://munnari.oz.au/
Comment:
Files : AARnet; av; big-internet; BSD: fixes, net, sources;
comp.sources.unix; FYI; GNU; graphics; idea; ien; iesg; ietf;
internet-drafts; Mac; mailers; mg; mh; mtools; MU-CompSci;
Multigate; net; netinfo; news; PC; RFCs; SGI; Shake; SNMP; Sun;
Sun-fixes; Sun III; tz; UUCP maps

Site : mvb.saic.com
Country: USA
GMT : -8
Date : 15-Dec-94


Source : VAX Software List
Alias :
Admin :

Organ : SAIC
Server :
System : Unix
URL : ftp://mvb.saic.com/
Comment: no access restrictions; default directory: DISK$DECUS:[DECUS]
Files : VMS software: DECUS tape archives: VMS & L&T SIGS of the US DECUS
chapter

Site : mx.msu.su
Country: Russia


GMT : +2
Date : 11-Mar-94
Source :

Alias : npimsu.msu.su
Admin :
Organ : Moscow State University, Moscow
Server :
System :
URL : ftp://mx.msu.su/
Comment: small non-Unix site
Files : maps; MS-DOS; Unix

Site : na.cs.yale.edu


Country: USA
GMT : -5
Date : 29-Mar-95

Source : old ftp-list
Alias : casper.na.cs.yale.edu
Admin : req...@cs.yale.edu
Organ : Yale University, New Haven, Connecticut, Numerical Analysis


Server :
System : Unix (System V Release 4.0)

URL : ftp://na.cs.yale.edu/
Comment:
Files : ashish; multigrid repository (mgnet: bib, codes, conferences,
digests, jobs, papers, WWW)

Site : nada.kth.se
Country: Sweden
GMT : +1


Date : 06-Jan-94
Source : old ftp-list

Alias : cyklop.nada.kth.se
Admin :
Organ :


Server :
System : Unix (SunOS 4.1)

URL : ftp://nada.kth.se/
Comment:
Files :

Site : naic.nasa.gov


Country: USA
GMT : -8
Date : 29-Mar-95

Source : bta...@orion.arc.nasa.gov (William L. Tafoya) {posting}
Alias :
Admin : na...@nasa.gov
Organ : NASA - Ames Research Center, Moffet Field, California,
Network Applications and Information Center (NAIC)
Server : gopher: naic.nasa.gov, port 70;
WWW: http://naic.nasa.gov/naic/naic-home.html
System : Unix
URL : ftp://naic.nasa.gov/
Comment:
Files : april drafts; DECnet; DMS; FBI; images; Internet Resource Guide;
maps; NASA Resource Guide; NASA Science Internet Russia Mgt Plan;
OSS tables; packet video; RFCs; software (max500 v2.0, motif-dua,
turbogopher, utilities, windows-dua); UNABOM info (/files/fbi);
WWW framework

Site : nathan.inflab.tuwien.ac.at


Country: Austria
GMT : +1
Date : 10-Sep-94

Source : h...@gunther.smc.univie.ac.at (Helmut Dier)
Alias :
Admin : h...@carmen.inflab.tuwien.ac.at (Helmut Dier);
s...@carmen.inflab.tuwien.ac.at (Hubert Strauss)
Organ : Technische Universiteit Wien (Vienna University of Technology),
Vienna, Institute for Statistics, Operations Research and Computer
Methods


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

URL : ftp://nathan.inflab.tuwien.ac.at/
Comment: default directory: /SYS/LOGIN/MIRROR; Read Only access; max. 10
users
Files : antivirus software (from mcafee.com); Simtel Software Repository
mirror; sjf-lwp.novell.com mirror (partly)

Site : natsem.canberra.edu.au
Country: Australia
GMT : +10
Date : 19-Apr-94
Source : G.J.M....@kub.nl (Gijs Dekkers)
Alias :
Admin : and...@natsem.canberra.edu.au (Andrew Gruskin),
G.J.M....@kub.nl (Gijs Dekkers)
Organ : National Centre for Social and Economic Modelling, Canberra


Server :
System : Unix (SunOS 4.1)

URL : ftp://natsem.canberra.edu.au/
Comment: server is dedicated to articles about micro-simulation
Files : dataval; dynamic; general; static; tools

Site : ncbi.nlm.nih.gov
Country: USA
GMT : -5
Date : 23-May-94


Source : old ftp-list
Alias :
Admin :

Organ : U.S. National Institute of Health, , , National Library of Medicine,
NCBI
Server :
System : Unix
URL : ftp://ncbi.nlm.nih.gov/
Comment:
Files : aimb-db; apc; authorin; blast; cavanaugh; dab; dfa; feature-table;
flatfile; genbank: NCBI, repository, toolbox; ghosh; gibbs; gish;
jmc; koonin; lisptrans; macaw; MC SYM; mmdb; ncbi; nrdb; nrl3d;
pichler; pkb; regexp; repset; searchfmt; security; seg; seq-ambig

Site : ncifcrf.gov


Country: USA
GMT : -5
Date : 15-Dec-94
Source : old ftp-list

Alias : fcs280s.ncifcrf.gov
Admin :
Organ : NCI FCRF
Server :
System : Unix
URL : ftp://ncifcrf.gov/
Comment:
Files : docs; fant; FAQs; findstat; genpept; IPS-WWW; methods; molecular
biology archive; nonredun; patterngen; sea; tripatterngen

Site : ncgia.ucsb.edu
Country: USA
GMT : -8
Date : 25-Jan-95
Source : gre...@sol.surv.utas.edu.au (Simon Greener) {posting}
Alias :
Admin :
Organ : University of California - Santa Barbara, Santa Barbara, California,
National Center for Geographical Information and Analysis
Server :
System : Unix
URL : ftp://ncgia.ucsb.edu/
Comment:
Files : biblio (misc.formats, ps, text); california.arcinfo; lists;
tech-reports

Site : nctamslant.navy.mil
Country: USA
GMT : -5
Date : 23-May-94
Source :
Alias :
Admin :
Organ : U.S. Navy, NCTAMSLANT
Server :
System : VAX/VMS
URL : ftp://nctamslant.navy.mil/
Comment: default directory: USER4:[GUEST]
Files : chips; internet; navy public affairs; navy news; npbinfo; sharing

Site : ndlc.occ.uky.edu
Country: USA
GMT : -5
Date : 26-Jan-95
Source : k-r...@brbbs.com (Keith Rauch) {posting}
Alias :
Admin :
Organ : University of Kentucky, , Kentucky, Owensboro Community College,
National Distance Learning Center
Server :
System : Unix
URL : ftp://ndlc.occ.uky.edu/
Comment:
Files : gpo.doc; pcusoft (dcat17)

Site : nebula.cs.yale.edu


Country: USA
GMT : -5
Date : 29-Mar-95

Source : old ftp-list
Alias : nebula.systemsz.cs.yale.edu
Admin : requ...@cs.yale.edu, haskell...@cs.yale.edu (Haskell dist.)
Organ : Yale University, New Haven, Connecticut, CS dept., Systems Z Subnet


Server :
System : Unix (System V Release 4.0)

URL : ftp://nebula.cs.yale.edu/
Comment: Haskell distribution
Files : blenko; comp.lang.functional; cs429; guzman; haskell; pj lester
book; plisp; proto; roth traupman; x3j13; yale-fp; yhaskell-demos

Site : nebula.lib.vt.edu


Country: USA
GMT : -5
Date : 23-Jul-95

Source : winter14.zip
Alias :
Admin :
Organ : Virginia Technological Institute (VATECH), Blacksburgh, Virginia,
Library
Server :
System : Unix (Ultrix 4.1, DEC)
URL : ftp://nebula.lib.vt.edu/
Comment:
Files : asksam-l archive; ejournal samples; gophersql; listservs; MS-DOS
utils; spires; tulip; viva; vtic; windows (moremem, winwrap,
wtcpip); www (websrv)

Site : ned.ipac.caltech.edu
Country: USA
GMT : -8
Date : 17-Jul-94
Source :
Alias : hepburn.ipac.caltech.edu
Admin :


Organ : California Institute of Technology, Pasadena, California
Server :

System : Unix (SunOS 4.1)
URL : ftp://ned.ipac.caltech.edu/
Comment:
Files : ned (lots of prt and ps files); stuff (empty)

Site : neon.nlc.state.ne.us
Country: USA
GMT : -5
Date : 25-Jan-95
Source : mjr...@neon.nlc.state.ne.us (Mary Jo Ryan)
Alias :
Admin :
Organ : Nebraska Library Commission, , Nebraska
Server :
System : Unix (System V Release 4.2)
URL : ftp://neon.nlc.state.ne.us/
Comment:
Files : agriculture; business; employment-labor; gis; history; libraries


Site : nervm.nerdc.ufl.edu
Country: USA
GMT : -5
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : University of Florida, , Florida
Server :
System : VM/CMS
URL : ftp://nervm.nerdc.ufl.edu/
Comment: default directory: ANONYMOU 191; Anonymous directory is ReadOnly
Files : VM TCPIP mods; VM/SP VM/XA real time monitor

Site : nervous.cis.ohio-state.edu
Country: USA
GMT : -6
Date : 18-Apr-94
Source :
Alias :
Admin :
Organ : Ohio State University, , Ohio, CIS
Server :
System : Unix
URL : ftp://nervous.cis.ohio-state.edu/
Comment:
Files : ansil; chandra; lispusers; neuroprose; papers; toolset

Site : net.bio.net


Country: USA
GMT : -8
Date : 31-Aug-95

Source : usenet/mod-archives
Alias :
Admin : biosc...@net.bio.net
Organ :
Server :
System : Unix
URL : ftp://net.bio.net/
Comment:
Files : biosci (bionet.{announce,biology.computational,journals.{contents,
,letters.tibs},prof-society.{afcr,ascb,biophysics,csm,faseb},
sci-resources,software.www archive); sf-reviews
(rec.arts.sf.reviews archive)

Site : net.tamu.edu
Country: USA
GMT : -6
Date : 10-Sep-94
Source : sc.tamu.edu
Alias : saturn.tamu.edu
Admin :


Organ : Texas A&M University, , Texas

Server :
System : Unix
URL : ftp://net.tamu.edu/
Comment: tar, (de)compress, g(un)zip on the fly available; authorized users
only, activities may be monitored
Files : dsn; network; TAMU Linux & security archives; Unix

Site : net-dist.mit.edu


Country: USA
GMT : -5
Date : 23-Jul-95
Source : old ftp-list

Alias : bitsy.mit.edu
Admin : ftp-...@bitsy.mit.edu
Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts
Server :
System : Unix
URL : ftp://net-dist.mit.edu/
Comment:
Files : antivirus; audit; cao; cat-ietf; ethernet; hosts (host tables, old);
jis; Kerberos; Mac; maps; MS-DOS; netusers (net-...@bitsy.mit.edu
mailing list archive); MIT worm paper; oval; PGP; POP; resnet-94;
safety; security; stash; techmail-PEM; telnet; Unix; virus; VMS

Site : netinfo.ini.andrew.cmu.edu
Country: USA
GMT : -5
Date : 25-Jan-95
Source : kna...@ctrvax.vanderbilt.edu (Ralph Knapp) {posting}
Alias :
Admin :
Organ : Carnegie-Mellon University, Pittsburgh, Pennsylvania, Andrew project
Server :
System : Unix (NeXT 1.0, NeXTStep)
URL : ftp://netinfo.ini.andrew.cmu.edu/
Comment:
Files : ACE brochure; billing server; wireless

Site : netlab.usu.edu
Country: USA
GMT : -7
Date : 11-Mar-94


Source : old ftp-list
Alias :
Admin :

Organ : USU


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://netlab.usu.edu/
Comment: default directory: $DISK1:[ANONYMOUS]
Files : crisp; netwatch; Novell; PC/IP; PC NFS; SCSI; VMS Unzip; VT100

Site : netlab1.usu.edu
Country: USA
GMT : -7
Date : 23-Aug-94
Source : Perry....@kub.nl [posting]
Alias :
Admin :
Organ :
Server :
System : Unix (System V Release 4.2)
URL : ftp://netlab1.usu.edu/
Comment:
Files : mirrors: apps, drivers, epub, IETF, Kermit, MacIPX, Netwire, ODI,
packetdrivers, Unixware; newswatch

Site : netlab2.usu.edu
Country: USA
GMT : -7
Date : 23-Aug-94
Source : Perry....@kub.nl [posting]
Alias : edu-usu-netlab2.usu.edu [?]
Admin : j...@netlab2.usu.edu
Organ :
Server :
System : Netware (Novell Netware, PC fileserver)
URL : ftp://netlab2.usu.edu/
Comment: default directory: /sys/anonftp
Files : apps; epub; IETF; Kermit; MacIPX; netwire; ODI; packetdrivers;
Unixware

Site : netlib.att.com
Country: USA
GMT : -5
Date : 18-Apr-94
Source :
Alias : plan9.att.com
Admin : postm...@netlib.att.com
Organ : AT&T
Server :
System : Unix
URL : ftp://netlib.att.com/
Comment: using :anonymous as the username, instead of anonymous generates
a debuglog when you run into trouble
Files : Netlib; Plan9

Site : netmarket.com
Country: USA
GMT :
Date : 26-Aug-94
Source : g...@netmarket.com (Guy Haskin)
Alias : babylon.netmarket.com
Admin :
Organ : NetMarket
Server : www.netmarket.com
System : Unix
URL : ftp://netmarket.com/
Comment: NoteWorthy Music's CD catalog
Files : fortune; hal; PGP

Site : netmbx.netmbx.de


Country: Germany
GMT : +1
Date : 29-Mar-95
Source : Deutsche Anonyme FTP-Server List
Alias :

Admin :
Organ : , Berlin
Server :
System :
URL : ftp://netmbx.netmbx.de/
Comment:
Files :

Site : netport.neosoft.com
Country: USA
GMT : -6
Date : 18-Apr-94
Source :
Alias :
Admin :
Organ : NeoSoft
Server :
System : Unix
URL : ftp://netport.neosoft.com/
Comment: max. 8 users; FreeBSD mirror site; [disclaimer about
export controlled stuff. just don't put it there then]
Files : FreeBSD

Site : neutron.chem.yale.edu


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

Source : sgi/anonftp/list
Alias :
Admin : ro...@neutron.chem.yale.edu
Organ : Yale University, New Haven, Connecticut, Chemistry dept.,
Moore group
Server :
System : Unix
URL : ftp://neutron.chem.yale.edu/
Comment: loose files in /pub
Files : elm-ws-support; file exchange; getools; go; man80; news; purge;
simpltn; tec2sgi; tn3270; weather; xwshset

Site : network.ucsd.edu
Country: USA
GMT : -8
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

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


Server :
System : Unix (SunOS 4.1)

URL : ftp://network.ucsd.edu/
Comment:
Files : PCBridge and PCRoute; Sparc sounds

Site : networking.raleigh.ibm.com
Country: USA
GMT : -5
Date : 23-Aug-94
Source : nsi...@vnet.ibm.com {posting}
Alias : networking.cary.ibm.com
Admin :
Organ : IBM, Raleigh, North Carolina
Server : gopher and WWW to be announced in the future
System : Unix
URL : ftp://networking.raleigh.ibm.com/
Comment:
Files : appc; appn; ciw; cmip; feedback; news; products; protocols; standards

Site : newton.dep.anl.gov
Country: USA
GMT : -6
Date : 23-May-94
Source :
Alias :
Admin :
Organ : Argonne National Laboratory
Server :
System : Unix
URL : ftp://newton.dep.anl.gov/
Comment:
Files : access.exe [?]

Site : newton.newton.cam.ac.uk
Country: UK
GMT : 0
Date : 14-Mar-94
Source : M.Am...@newton.cam.ac.uk (M. Amrani)
Alias :
Admin : M.Am...@newton.cam.ac.uk (M. Amrani), hm...@newton.cam.ac.uk
(archive), I.Ne...@newton.cam.ac.uk (Institute info)
Organ : Cambridge University, Cambridge, Isaac Newton Institute for
Mathematical Sciences
Server :
System : Unix
URL : ftp://newton.newton.cam.ac.uk/
Comment: seminars contains current seminar information, general contains
general information about the institute, programmes contains
information about current and future reserach programmes, ancient
contains some egyptology info
Files : Isaac Newton institute courses, info, seminars; older files relating
to cvi, egyptology, rsp

Site : newton.uiowa.edu


Country: USA
GMT : -6
Date : 25-Jan-95

Source : ftp.amug.org
Alias : panther.weeg.uiowa.edu
Admin : mode...@newton.uiowa.edu
Organ : University of Iowa, , Iowa, Newton archive
Server :
System : Unix
URL : ftp://newton.uiowa.edu/
Comment: mostly Mac files in submissions; mirrored on ftp.amug.org
Files : Newton technology site (tools for Mac and MS-DOS: FAQ, helpline,
WWW)

Site : next.com
Country: USA
GMT : -8
Date : 11-Feb-94
Source : old ftp-list
Alias : moat.next.com
Admin :
Organ : NeXT Computer
Server :
System : NeXT 2.1
URL : ftp://next.com/
Comment: most files moved to ftp.next.com (some remain, esp. sources)
Files : NeXT files

Site : nexus.yorku.ca
Country: Canada
GMT : -5


Date : 25-Jan-95
Source : old ftp-list
Alias :

Admin :
Organ : York University, Toronto, Ontario
Server :
System : Unix (SunOS 4.1)
URL : ftp://nexus.yorku.ca/
Comment:
Files : Automate; bibliographies; c.a.p [which group?]; FlexOR; fmpl;
Internet-Info; Linux; mail-bbones; n2m; oz; prolog; reports; scheme;
ssmtp; tcl-snmp; ugrad-forum; zmodem

Site : nic.csu.net
Country: USA
GMT : -8
Date : 22-May-94
Source : dl...@ora.com
Alias :
Admin :
Organ : California State University Net, , California
Server :
System : VAX/VMS
URL : ftp://nic.csu.net/
Comment: gopher: eis.calstate.edu; default directory: USER2:[ANONYMOUS_DIR]
Files : CSUnet; ITL CSU;

Site : nic.ddn.mil


Country: USA
GMT : -5
Date : 29-Mar-95

Source : old ftp-list
Alias :
Admin :

Organ : U.S. Department of Defense Defense Data Network - Internet NIC
Server :
System : Unix
URL : ftp://nic.ddn.mil/
Comment: site for domain registration forms, most files are also available
from rs.internic.net
Files : DDN news; domain; FYIs; gosip; IEN; IETF; internet drafts; netinfo;
protocols;RFCs; scc (DDN security bulletins); STDs; TCP/IP

Site : nic.infn.it
Country: Italy
GMT : +1
Date : 22-May-94
Source : dl...@ora.com
Alias : cnaf43.infn.it
Admin :
Organ : INFN (National Institute for Nuclear Physics)


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://nic.infn.it/
Comment: default directory: DISK$INFO:[ANONYMOUS]
Files : docs; GARR; ISO; Link; mailing; RFCs; X500

Site : nic.nm.kr
Country: South Korea
GMT : +8
Date : 11-Feb-94
Source : h...@nctuccca.edu.tw (Chih-Hsien Huang)
Alias : ns.nm.kr
Admin : in...@nic.nm.kr
Organ : Korea Network Information Center (KRNIC)
Server :
System : Sun (SunOS)
URL : ftp://nic.nm.kr/
Comment: gopher available by telnetting to nic.nm.kr and logging in as
'gopher' (no quotes)
Files : ccirn; FYIs; IETF; resourceguide; STDs;

Site : nic.nordu.net
Country: Norway
GMT : +1
Date : 20-Apr-94
Source :
Alias :
Admin :
Organ : NORDUnet
Server :
System : Unix
URL : ftp://nic.nordu.net/
Comment:
Files : EBONE; Europe; IEPG; IESG; IETF; Internet Drafts; Internet Resource
Guide; maps; networking; NORDUnet; NSF; opstat; RFCs; RIPE; SR-Nett;
wg-nop

Site : nic.prep.net


Country: USA
GMT : -5
Date : 22-May-94

Source : dl...@ora.com
Alias :
Admin :
Organ : PREPnet, , Pennsylvania


Server :
System : Unix (Ultrix 4.1)

URL : ftp://nic.prep.net/
Comment:
Files : Internet; PREPNet

Site : nic.the.net
Country: USA
GMT : -6


Date : 10-Sep-94
Source :
Alias :
Admin :

Organ : Texas Higher Education Network


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://nic.the.net/
Comment: default directory: DISK$ANONYMOUS:[ROOT]
Files : INFO; Internet Talk Radio (ITR); PMDF; UPSC

Site : nic.uakom.sk


Country: Slovakia
GMT : +1
Date : 29-Jun-95
Source : kab...@werple.mira.net.au {posting}
Alias :

Admin : ftp-...@uakom.sk
Organ : UAKOM UMB, Banska Bystrica
Server :
System : Unix
URL : ftp://nic.uakom.sk/
Comment: max. 32 users; top-level README available before logon
Files : 602; CCITT; CD-ROM; CERT; Enviro+Med; GNU; hypertext; infoserv;
Inzercia; mailing-lists; MS-DOS; multimedia (flySUN, graphics,
microsoft, MPEG, software, sounds); network; OS; PGPkeys; radio;
reports; Saia; SANet; SAZP; STB; teletext; TeX; UAKOM; Unix;
weather; WWW; X11

Site : nic.wiscnet.net
Country: USA
GMT : -7
Date : 22-May-94
Source : dl...@ora.com
Alias : noc.wiscnet.net
Admin :
Organ : WiscNet, Madison, Wisconsin, Madison Academic Computing Center's
NIC archives
Server :
System : Unix
URL : ftp://nic.wiscnet.net/
Comment: desktop TCP/IP; docs; gopher; ISDN; lookup; maps; people; policies;
security; techinfo; techpartners; WAIS; WiscNet
Files :

Site : nickel.ucs.indiana.edu


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

Source : ru...@silver.ucs.indiana.edu (Jeff Russ) {posting}
Alias :
Admin :
Organ : Indiana Univeristy, Bloomington, Indiana, University Computing
Services
Server :
System : Unix
URL : ftp://nickel.ucs.indiana.edu/
Comment:
Files : Apollo; CDC; Dec; PDP8 source code, binaries, docs

Site : nicosia.ccs.ucy.cy
Country: Cyprus
GMT : +2
Date : 16-Jul-94
Source : lour...@csd.uch.gr (Manolis Lourakis)
Alias :
Admin : postm...@nicosia.ccs.ucy.cy
Organ : University of Cyprus, Nicosia, CCS
Server :
System : Unix
URL : ftp://nicosia.ccs.ucy.cy/
Comment:
Files : dactl; RISC 6000; UCY

Site : nifty.andrew.cmu.edu


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

Alias :
Admin : chr...@cmu.edu (Chris Newman)
Organ : Carnegie-Mellon University, Pittsburg, Pennsylvania, Andrew project
Server : gopher
System : Unix
URL : ftp://nifty.andrew.cmu.edu/
Comment: read the README, DISCLAIMER and RULES files; gif/jpg images from
the misc directories are no longer available due to copyright
violations and there were no age-based restrictions on them
Files : erotica (images); Mac; Queer Resources Directory (QRD)

Site : nimbus.anu.edu.au
Country: Australia
GMT : +10
Date : 29-Jun-95
Source : ftp-sbi.if.usp.br
Alias :
Admin :
Organ : Australian National University
Server : gopher
System : Unix (SunOS 4.1)
URL : ftp://nimbus.anu.edu.au/
Comment:
Files : brent; complex systems; hegland; numalgs; pin; quxun; rpb; tridge
(505, cdpeac, dosemu, linux, misc, samba, sorting); xue

Site : niord.shsu.edu
Country: USA
GMT : -6
Date : 15-Dec-94


Source : VAX Software List; old ftp-list
Alias :

Admin : bed...@shsu.edu
Organ : Sam Houston State University, Huntsville, Texas
Server : file...@shsu.edu (FILESERV@SHSU on BITNET), use SENDME
and DIRECTORY


System : VMS (VMS, DEC VAX)

URL : ftp://niord.shsu.edu/
Comment: MaasInfo files in maasinfo/; default directory: ANON_DEV:[FILESERV]
Files : ACADlist; accountability; additions; archie; asaetr; astrosym;
autoindent; babel; bbfig; bbm; bibclean; bibdb; bibextract;
bibliobuilder; bm2font; boxedeps; brief_t; bsn; bst; c2latex;
checksum; chemtex; chess; cjethics-l; cjintro-l; clip; cmbb; cmrps;
cmttss; cnoweb; commutative; comp.text.tex; cope-author-instructions;
cope; cpp2latex; crossword; cso-stuff; ctan (see pip.shsu.edu); ctt;
cweb-Mac; d-VMSlsv; deu-l; deu-listings; devanagari; diagramf;
doc; domain codes; dosnoweb; drivers; drutpu; dtk-l; dvgt; dvi2pcl;
dvi2tty; dvidvi; dviln03; dvips547; dvips5490; dvips5495; dvips5516;
econbib; econdata; economics; eepic; efe; ega2me; egopher; ejournl;
emtex-texshell; epic; explain; epmtex; essential; etpu; eveplus;
exercise; faq; fedtax-l; fig2mf; fileserv tools; fillform; finale;
flist; floatfig; fontname; fonts; fontsel; footnpag; french;
ftnright; funnelweb; fweb-faq; fweb; gawk; gentle; GhostScript
(MS-DOS); gopher plus; GreekTeX; harvard; headache; hp2pbm; hp2pk;
hp2xx; IAFA; impatient; include; Info-TeX; Info-TPU; inrstex;
Internet; ir-comm; IRC; itrans; jed; kermit; knuth; kr-cweb; labor;
LACheck (MS-DOS); LameTeX; LaTeX3; LaTeXInfo; lexitex; ling-tex;
litprog-bib; lollipop; LP-Intro; LTX3pub; ludica; lzw; lzw_sources;
MaasInfo files; mailgopher; makeindex; maltby-intro; mamath; mfpic;
mftu; midnight; modes; MSWin LaTeX; MultiNet FTP mode LZ; mweb; mx;
nassflow; newsletter; nfss; novfc; noweb; nuweb; ozgis; PC-Web;
PC-Dviware; Perl; pgframe; PH; pictex; pkzip; plain; pmtex;
pol-econ; PP; PPHLP; PS2PK; PSBOX; PSFIGTeX; PSNFSS; PS tricks;
PS utils; RevTeX; RTF; RTF2LaTeX; S2LaTeX; sals; sauter; scriptTeX;
seminar; sfware; smcro; special; spfontware; spiderweb; squiggle;
St. Mary; sty; tbefiles; TeX-XeT; TeX-CD; TeX-LSEdit; TeX-News;
Texas; TeXHax; TeXinfo; TeXxMag; TeXserver; TeXshell-CMS; TeXtools;
TeXtugn; TeXtures-FIGS; TeXexample; TeX-primer; theorem; tgrind;
TPU; TPUHDR; TR2LaTeX; TRIES-L; tries; troff to TeX; trombone;
tspell; ttn; tug-lug; tug-suggest; tugabs; tugboat; tugproc;
twg-tds; twg; UCtheses; UCX support; UK TeX; Unix-TeX; unmacro;
unsplit; unzip (Amiga, Atari, BCC, Mac, MS-DOS, NT, OS2, VMS);
uucode (Unix); vaxbook; vertex; VMS LaTeX; VMS mail; VMS Tar;
VMS WAIS; vol-task; vvcode; WAIS; WEB2C; Windows3; wizunzip; wkbf;
wordweb; WP2LaTeX; XDvi; Xetal; XPPT; ZCrypt; ZIP (Atari, Mac,
MS-DOS, NT, OS/2, VMS); ZOO

Site : nlmpubs.nlm.nih.gov


Country: USA
GMT : -5
Date : 30-Oct-94
Source :

Alias :
Admin : ftpa...@nlmpubs.nlm.nih.gov (read README for more addresses)
Organ : U.S. National Institute of Health, , , National Library of Medicine
Server : gopher.nlm.nih.gov, www.nlm.nih.gov, telnet text.nlm.nih.gov
System : Unix
URL : ftp://nlmpubs.nlm.nih.gov/
Comment: use a + in front of the e-mail address to get a DOS like listing;
INDEX.MASTER for a complete listing, INDEX.FLAT for an unformatted
listing; each directory contains an INDEX file
Files : aids; alerts; bibs; grants; grateful; hstat (Health Services
Technology Assessment Text); nlminfo; online; umls

Site : noc.byu.edu
Country: USA
GMT : -7
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : Brigham-Young University
Server :
System : Unix
URL : ftp://noc.byu.edu/
Comment:
Files :

Site : noc.sura.net
Country: USA
GMT : -5
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : University of Maryland - SURAnet, , Maryland, NOC
Server :
System : Unix
URL : ftp://noc.sura.net/
Comment:
Files : various network maps; SURAnet information

Site : norman.eng.buffalo.edu
Country: USA
GMT : -5


Date : 31-Aug-95
Source : usenet/mod-archives
Alias :

Admin : do...@eng.buffalo.edu (Patrick Dowd, comp.simulation archive)


Organ : State University of New York - Buffalo, Buffalo, New York,

Engineering dept.


Server :
System : Unix (SunOS 4.1)

URL : ftp://norman.eng.buffalo.edu/
Comment:
Files : cgi-bin; comp.simulation; simulation

Site : northstar.otago.ac.nz


Country: New Zealand
GMT : +12

Date : 10-Sep-94
Source :
Alias :
Admin : QRDs...@vector.casti.com, Q...@vector.casti.com (submissions)
Organ :
Server :
System : Unix
URL : ftp://northstar.otago.ac.nz/
Comment: Queer Resources Directory (QRD); tar and compression on the fly
Files : QRD [is this the same as vector.casti.com?]

Site : nova.pvv.unit.no
Country: Norway
GMT : +1
Date : 23-Aug-94
Source : ftp.xfree86.org
Alias :
Admin :
Organ : University of Trondheim, Trondheim, PVV
Server :
System : Unix
URL : ftp://nova.pvv.unit.no/
Comment:
Files : Apollo; Atari; dikumud; languages; Linux; MUD; numerous Unix
material in /pub/Store/nova; XFree86
(mirror of ftp.xfree86.org)

Site : novell.felk.cvut.cz
Country: Czech Republic
GMT : +1
Date : 10-Sep-94
Source : pad...@mkt.xyplex.com {posting}
Alias :
Admin : mel...@vision.felk.cvut.cz
Organ : Czech Technical University (CVUT), , EE dept. (FELK)
Server :
System : Netware (Novell Netware, PC fileserver)
URL : ftp://novell.felk.cvut.cz/
Comment: home directory: /APPL/PUB
Files : cstex; HellSoft ftpdaemon for Netware; Linux; logo; Novell; Pmail;
RFCs

Site : novell.macc.wisc.edu
Country: USA
GMT : -6
Date : 11-Jul-94
Source : old ftp-list
Alias : macstaff.macc.wisc.edu
Admin :
Organ : University of Wisconsin, Madison, Wisconsin,
Madison Academic Computing Center (MACC)
Server :
System : Novell NetWare 3.11 (PC fileserver)
URL : ftp://novell.macc.wisc.edu/
Comment: directory set to /user1/guest
Files : archie; charon; cutcp; drivers; ees; fdc14; KA9Q; lwp; macstuff;
MOKE (kanji/kana editor for msdos); NCSA; netnotes; netware; nupop;
pcip; pmail; spa audit; trumpet; utils; virus; windows; wiscwrld

Site : novell.nrc.ca
Country: Canada
GMT : -5
Date : 29-Nov-94
Source : Larry....@nrc.ca (Larry Bradley) {posting}
Alias : inf_nw.nrc.ca
Admin : Larry....@nrc.ca (Larry Bradley)
Organ : National Research Council
Server :
System : Netware (Novell Netware, PC fileserver)
URL : ftp://novell.nrc.ca/
Comment: default directory: /SYS/FTP; Read Only access
Files : mirror of netlab2.usu.edu (Novell Netwire); STAMP (Parallax
microcontroller)

Site : novell-server.pstc.brown.edu
Country: USA
GMT : -5
Date : 25-Jan-95
Source : be...@sco.com (Bela Lubkin> {posting}
Alias : pstc.brown.edu
Admin :
Organ : Brown University, Providence, Rhode Island, PSTC
Server :
System : Netware (Novell Netware, PC fileserver)
URL : ftp://novell-server.pstc.brown.edu/
Comment:
Files : SCO

Site : novftp.rc.rug.nl
Country: Netherlands
GMT : +1
Date : 12-Aug-94
Source : yong...@cmu.chiangmai.ac.th (Yongyuth Sukvanachaikul) {posting}
Alias :
Admin : fokk...@novftp.rc.rug.nl, c...@novftp.rc.rug.nl [probably]
Organ : Rijks Universiteit Groningen (University of Groningen), Groningen,
CC
Server :
System : Netware (Novell Netware, PC fileserver)
URL : ftp://novftp.rc.rug.nl/
Comment: server RCT1, default directory is RCT1/SYS:/FTP/PUB, rights: RF
Files : Novell and networking related files: client.nov, demo, docs,
drivers, eisa, kermit, Mac, Minuet, modem, netwire, nlm, pkt_drv,
pmail, printer, proglibs, RUGCIS, tapeware, tcpip, DOS utils,
Novell utils, virus, wfwg311, win3, wrksheet

Site : nptn.org
Country: USA
GMT : -5
Date : 29-Jun-95
Source : ve...@pshrink.chi.il.us (Steven King) {posting}
Alias :
Admin :
Organ :
Server :
System : Unix
URL : ftp://nptn.org/
Comment:
Files : e.texts; morino; nptn; progs

Site : ns.cs.msu.su
Country: Russia


GMT : +2
Date : 11-Mar-94
Source :

Alias : redsun.cs.msu.su
Admin :
Organ : Moscow State University, Moscow
Server :
System : Unix
URL : ftp://ns.cs.msu.su/
Comment:
Files : hardware; ida-sendmail; MS-DOS; PC-NFS; tape; TeX; Unix

Site : ns.niehs.nih.gov
Country: USA
GMT : -5
Date : 18-Apr-94
Source : sgi/anonftp/list
Alias :
Admin :
Organ : U.S. National Institute of Health, , , NIEHS
Server :
System : Unix
URL : ftp://ns.niehs.nih.gov/
Comment:
Files : EWALD code; MULTI 3.1 (temp. offline)

Site : ns.uab.es
Country: Spain
GMT : +1
Date : 23-Jul-95
Source : winter14.zip
Alias : lulu.uab.es
Admin :
Organ : Universidad Autonomico de B, B
Server :
System : Unix
URL : ftp://ns.uab.es/
Comment:
Files : mirrors: Info-Mac, SimTel-msdos, SimTel-win3; pub: docs, Mac, misc,
MS-DOS, MS-Windows (gnu, gopher, graphics, mail, util, xarxes),
Unix, VMS

Site : nsipo.arc.nasa.gov


Country: USA
GMT : -8
Date : 29-Mar-95

Source : ftpa...@aol.com
Alias : nsiop.nasa.gov


Admin :
Organ : NASA - Ames Research Center, Moffett Field, California

Server :
System : Unix
URL : ftp://nsipo.arc.nasa.gov/
Comment: Warning: You are connected to a U.S. Government Computer etc.
keystroke monitoring and recording etc. fine and imprisonment etc.
Guest login ok
Files : cdrom; eos; FNC (FNCAC); Hubble; Mac; multicast; network;
newsletter; NSI; rox; security; sendmail; lots of loose files in
/pub (mostly network related utilities)

Site : nssdca.gsfc.nasa.gov
Country: USA
GMT : -5


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : NASA - Goddard Space Flight Center, Greenbelt, Maryland,


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://nssdca.gsfc.nasa.gov/
Comment: default directory: ANON_DIR:[000000]
Files : active; asm; cdf; cdrom; cobe; coho; data_dist; fits; graphics
software; GSFC PID; HQ NRAS; Hubble space telescope images; MD_DOC;
models; multidis; ncds; operations; sfdu; space physics; spds; tools

Site : nstn.ns.ca
Country: Canada
GMT :
Date : 10-Sep-94
Source : ftp.cybercon.nb.ca (CommSet docs)
Alias :
Admin :
Organ :


Server :
System : Unix (SunOS 4.1)

URL : ftp://nstn.ns.ca/
Comment:
Files : CA-domain; cadcam-exec; canoc-l; cansig; charlottetown-accord;
CommSet (MS-DOS newsreader); dnd-anon; Internet-Business-Journal;
Internet Talk Radio (ITR); Interview; irtool; learning-connection;
listserv; Mac; marketing-wg; netinfo; novaknowledge;
nstn-documentation; PC; planning-l; sians-exec; sqg-exec; Unix;
Windows

Site : ntia.its.bldrdoc.gov
Country: USA
GMT :
Date : 18-Apr-94
Source :
Alias :
Admin :
Organ :
Server :
System : Unix
URL : ftp://ntia.its.bldrdoc.gov/
Comment:
Files : fuzzy

Site : ntu.ac.sg
Country: Singapore
GMT : +8
Date : 15-Dec-94
Source : posting of ya...@sphs.sph.spb.su (Yaroslaw Mezheritsky) in
comp.mail.uucp
Alias : ntuix.ac.sg
Admin :
Organ : Nayang Technological University (NTU)
Server :
System : Unix
URL : ftp://ntu.ac.sg/
Comment: Problem: Failed to get host information; directory: /archive4/win3;
Open 24 hours
Files : ftp.cica.indiana.edu mirror

Site : nymph.nimh.nih.gov
Country: USA
GMT : -5
Date : 17-Apr-94
Source :
Alias : gopher.nimh.nih.gov
Admin :
Organ : U.S. National Institute of Health, , , NIMH
Server :
System : Unix
URL : ftp://nymph.nimh.nih.gov/
Comment: available through Gopher at gopher.nimh.nih.gov
Files : bike; Mac; OS/2; Unix; MS-Windows 3

Site : nyquist.cs.nott.ac.uk
Country: UK
GMT : 0
Date : 30-Oct-94
Source : Archive-name: games/netrek/ftp-list
Alias :
Admin :
Organ : University of Nottingham, Nottingham, CS dept.
Server :
System : Unix (SunOS 4.1)
URL : ftp://nyquist.cs.nott.ac.uk/
Comment: Ceilidh moved to ftp.cs.nott.ac.uk
Files : ANSA; CJB; comic; defender; dns; Mac client; MASSIVE; papers; peb;
pictures; sound client; Virtuosi; web

Site : nyu.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list

Alias : cmcl2.nyu.edu
Admin :
Organ : New York University, New York, New York
Server :
System : Unix
URL : ftp://nyu.edu/
Comment:
Files : mod.sources

Site : oac.hsc.uth.tmc.edu
Country: USA
GMT : -6


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

Organ : Texas Medical Colleges, Houston, Texas
Server :
System : Unix
URL : ftp://oac.hsc.uth.tmc.edu/
Comment:
Files : MacHTTP (mirrored on www.jsc.nasa.gov)

Site : oak.oakland.edu


Country: USA
GMT : -5
Date : 23-Jul-95
Source : old ftp-list

Alias : oak; rigel.acs.oakland.edu
Admin : ad...@vela.acs.oakland.edu, w8...@Simtel.Coast.NET,
w8...@vela.acs.oakland.edu (Keith Petersen)
Organ : Oakland University, Rochester, Michigan, Academic Computing Services
Server : gopher://gopher.oakland.edu/ http://www.acs.oakland.edu/
System : Unix
URL : ftp://oak.oakland.edu/
Comment: Simtel Software Repository mirror (of ftp.coast.net); max. 400 users
Files : BBS lists; ham radio; ka9q TCP/IP; Mac; modem protocol info; MS-DOS;
MS-Windows; PC Blue; PostScript; SimTel; Unix

Site : obelix.statistik.uni-mannheim.de
Country: Germany
GMT : +1
Date : 27-Jun-95


Source : Deutsche Anonyme FTP-Server List
Alias :
Admin :

Organ : Universitaet Mannheim (University of Mannheim), Mannheim, Institute
for Statistics
Server :
System :
URL : ftp://obelix.statistik.uni-mannheim.de/
Comment:
Files :

Site : ocf.berkeley.edu


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

Source : old ftp-list
Alias : typhoon.berkeley.edu
Admin : f...@ocf.berkeley.edu, general...@ocf.berkeley.edu (OCF info)
Organ : University of California - Berkeley, Berkeley, California,
Open Computing Facility
Server :
System : Unix (Apollo)
URL : ftp://ocf.berkeley.edu/
Comment: directory: /pub/Library/Network; please refrain from using the
system on weekdays 1000-0200; transfers are logged
Files : Amiga; Apollo; Cal Band; Cal Band History; Cal graphics; Calsol;
comics (Kid Dynamo, read the rec.arts.comics FAQ for details);
crossfire; FTP sites; games; gobears; Hello World archive;
Help Sessions; Library; Network Info; netrek; NFL draft; OCF;
purity; RFCs; Space; Traveller; Usenet Olympics

Site : odie.niaid.nih.gov
Country: USA
GMT : -5
Date : 23-May-94
Source :
Alias :
Admin :
Organ : U.S. National Institute of Health, , NIAID


Server :
System : Unix (SunOS 4.1)

URL : ftp://odie.niaid.nih.gov/
Comment:
Files : AAC; ambis; AU; lanman; mxs

Site : odin.dvz.fh-dortmund.de


Country: Germany
GMT : +1
Date : 29-Mar-95

Source : Deutsche Anonyme FTP Server List
Alias :
Admin :

Organ : Fachhochschule Dortmund (Dortmund Polytechnical Institute), Dortmund
Server :
System :
URL : ftp://odin.dvz.fh-dortmund.de/
Comment:
Files :

Site : oersted.ltf.dth.dk
Country: Denmark
GMT : +1
Date : 09-Feb-94
Source : te...@diku.dk (Morten Welinder); old ftp-list
Alias :
Admin :
Organ : Techical University of Denmark


Server :
System : Unix (SunOS 4.1)

URL : ftp://oersted.ltf.dth.dk/
Comment:
Files : movietools; mail-list

Site : oes.orst.edu
Country: USA
GMT : -8
Date : 22-Mar-94
Source :
Alias : darkstar.orst.edu [?]
Admin : info...@oes.orst.edu
Organ : Oregon State University, Corvallis, Oregon, Milne CC
Server :
System : Unix
URL : ftp://oes.orst.edu/
Comment: .p2 files are 'zoo' archives and are available transparently;
Aminet section is CLOSED!
Files : almanac; mirrors; MS-DOS; substance; xpilot

Site : ogre.cica.indiana.edu
Country: USA
GMT : -5


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Indiana University, Bloomington, Indiana,
Centre for Innovative Computing Applications


Server :
System : Unix (SunOS 4.1)

URL : ftp://ogre.cica.indiana.edu/
Comment: Problem: can't set guest privileges [probably obsolete]
Files : lpd

Site : okeeffe.berkeley.edu
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list

Alias : vangogh.cs.berkeley.edu
Admin :
Organ : University of California - Berkeley, Berkeley, California, CS dept.
Server :
System : Unix
URL : ftp://okeeffe.berkeley.edu/
Comment:
Files :

Site : ollc.mta.ca
Country: Canada
GMT :
Date : 32-Jul-95
Source : winter14.zip
Alias : pringle.mta.ca
Admin : bg...@mailserv.mta.ca (Brent Eagles, bea...@mailserv.mta.ca)
Organ : MTA
Server :
System : Unix (OSF/1, DEC)
URL : ftp://ollc.mta.ca/
Comment:
Files : BC++; Gopherl HTMLed; RFCs; SLIP; Unix; util; webstuff; WSIRCg; WWW

Site : omg.org
Country:
GMT :


Date : 22-May-94
Source :
Alias :
Admin :

Organ : OMG
Server :
System : Unix (DG/UX)
URL : ftp://omg.org/
Comment: User ftp: working directory set to /archives/.ftp
Files : analysis+design; cb; CORBA; NEC: DII,ORB; OMG: IDL, IDL CFE; mail;
object services; ORB; PCTE; presentations

Site : onet.on.ca
Country: Canada
GMT : -5
Date : 22-May-94
Source : dl...@ora.com
Alias : enfm.utcc.utoronto.ca [?]
Admin :
Organ : OntarioNet (ONet), , Ontario
Server :
System : Unix
URL : ftp://onet.on.ca/
Comment:
Files : CAnet; distrib; Internic; mail; nameserver; NNSC; ONet; security;
sendmail; TCP/IP; Unix; Usenet

Site : opcom.sun.ca
Country: Canada
GMT : -5
Date : 22-May-94
Source :
Alias : spirit.sun.ca [?]
Admin :
Organ : Sun
Server :
System : Unix
URL : ftp://opcom.sun.ca/
Comment:
Files : AMToolkit; BT-FX; demos; docs; drivers; mtxview; newsletter;
patches; scripts; smkV2; Solaris 2.1; tar; threads; X11R5

Site : orca.alaska.edu
Country: USA
GMT : -10
Date : 06-Jan-94
Source : old ftp-list
Alias :
Admin : sx...@orca.alaska.edu
Organ : University of Alaska
Server :
System : VAX/VMS
URL : ftp://orca.alaska.edu/
Comment: non-standard FTP session
Files : MCW-BBS mirror (Mark C. Williams' Coherent)

Site : oregon.uoregon.edu
Country: USA
GMT : -8
Date : 06-Jan-94


Source : old ftp-list
Alias :
Admin :

Organ : University of Oregon, , Oregon


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://oregon.uoregon.edu/
Comment: default directory: SYS$NETDEVICE:[ANONYMOUS.PUB]
Files :


Perry Rovers

unread,
Sep 7, 1995, 3:00:00 AM9/7/95
to
Archive-name: ftp-list/sitelist/part21

Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip

Site : suncis.ycc.yale.edu
Country: USA
GMT : -5
Date : 01-Dec-93
Source : VAX Software Lit
Alias :
Admin :


Organ : Yale University, New Haven, Connecticut

Server :
System : Unix (System V Release 4.0)

URL : ftp://suncis.ycc.yale.edu/
Comment: user anonymous unknown
Files : VAX Software

Site : syndgate.apana.org.au
Country: Australia
GMT : +10
Date : 14-Dec-94
Source : sch...@tartarus.uwa.edu.au (Alex Stevens) {posting}


Alias :
Admin :
Organ :
Server :
System : Unix

URL : ftp://syndgate.apana.org.au/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : Red Dwarf material (gifs/scripts/lyrics etc.)

Site : szechuan.ncsc.org
Country: USA
GMT : -5
Date : 12-Apr-94
Source : old ftp-list and Perry....@kub.nl
Alias : mach.ncsc.org
Admin :


Organ : International AVS Center, Research Triangle Park, North Carolina
Server :
System :

URL : ftp://szechuan.ncsc.org/
Comment: User anonymous unknown
Files : marching cubes surface tiler

Site : teaser.lis.pitt.edu


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

Organ : University of Pittsburgh, Pittsburgh, Pennsylvania
Server :
System :
URL : ftp://teaser.lis.pitt.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : Elm; Emacs; Gopher; imtools; nntpclnt; Perl; rn; Tin; trn; WAIS;
XV

Site : techno.stanford.edu
Country: USA
GMT : -8
Date : 20-Apr-94
Source :
Alias : sfraves.stanford.edu


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

URL : ftp://techno.stanford.edu/
Comment: [files moved to hyperreal.com]
Files :

Site : theory.cs.uni-bonn.de
Country: Germany
GMT : +1
Date : 23-Dec-93


Source : Deutsche Anonyme FTP-Server List
Alias :

Admin : ro...@theory.cs.uni-bonn.de
Organ : Universitaet Bonn (University of Bonn), Bonn, CS dept.


Server :
System : Unix (SunOS 4.1)

URL : ftp://theory.cs.uni-bonn.de/
Comment: user anonymous unknown
Files :

Site : tomcat.gsfc.nasa.gov
Country: USA
GMT : -5
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl


Alias :
Admin :
Organ : NASA - Goddard Space Flight Center, Greenbelt, Maryland,
Server :

System : KA9Q+W3IWI
URL : ftp://tomcat.gsfc.nasa.gov/
Comment: cannot enter.. anonymous exists but password is not right
Files : G8BPQ; Desqview

Site : tp.u.washington.edu
Country: USA
GMT : -8
Date : 14-Dec-94
Source : krakatoa.jsc.nasa.gov
Alias :
Admin :
Organ : University of Washington, Seattle, Washington
Server :
System : Unix
URL : ftp://tp.u.washington.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise] [I think it's ftp.u.washington.edu]
Files : tkHTML

Site : tpts1.seed.net.tw
Country: Taiwan
GMT : +8


Date : 23-Jul-95
Source : winter14.zip
Alias :
Admin :

Organ : Seed


Server :
System : Unix (SunOS 4.1)

URL : ftp://tpts1.seed.net.tw/
Comment: see UPLOAD directory, pub seems empty
Files : clchen; mlc; PPP; su2.0; susir; winking (Winsock apps)

Site : trantor.umd.edu
Country: USA
GMT : -5
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl
Alias :
Admin :
Organ : University of Maryland, , Maryland
Server :
System :
URL : ftp://trantor.umd.edu/
Comment: User anonymous unknown
Files : NTP

Site : trident.arc.nasa.gov
Country: USA
GMT : -8


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : NASA - Ames Research Center, Moffett Field, California
Server :
System :

URL : ftp://trident.arc.nasa.gov/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : VMS-NNTP

Site : tub.cs.tu-berlin.de
Country: Germany
GMT : +1
Date : 15-Dec-94


Source : Deutsche Anonyme FTP-Server List
Alias :
Admin :

Organ : Technische Universitaet Berlin (Berlin University of Technology),

Berlin, CS dept.
Server :
System :
URL : ftp://tub.cs.tu-berlin.de/
Comment: removed on request of Deutsche Anonyme FTP Server List admin
Files :

Site : tybalt.caltech.edu
Country: USA
GMT : -8
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl
Alias :


Admin :
Organ : California Institute of Technology, Pasadena, California
Server :
System :

URL : ftp://tybalt.caltech.edu/
Comment: use ftp.cco.caltech.edu instead of tybalt.caltech.edu
Service not available. Remote server has closed the connection.
Files : GraphWidget

Site : uafcseg.uark.edu
Country: USA
GMT : -6


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of Arkansas, , Arkansas
Server :
System :
URL : ftp://uafcseg.uark.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files :

Site : ub.cc.umich.edu
Country: USA
GMT : -5
Date : 15-Feb-94
Source : pa...@locust.cic.net (Paul Southworth); old ftp-list
Alias :
Admin :


Organ : University of Michigan, Ann Arbor, Michigan
Server :
System :

URL : ftp://ub.cc.umich.edu/
Comment: Has been taken off-line; Problem: Failed to get host information
Files :

Site : ucbarpa.berkeley.edu
Country: USA
GMT : -8


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of California - Berkeley, Berkeley, California
Server :
System :

URL : ftp://ucbarpa.berkeley.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : tn3270; pub/4.3; Extended DCG Prolog

Site : ucdavis.ucdavis.edu
Country: USA
GMT : -8
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl
Alias :
Admin :
Organ : University of California - Davis, Davis, California


Server :
System : Unix (SunOS 4.1)

URL : ftp://ucdavis.ucdavis.edu/
Comment: User anonymous unknown
Files : POP2; NetHop; UCDwhois; UCDMail; IETF-PPP records

Site : ucsi.imt-mrs.fr
Country: France
GMT : +1


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Institut Mediterraneen de Technologie
Server :
System :
URL : ftp://ucsi.imt-mrs.fr/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : AtariST

Site : uhccux.uhcc.hawaii.edu
Country: USA
GMT : -10


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of Hawaii, Hawaii, USA
Server :
System :
URL : ftp://uhccux.uhcc.hawaii.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files :

Site : umrisca.isc.umr.edu
Country: USA
GMT : -6


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ :

Server :
System :
URL : ftp://umrisca.isc.umr.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files :

Site : unssun.scs.unr.edu


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

Alias :
Admin :
Organ : University of Nevada - Reno, Reno, Nevada


Server :
System : Unix (SunOS 4.1)

URL : ftp://unssun.scs.unr.edu/
Comment: anonymous ftp moved to ftp.scs.unr.edu; still allows anonymous
access
Files :

Site : unx.ucc.okstate.edu
Country: USA
GMT : -6


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Oklahoma State University, , Oklahoma, CC
Server :
System :
URL : ftp://unx.ucc.okstate.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files :

Site : utnetw.utoledo.edu
Country: USA
GMT : -5
Date : 01-Dec-93
Source : VAX Software List; old ftp-list and Perry....@kub.nl
Alias :
Admin :
Organ : University of Toledo, Toledo


Server :
System : Unix (SunOS 4.1)

URL : ftp://utnetw.utoledo.edu/
Comment: User anonymous unknown
Files : VMSTPC; VMS software

Site : ux1.cso.uiuc.edu
Country: USA
GMT : -6
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl
Alias :
Admin :


Organ : University of Illinois - Urbana/Champaign, Urbana, Illinois
Server :
System :

URL : ftp://ux1.cso.uiuc.edu/
Comment: user anonymous unknown
Files : GIF; graphics related programs and files

Site : vax.ftp.com
Country: USA
GMT : -5
Date : 20-Dec-93
Source : old ftp-list
Alias : vaxeline.ftp.com
Admin : f...@vaxeline.ftp.com (Frances K. Selkirk)
Organ : FTP Software


Server :
System : Unix (Ultrix 4.1)

URL : ftp://vax.ftp.com/
Comment: files moved to ftp.ftp.com
Files : FTP info & apps; packet drivers; Unix software; other network
related programs

Site : venus.ycc.yale.edu
Country: USA
GMT : -5
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl
Alias : venus.cis.yale.edu
Admin :


Organ : Yale University, New Haven, Connecticut

Server :
System : Unix (SunOS 4.1)

URL : ftp://venus.ycc.yale.edu/
Comment: Username anonymous is unknown
Files : SBTeX

Site : vernam.cs.uwm.edu
Country: USA
GMT : -6


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of Wisconsin - Milwaukee, Milwaukee, Wisconsin
Server :
System :
URL : ftp://vernam.cs.uwm.edu/
Comment: User anonymous unknown
Files : 386BSD source & binaries; Suni386 binaries and mailing list;
Mach386 binaries

Site : vlsi.cs.umn.edu
Country: USA
GMT : -6


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of Minnesota, , Minnesota
Server :
System :

URL : ftp://vlsi.cs.umn.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : PLP (Public line printer)

Site : vm.tcs.tulane.edu
Country: USA
GMT : -7


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Tulane University, New Orleans, Louisiana

Server :
System : VM/CMS
URL : ftp://vm.tcs.tulane.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : RFC; terminfo

Site : vms1.ucc.okstate.edu
Country: USA
GMT : -6
Date : 14-Dec-94


Source : VAX Software List
Alias :
Admin :

Organ : Oklahoma State University, , Oklahoma, CC
Server :
System :
URL : ftp://vms1.ucc.okstate.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : VMS software

Site : vmsa.technion.ac.il
Country: Israel
GMT : +2
Date : 17-Feb-94


Source : old ftp-list
Alias :
Admin :

Organ : Technion - Israel Institute of Technology

Server :
System : VAX/VMS
URL : ftp://vmsa.technion.ac.il/
Comment: ftp disallowed
Files :

Site : vmsd.oac.uci.edu
Country: USA
GMT : -8


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of California - Irvine, Irvine, California
Server :
System : VAX/VMS
URL : ftp://vmsd.oac.uci.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : VMS stuff

Site : vmtecmex.cem.itesm.mx
Country: Mexico
GMT : -6


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ :

Server :
System : VM/CMS
URL : ftp://vmtecmex.cem.itesm.mx/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : Amiga; MSDOS; GIF

Site : vogon.mathi.uni-heidelberg.de
Country: Germany
GMT : +1
Date : 09-Feb-94


Source : Deutsche Anonyme FTP-Server List
Alias :
Admin :

Organ : Universitaet Heidelberg (University of Heidelberg), Heidelberg,
Math dept.
Server :
System :
URL : ftp://vogon.mathi.uni-heidelberg.de/
Comment: user anonymous unknown
Files :

Site : walhalla.informatik.uni-dortmund.de
Country: Germany
GMT : +1


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : Universitaet Dortmund (University of Dortmund), Dortmund
CS dept.
Server :
System :
URL : ftp://walhalla.informatik.uni-dortmund.de/
Comment: removed on request of Deutsche Anonyme FTP Server List admin
Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files :

Site : wlv.imsd.contel.com


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

Organ : Contel Corp
Server :
System :
URL : ftp://wlv.imsd.contel.com/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files :

Site : world.std.com
Country: USA
GMT : -5
Date : 11-Mar-93
Source : games/roguelike
Alias :
Admin :
Organ : The World Public Access Unix
Server :
System :
URL : ftp://world.std.com/
Comment: files have moved to ftp.std.com
Files : lots of text files; some sources for games in /src/games

Site : wsmr-simtel20.army.mil
Country: USA
GMT : -7
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl
Alias :
Admin :
Organ : U.S. Army - White Sands Missile Range, White Sands, Nevada
Server :
System : TOPS-20
URL : ftp://wsmr-simtel20.army.mil/
Comment: obsolete, superseded by oak.oakland.edu
Files : Simtel 20 MSDOS; Unix; CPM; Mac (tenex)

Site : xanthorrhoea.maths.uwa.oz.au
Country: Australia
GMT : +8


Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :

Organ : University of Western Australia
Server :
System :
URL : ftp://xanthorrhoea.maths.uwa.oz.au/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files :

Site : zerkalo.harvard.edu


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

Organ : Harvard University, Cambridge, Massachusetts
Server :
System :

URL : ftp://zerkalo.harvard.edu/
Comment: Problem: Failed to get host information [considered obsolete until
proven otherwise]
Files : traceroute

Site : zeus.cs.umu.se
Country: Sweden
GMT : +1
Date : 14-Dec-94
Source : nic...@cs.umu.se (Niclas Borlin); old ftp-list
Alias : salt.cs.umu.se
Admin :
Organ : Umea University, Umea, CS dept.


Server :
System : Unix (SunOS 4.1)

URL : ftp://zeus.cs.umu.se/
Comment: obsolete, superseded by ftp.cs.umu.se
Files :

Site : zeus.unomaha.edu
Country: USA
GMT : -6
Date : 01-Dec-93
Source : old ftp-list and Perry....@kub.nl
Alias :
Admin :
Organ : University of Nebraska - Omaha, Omaha, Nebraska
Server :
System : ? UCX 2.0
URL : ftp://zeus.unomaha.edu/
Comment: Username anonymous requires a password [why?????]
Files : cedit - column editor

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

Perry Rovers

unread,
Sep 7, 1995, 3:00:00 AM9/7/95
to
Archive-name: ftp-list/sitelist/part8

Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip

Site : ftp.gmu.edu
Country: USA
GMT : -5
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : osf1.gmu.edu
Admin :
Organ : George Mason University, Fairfax, Virginia
Server :
System : Unix (OSF/1)
URL : ftp://ftp.gmu.edu/
Comment: several public user directories
Files : aic; ascime; bcox; cff; library; support (TIA, winsock); system
(docs)

Site : ftp.govt.washington.edu
Country: USA
GMT : -8
Date : 25-Jan-94
Source : me...@eff.org (Stanton McCandlish) {posting}


Alias :
Admin :
Organ : University of Washington, Seattle, Washington
Server :

System : Unix (Ultrix 4.1)
URL : ftp://ftp.govt.washington.edu/
Comment:
Files : legislation.telecom; wutc (Alternative Form of Regulation)

Site : ftp.graphcomp.com
Country: USA
GMT :
Date : 24-Jul-95
Source : winter14.zip
Alias : afarensis.graphcomp.com
Admin :
Organ :
Server :


System : NT (Windows NT, PC)

URL : ftp://ftp.graphcomp.com/
Comment:
Files : doc (resume, RFCs); dos (internet, utils); msw (internet: (clients,
players, servers, system, winsock), Mutt)

Site : ftp.greatcircle.com
Country: USA
GMT : -8
Date : 23-Aug-94
Source : PC NFS FAQ
Alias : mycroft.greatcircle.com
Admin : ro...@greatcircle.com
Organ : GreatCirle
Server :
System : Unix
URL : ftp://ftp.greatcircle.com/
Comment: directory: /pub/firewalls.digest; some files to be mirrored on
ftp.sterling.com
Files : cap; cawx; firewalls digest; GreatCircle; majordomo; phonestation

Site : ftp.gsfc.nasa.gov
Country: USA
GMT : -5


Date : 10-Sep-94
Source : old ftp-list

Alias : odftsrv.gsfc.nasa.gov, toybox.gsfc.nasa.gov
Admin : postm...@gsfc.nasa.gov


Organ : NASA - Goddard Space Flight Center, Greenbelt, Maryland,

Network Support Group for Large Systems of the Center-wide
Networking Environment
Server : server does not support e-mail
System : Unix
URL : ftp://ftp.gsfc.nasa.gov/
Comment: United Stated Government computer system : Unauthorized access to
this system is a FEDERAL OFFENSE; there are no comet pictures here;
files from toybox in directory TOYBOX, from gsfc in GSFC;
dftsrv.gsfc.nasa.gov is obsolete
Files : alex; email-info; ess-ftp; GSFC; help-files; hollis; images; info;
Internet; IP; Mac; MacSecure anti-virus pkg; nameserver; news;
Sun: dist, fixes, misc; tools; Ultrix; Unix; VMS; X

Site : ftp.gsu.edu
Country: USA
GMT : -5
Date : 23-Aug-94
Source : Perry....@kub.nl
Alias : gsusgi2.gsu.edu
Admin :
Organ : Georgia State University, , Georgia
Server :
System : Unix (Irix)
URL : ftp://ftp.gsu.edu/
Comment:
Files : cgcr; MS-DOS; MS-Windows

Site : ftp.gte.com
Country: USA
GMT : -5
Date : 12-Feb-94
Source : rus...@alpha3.ersys.edmonton.ab.ca (Russell Schulz) {posting}
Alias : ceylon.gte.com
Admin :
Organ : GTE
Server :
System : Unix
URL : ftp://ftp.gte.com/
Comment:
Files : docs; expecterm; ICMCS; logicraft fonts; Mosaic; POP; Sun-patches;
uqwk; zipnews

Site : ftp.gti.net
Country: USA
GMT : -5
Date : 29-Jun-95
Source : saf...@gti.gti.net (Safetynet) {posting}
Alias : gti.net
Admin : he...@gti.net
Organ : GTI
Server :
System : Unix
URL : ftp://ftp.gti.net/


Comment: max. 10 users; transactions are logged

Files : ccomics; ewacars; gti; mmsinc; ppp (Amiga, Mac, PC); safetynet;
security

Site : ftp.gu.edu.au
Country: Australia
GMT : +10
Date : 11-Mar-94
Source : f...@train.fido.de {posting}
Alias : griffin.gu.edu.au
Admin : postm...@gu.edu.au
Organ : Griffith University, Security Emergency Response Team (SERT)
Server :
System : Unix
URL : ftp://ftp.gu.edu.au/
Comment:
Files : qps; rex; security; sendmail; smrsh; The Hessling Editor (THE)
macro package

Site : ftp.gwdg.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : gwdu30.gwdg.de, gwdu03.gwdg.de
Admin :
Organ : Gesellschaft fuer Wissenschaftliche Datenverarbeitung GmbH
(Scientific Dataprocessing Assocation), Goettingen


Server :
System : Unix (Ultrix 4.1)

URL : ftp://ftp.gwdg.de/
Comment:
Files : Linux (Bogus release: mirror of phys-pc61.med.unc.edu, NIS/YP
Lysator stuff, mirrored from ftp.lysator.liu.se, sunsite.unc.edu)

Site : ftp.hab-weimar.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : gonzo.hab-weimar.de
Admin : ftpa...@hrz.hab-weimar.de
Organ : HAB-Weimar, Weimar, CC
Server :
System :
URL : ftp://ftp.hab-weimar.de/
Comment:
Files : GIF; graphics; MS-DOS; sound; Windows

Site : ftp.hacktic.nl
Country: Netherlands
GMT : +1
Date : 31-Aug-95
Source : us...@replay.com (Alex de Joode) {posting}
Alias : utopia.hacktic.nl
Admin : nons...@utopia.hacktic.nl (Felipe Rodriguez)
Organ : Hack-Tic, Amsterdam
Server :
System : Unix
URL : ftp://ftp.hacktic.nl/
Comment:
Files : crypto; etext (Cypher-Rebels Electronic Book); PGP (pgp-add-on,
pgpfone); remailer; security

Site : ftp.hacom.nl
Country: Netherlands
GMT : +1
Date : 30-Apr-95
Source : Perry....@kub.nl
Alias : box.hacom.nl
Admin :
Organ : Hacom
Server :
System : Unix
URL : ftp://ftp.hacom.nl/
Comment:
Files : speed

Site : ftp.halcyon.com
Country: USA
GMT : -8


Date : 23-Jul-95
Source : old ftp-list

Alias : ftp1.halcyon.com, supra.whnet.com, ftp.ii.com, ftp.tidbits.com,
ftp.wa.com
Admin : ral...@halcyon.com (Ralph Simms)
Organ : Northwest NEXUS Inc., Bellevue, Washington
Server : archive...@halcyon.com, in text of message put 'help'; FSP;
anonymous UUCP through remote.halcyon.com
System : Unix
URL : ftp://ftp.halcyon.com/
Comment: specialized in Waffle, Off-line mail/news-readers etc.; read
00-README
Files : activism; alt.missing-kids.gifs; artcrit; Computer Underground
Digest (CuD) archives; esdl; Eudora; faf; fluke; FWDP; FX
(UUCICO/UUCP); go; handicap; HUG; II (Infinite Ink); ITR;
jargon; Linux; nag-hammadi; North West Nexus; Pink Floyd; recipes;
RKBA; seabird; SLIP; Supra; Tidbits (TIA); tiskwin; Waffle;
wuarchive

Site : ftp.halsoft.com
Country: USA
GMT : -7
Date : 15-Dec-94
Source : la...@hal.com (Tom Lang)
Alias : halsoft.com
Admin :
Organ : HaL Software Systems, Austin, Texas
Server :
System : Unix
URL : ftp://ftp.halsoft.com/
Comment:
Files : HaLsoft products: Ishmail (Information SuperHighway Mail); OpenWin

Site : ftp.hamburg.germany.eu.net
Country: Germany
GMT : +1
Date : 28-Mar-94


Source : Deutsche Anonyme FTP-Server List

Alias : pophh.hamburg.germany.eu.net, mcshh.hanse.de
Admin : postm...@hamburg.germany.eu.net
Organ : Point Of Presence (POP) GmbH, Hamburg
Server :
System :
URL : ftp://ftp.hamburg.germany.eu.net/
Comment:
Files :

Site : ftp.hartford.edu
Country: USA
GMT : -5
Date : 29-Mar-95


Source : old ftp-list and Perry....@kub.nl

Alias : ccc114.cc.hartford.edu
Admin :
Organ : University of Hartford, Hartford, Connecticut


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

URL : ftp://ftp.hartford.edu/
Comment:
Files : pd_soft (DOS, some decompression utils, Win3); mac_soft (games,
NW for Mac, UofH software)

Site : ftp.hawaii.edu
Country: USA
GMT : -10


Date : 23-Jul-95
Source : old ftp-list

Alias : util.uhcc.hawaii.edu
Admin :
Organ : University of Hawaii, Hawaii, USA, CC


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.hawaii.edu/
Comment:
Files : mirrors: Amiga, GNU, Info-Mac, Internet-drafts, introducing the
Internet, NTP, policies-procedures, RFCs, X11R6; pub: docs, dss,
editors, IBM PC, linguist, Mac, maps, network, rec, security, Sun,
Unix, VMS

Site : ftp.health.org
Country: USA
GMT :
Date : 24-Jul-94
Source : Perry....@kub.nl
Alias :
Admin :
Organ :
Server :
System : Unix (Linux)
URL : ftp://ftp.health.org/
Comment:
Files : DOS, MAC, UNIX and WP text files relating to all kinds of health
issues (alcoholism, child abuse, drugs, etc.)

Site : ftp.hep.net
Country: USA
GMT : -6
Date : 22-May-94
Source : dl...@ora.com
Alias : afs1.hep.net
Admin :
Organ : High Energy Physics Network, NIC
Server :
System : Unix
URL : ftp://ftp.hep.net/
Comment: tar and (de)compress on the fly available
Files : AFS; AIP-FYI; CERN-news; conferences; dhep; edwg; FERMI-news;
FERMI-pubs; hepix; HEPNet-news; htcc; ieee8021; itspit;
lists-archive; MBONE; networks; nhm-reports; physics-news;
simple-times; spires; ssc-news; top-quark; utilities; videoconf

Site : ftp.hiof.no
Country: Norway
GMT : +1
Date : 10-Sep-94
Source : o.e.au...@usit.uio.no; comics/faq/part5
Alias : fenris.hiof.no
Admin : ftpa...@hiof.no, jo...@hiof.no (comics)
Organ : Ostfold College
Server : gopher.hiof.no
System : Unix (SunOS 4.1)
URL : ftp://ftp.hiof.no/
Comment: max. 100 users; please stay outside of 0800-1800 local time;
uploads to /incoming; used to be ftp.dhhalden.no
Files : adate; adm; Atari (Jaguar); comics (rec.arts.comics archive, read
the FAQ for that group on material available: Annotations, Batman,
Beanworld, Cerebus, Comics-L, Database, Disney, FAQ, Fanfiction,
Fanzines, Film_and_TV, Guidelines, Misc, Pictures, Previews,
Reference, Releases, Reviews, Sandman, Software, Statistics, Strips,
Superman, Toys, Trading_Cards, Watchmen, X-Men)); cyber; dimensions;
FR-MUD; fuzzy; GIF; inet-maps; levant; lyd; Mac; mid-east;
miniboard; ml; multimedia; NeXT; Novell; pan and tilt; PC; PGP;
sarpinger; teleconferencing; weather

Site : ftp.hitachi.co.jp


Country: Japan
GMT : +9
Date : 19-Feb-95

Source : maru...@hrl.hitachi.co.jp (Fumio Maruhashi) {posting}
Alias : hitwide.hitachi.co.jp
Admin : ftp-...@hitwide.hitachi.co.jp
Organ : Hitachi Co., Ibaraki
Server :
System : Unix
URL : ftp://ftp.hitachi.co.jp/


Comment: transfers are logged; max. 10 users

Files : GNU (from s.u-tokyo.ac.jp); HP-UX; Linux; Mac (InfoMac, from
ftp.u-tokyo.ac.jp); music (lute); net (CF, conferencing, CU-SeeMe,
IRC, net-research, news, PPP, security, sendmail, tis-firewalls,
WIDE-sendmail, WWW, wwwstat); NetBSD (from ftp.iij.ad.jp); netinfo
(IETF, internet-drafts, jepg-IP, jpnic, jpnic-pub, RFC); TeX
(from ftp.iij.ad.jp); X (from ftp.x.org)

Site : ftp.hk.super.net
Country: Hong Kong
GMT : +8
Date : 23-Jul-95
Source : ke...@hk.super.net (Ng Wang Lui) {posting}
Alias : ssp.shk.super.net, hk.super.net
Admin :
Organ : Hong Kong SuperNet
Server :
System : Unix
URL : ftp://ftp.hk.super.net/
Comment:
Files : ASCII; autodesk; CICA (mirror of ftp.cica.indiana.edu); creative;
docs; FAQs; figlet; FreeBSD (mirror of ftp.freebsd.org); fvwm;
games; games_uwp (mirror of ftp.uwp.edu); GNU (mirror of
prep.ai.mit.edu); gopher; Hong Kong; hotmetal; Humanist; Layer3;
Linusliu; Linux; Lynx; Mac; McAfee (mirror of ftp.mcafee.com);
mic; news.answers; News Xpress (Windows newsreader); News; Omega;
OS/2; programming; RFCs; SimTel (mirror of ftp.coast.net);
Slackware; SuperNet; Unix; Vile; Windows; XFree86

Site : ftp.hmc.edu
Country: USA
GMT : -8
Date : 15-Dec-94
Source : tort...@malibu.sfu.ca (Richard Tortorella) {posting}
Alias : anubis.hmc.edu
Admin :
Organ : Harvey Mudd College, , Academic Computing Center
Server :
System : Unix
URL : ftp://ftp.hmc.edu/
Comment: file transfers are logged; directories maintained by students, staff
or faculty members; read the README files per directory
Files : CODEE; CUSP; Enchefferizer (alt.swedish.chef.bork.bork.bork);
csound; deckmaster; diplomacy; drugs; Emacs; games; infosystems;
Internet; interpedia; Mac; Mac; packages; Perl; PostScript; Saturn;
science; sgml; Solaris; Swat90; WWW

Site : ftp.hobby.nl
Country: Netherlands
GMT : +1
Date : 23-Jul-95
Source : Perry....@kub.nl
Alias : hgatenl.hobby.nl
Admin :
Organ : HobbyNet (HCC), Utrecht
Server :
System : Unix
URL : ftp://ftp.hobby.nl/
Comment:
Files : 68000; 6805; 6809; C++; docs; HobbyNet; mirror (Cica); MS-DOS;
Newton; start pakketten (Amiga, Linux, MS-Windows, OS/2); Unix

Site : ftp.hookup.net
Country: USA
GMT : -5


Date : 25-Jan-95
Source : be...@sco.com (Bela Lubkin> {posting}

Alias : vertex.tor.hookup.net
Admin :
Organ : Hookup
Server :
System : Unix
URL : ftp://ftp.hookup.net/
Comment:
Files : acrobat; BSD; Hookup info; Internet.info [mostly old, incl. old
ftp-list]; Mac (network utils); misc (GIFs, slip); MS-DOS (network
utils); MS-Windows (apps, faq, viewers, winsock); MSK; SCO; Unix

Site : ftp.hq.eso.org
Country: Germany
GMT : +1
Date : 28-Mar-95
Source : da...@regulus.demon.co.uk (David M. Swain)
Alias : serv2.hq.eso.org
Admin : ftp-...@eso.org
Organ : European Southern Observatory (ESO), Garching
Server :
System : Unix
URL : ftp://ftp.hq.eso.org/
Comment: All transfers are logged; open 24 hours; for incoming files,
generate a directory under /incoming and put files there. incoming
files will be deleted after 30 days; MIDAS beta-test sites, log in
as beta-midas (passwords from cgu...@eso.org (Carlos Guirao) or
re...@eso.org (Resy de Ruijsscher)); MIDAS users, log in as midas
(passwords from re...@eso.org)
Files : Astronomical images; ESO Preprints (some); FITS documents/testfiles;
MIDAS (astronomical image processing) files; NTT; SAO; Star Catalogs;
StyleGuide; TeX DVI drivers

Site : ftp.hq.nasa.gov
Country: USA
GMT : -5
Date : 15-May-94
Source : da...@regulus.demon.co.uk (David M. Swain)
Alias : hq.nasa.gov, x500.hq.nasa.gov
Admin : ftp-...@ftp.hq.nasa.gov
Organ : NASA - HQ, Washington D.C., D.C.


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.hq.nasa.gov/
Comment: all transfers are logged
Files : NASA financial management manual, HQ documents, HQ phonebook; qdsa;
RFP; travel.rates

Site : ftp.hrz.uni-giessen.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : sun1.hrz.uni-giessen.de, word.hrz.uni-giessen.de, ftp.uni-giessen.de
Admin :
Organ : Universitaet Giessen (University of Giessen), Giessen, CC
Server :
System :
URL : ftp://ftp.hrz.uni-giessen.de/
Comment:
Files :

Site : ftp.hrz.uni-kassel.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : hrz-ws26.hrz.uni-kassel.de
Admin : a...@hrz-serv7.hrz.uni-kassel.de (Andreas Heitmann)
Organ : Universitaet Kassel (University of Kassel), Kassel, CC
Server :
System :
URL : ftp://ftp.hrz.uni-kassel.de/
Comment:
Files :

Site : ftp.htwm.de
Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP Server List
Alias : scooby.htwm.de, minic.htwm.de
Admin : puba...@htwm.de
Organ : HTW Mittweida, Mittweide, CC
Server : gopher://gopher.htwm.de/ http://www.htwm.de/ news:news.htwm.de
System : Unix
URL : ftp://ftp.htwm.de/
Comment: also available through gopher, www
Files : HP-UX; HP external; misc

Site : ftp.huji.ac.il
Country: Israel
GMT : +2
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : cs.huji.ac.il
Admin : sys...@cs.huji.ac.il
Organ : Hebrew University, Jerusalem, CS dept.
Server :
System : Unix
URL : ftp://ftp.huji.ac.il/
Comment: (de)compression and g(un)zip on the fly; max. 15 users; local
aliases
Files : archie; Athena; backups; bind; Brazil; BSDI; cert; cisco; doc; emet;
graphics; HDF; htmlguides; ICPR; il-cmf; khoros; languages (C++,
Lisp, Perl); Linux; math; mime; mirrors (GNU, Tcl, X11R5/R6,
X11R5-contrib); MS-DOS; network; postgres; rdist; rec.martial-arts
FAQ and pics; rp; security; SGI; Sun; telematics; TeX; WWW

Site : ftp.hzeeland.nl
Country: Netherlands
GMT : +1
Date : 30-Apr-95
Source : Perry....@kub.nl
Alias : miepmiep.hzeeland.nl
Admin : ed...@hzeeland.nl (Eddy van Loo)
Organ : Hogeschool Zeeland (Zeeland College), Vlissingen, HTS-E
Server :
System : Unix (HP-UX, HP9000/735)
URL : ftp://ftp.hzeeland.nl/
Comment: do not use outside of HZ-net (hzeeland.nl) until they've upgraded
their link (9K6 now); see also bbs-ftp.hzeeland.nl; max. 2 users
Files : GNU (ftp.eu.net:/gnu); gopher (ftp.surfnet.nl:
/mirror-archive/software/gopher); hamradio (ucsd.edu:/hamradio);
linux (ftp.switch.ch:/mirror/linux/sunsite/{distributions/{Slackware,
SLS},X11}; MS-DOS (ftp.switch.ch:/mirror/msdos); NetBSD; SCO-archive
(ftp.doc.ic.ac.uk:/packages/unix/sco-archive); space
(archive.afit.army.mil:/pub/space); Surfnet (ftp.surfnet.nl:
/surfnet/{info,publications}; Win3 (ftp.switch.ch:/mirror/win3); WWW

Site : ftp.ia.pw.edu.pl
Country: Poland
GMT : +1
Date : 14-Dec-94
Source : Perry....@kub.nl
Alias : csd.ia.pw.edu.pl
Admin :
Organ : Technical University of Warsaw, Warsaw, CS dept.
Server :
System : Unix
URL : ftp://ftp.ia.pw.edu.pl/
Comment: Problem: I/O error on network device
Files :

Site : ftp.iaehv.nl
Country: Netherlands
GMT : +1
Date : 25-Jan-95
Source : Perry....@kub.nl
Alias : iaehv.iaehv.nl
Admin : f...@ftp.iaehv.nl
Organ : Internet Access Eindhoven, Eindhoven
Server : http://www.iaehv.nl/
System : Unix (FreeBSD, PC)
URL : ftp://ftp.iaehv.nl/
Comment: [rest of pub/users needs to be checked]
Files : NLnet material (FAQ and ftp list); Rnf; several public user
directories in /pub/users: perry (Integral Dutch Course and some
modem AT code docs)

Site : ftp.iastate.edu
Country: USA
GMT : -5
Date : 30-Oct-94
Source : old ftp-list
Alias : net-1.iastate.edu
Admin : f...@iastate.edu
Organ : Iowa State University, , Iowa
Server :
System : Unix
URL : ftp://ftp.iastate.edu/
Comment: Open 24 hours; all transfers are logged
Files : 386BSD; abc; afs-kerb; condor; console; crash; IRC; ITR (Internet
Talk Radio); Linux; lyrics; Mac; NetBSD; Netinfo; news; NT; PC;
Utah-raster; Vax; Wylber; mirrors galore and ftp.uwp.edu (lyrics);
XFree86 (mirror of ftp.xfree86.org under consideration)

Site : ftp.ibm.net
Country: USA
GMT : -6
Date : 24-Jan-95
Source : ss...@vnet.ibm.com (Sorin Serb)
Alias : ftp01.ny.us.ibm.net
Admin :
Organ : IBM, New York, New York
Server :
System : Unix
URL : ftp://ftp.ibm.net/
Comment: OS/2 related files
Files : Advantis ; fixes; games (simdemo, trickle); gen-info (some network
related docs, some old); NewsReader; PPP; warpcom; WebExplorer

Site : ftp.ibp.fr
Country: France
GMT : +1
Date : 30-Oct-94
Source : cao-vlsi.ibp.fr info; Perry....@kub.nl
Alias : pascal.ibp.fr, ftp.jussieu.fr, gopher.jussieu.fr
Admin : ftp...@ibp.fr, f...@ftp.ibp.fr
Organ : University Pierre et Marie Curie - MASI Lab., Paris, Centre
National de la Recherche Scientifique (National Center for
Scientific Research, CNRS), Institut Blaise Pascal (Blaise Pascal
Institute, IBP)/Centre de Calcul Recherche (CCR) Jussieu
Server : gopher.jussieu.fr
System : Unix
URL : ftp://ftp.ibp.fr/
Comment: max. 100 users; index files: new-last-month, new-this-week;
transfers are logged
Files : Annex; AppleTalk; CERT; distributed_systems; docs; emacs; faces;
FreeBSD; ghost; gnat; GNU; IBP info; IFIP; iman; Linux; Mac; Mach;
meteo; MS-DOS; NetBSD; parallel; RFCs; sfca95; Sun; Tcl/Tk
(ftp.cs.berkeley.edu); TeX; Unix; vsta; Windows3; WWW

Site : ftp.icce.rug.nl
Country: Netherlands
GMT : +1
Date : 16-May-94
Source : nl-ftp list as posted to nlnet.announce
Alias : obelix.icce.rug.nl
Admin : E.J....@icce.rug.nl (Erik-Jan Vens)


Organ : Rijks Universiteit Groningen (RUG, University of Groningen),
Groningen, ICCE

Server :
System : Unix
URL : ftp://ftp.icce.rug.nl/
Comment: directory: pub/erikjan; notify the admin if you leave something
in incoming/
Files : 4tex (TeX for 4dos); Adobe (Fonts); AI stuff (/pub/peter); Atari;
dictionaries; fonts (PostScript); Ghostscript; MIDI2TeX;

Site : ftp.iclnet.org
Country: USA
GMT : -8
Date : 18-Aug-94
Source : k3...@charney.gsfc.nasa.gov (Raymond Sears)
Alias : iclnet93.iclnet.org
Admin : ro...@iclnet93.iclnet.org
Organ : ICL
Server :
System : Unix
URL : ftp://ftp.iclnet.org/
Comment:
Files : astronomy; bench; calculators; cccoalition; cdrom; cisco; clm;
cygnus; database; docs; facdialogue; games; GNU; graphics;
InterVarsity; mail; math; multimedia; music; network; news; NeWS;
postscript; programming; rainet; resources; RFCs; security; shells;
simulation; Solaris; Sun; SunOS-patches; sysadmin; text; UCB; X11;
XView

Site : ftp.icot.or.jp
Country: Japan
GMT : +9
Date : 11-Mar-94
Source : Perry....@kub.nl
Alias :
Admin : net-...@icot.or.jp
Organ : ICOT
Server :
System : Unix
URL : ftp://ftp.icot.or.jp/
Comment: /pub appears empty [!]
Files :

Site : ftp.ics.forth.gr
Country: Greece
GMT : +2
Date : 29-Mar-95
Source : old ftp-list; lour...@csd.uch.gr (Manolis Lourakis)
Alias : estia.ics.forth.gr
Admin : psi...@csi.forth.gr (P. Psikos)
Organ : Foundation of Research and Technology (FORTH), Heraklion, Crete,
Institute of Computer Science (ICS),


Server :
System : Unix (System V Release 4.0)

URL : ftp://ftp.ics.forth.gr/
Comment: max. 10 foreign users; read /CAPTIVE-README for further information
and /README for special features; max. bandwidth allocated differs
Files : CERN-HTTPD; ercim; greek (FAQ, fonts, PC-drivers,
soc.culture.greek); httpd; lydia; PC; pub (audio, conferencing, EDI,
HOMER, IPNG, lang, MBONE, pager, ROOMS, Sun-dist, WWW);
tech-reports

Site : ftp.ics.uci.edu
Country: USA
GMT : -8


Date : 17-Apr-94
Source : old ftp-list

Alias : ics.uci.edu
Admin :
Organ : University of California - Irvine, Irvine, California,
Information & CS dept. (ICI)
Server :
System : Unix
URL : ftp://ftp.ics.uci.edu/
Comment: directory: /mrose/isode-snmpV2; server can tar and (de)compress;
transfers are logged
Files : anime; answer-garden; arcadia; atm; cadlab; cheers; classweb-code;
comp.protocols.{iso,x400}; cyberspace; dbox; dos-virus; GNU;
heimdahl; honig; ibl; ifip; internet; isode-snmpV2; Mac;
machine-learning; mentoring-workshop; mh; ml-list; perfect hash
function gen.; Protoize/Unprotoize; rec.games.frp; RFCs;
soc.feminism; Sun; sureality; taketani; tcas; TeX; Think C; Unix;
usenet; volper-katz; Web-to-C; wang

Site : ftp.ict.pwr.wroc.pl
Country: Poland


GMT : +1
Date : 30-Aug-94
Source : Perry....@kub.nl

Alias : asic.ict.pwr.wroc.pl
Admin : ad...@asic.pwr.wroc.pl
Organ : PWR, Wroclaw, Institute of Technical Cybernetics
Server :
System : Unix
URL : ftp://ftp.ict.pwr.wroc.pl/
Comment: max. 5 users; server can gzip and tar; please use during off-peak
hours;
Files : FAQs; GNU; humor; Linux; MS-DOS; nettools; RFCs; security; Sun; X11

Site : ftp.icsi.berkeley.edu
Country: USA
GMT : -8
Date : 10-Feb-94
Source : sto...@icsi.berkeley.edu (Andreas Stolcke)
Alias : icsia.icsi.berkeley.edu
Admin : f...@icsi.berkeley.edu
Organ : University of California - Berkeley, Berkeley, California,
International Computer Science Institute (ICSI)
Server : ftp...@icsi.berkeley.edu (send help)
System : Unix
URL : ftp://ftp.icsi.berkeley.edu/
Comment: supports (un)compression, directory tarring and reget; special
directory listing with explanation of dirs: handy! (use
-username@host to suppress); replaces icsic.berkeley.edu
Files : Emacs lisp code; FTP client program; FTP mail help; ICSI: AI group
docs and software, Computing Systems newsletter, finger, Speech
group, technical reports & papers, Theory group; pmake/customs;
RAP docs; Sather language (home); Tenet group docs and software

Site : ftp.ida.liu.se
Country: Sweden
GMT : +1
Date : 15-Dec-94
Source : Perry....@kub.nl
Alias : informatix.ida.liu.se, curofix.ida.liu.se
Admin : ftp...@ida.liu.se
Organ : Linnkoping University, Linnkoping, CS dept. (IDA)
Server :
System : Unix
URL : ftp://ftp.ida.liu.se/
Comment: directory: /pub/lincks; max. 30 users
Files : activities; bibframe; ISODE-SNMPV2; labs; Lincks; net; tech-reports

Site : ftp.idiom.com
Country: USA
GMT : -8
Date : 28-Mar-95
Source : admin
Alias : idiom.com, www.idiom.com
Admin : mu...@idiom.com (David Muir Sharnoff)
Organ : Idiom Consulting, Berkeley, California
Server : http://www.idiom.com/
System : Unix (FreeBSD, PC)
URL : ftp://ftp.idiom.com/
Comment: slow link
Files : Amiga; async; bic; compilers-list; dillon; dme; dnet; dslip;
ECKANKAR; empire; eREADME; expn; fetch-news; free-compilers;
free-databases; freedice; frogbak; Idiom Consulting; lharc; Linux;
MS-DOS; muir-programs; net-sources; persist; uformat

Site : ftp.idsoftware.com
Country: USA
GMT : -6
Date : 30-Apr-95
Source : wan...@lnr1.agric.za (Tamas Herczeg) {posting}
Alias :
Admin : ftpa...@ftp.idsoftware.com
Organ : ID Software
Server : fsp.idsoftware.com
System : Unix (Linux, Pentium 60)
URL : ftp://ftp.idsoftware.com/
Comment: 32Mb RAM; 1Gb HD; max. 50 users; mirrored on the following sites:
ftp.pht.com, ftp.uwp.edu, doomgate.cs.buffalo.edu, ftp.sun.ac.za,
ftp.edu.tw, flinux.tu-graz.ac.at, ftp.fu-berlin.de, ftp.sls.wau.nl,
ftp.dungeon.com, ftp.luth.se, anasgard.calvacom.fr [!]
Files : FSP; IDStuff (Doom, Doom2, Heretic, IDSIRS, Strife); MikeAB (Michael
Abrash little going on's); Tonsmore (3rd party stuff: deathmatch,
docs, graphics, idstuff, levels, lmps, utils)

Site : ftp.iem.pw.edu.pl
Country: Poland
GMT : +1
Date : 21-Aug-94
Source : Perry....@kub.nl
Alias : volt.iem.pw.edu.pl
Admin :
Organ : Technical University of Warsaw, Warsaw, IEM
Server :
System : Unix
URL : ftp://ftp.iem.pw.edu.pl/
Comment:
Files : 386BSD; BSD; BSD4.4-Lite; cad; docs (archie, cdrom, Clarinews, net,
news, RFCs, security, TeX); Dr.Dobbs Journal; FAQs; gatekeeper; GNU;
IETiME; kayak; Linux (debian, dkl, kernel from sunsite.unc.edu) ;
Mach3; NetBSD; pcnap; postscript; pspt; Qnx; wuarchive (windows,
xappeal); X11R6

Site : ftp.iesd.auc.dk
Country: Denmark
GMT : +1
Date : 10-Sep-94


Source : te...@diku.dk (Morten Welinder); old ftp-list

Alias : iesd.auc.dk, nano.iesd.auc.dk
Admin : f...@iesd.auc.dk
Organ : Aalborg University, Aalborg, Math and CS dept.
Server :
System : Unix
URL : ftp://ftp.iesd.auc.dk/
Comment: Please try closer sites first before transferring large files;
libcoll and other Objective-C can now be found at
ftp.cs.rochester.edu
Files : conferences; games; Home site of: AUC TeX (pub/emacs-lisp), CoCo
(pub/CoCo), Deeper Trouble MUD (pub/lpmud), Tav (pub/Tav); IETF;
Linux; packages [?]; projects; reports; sjis; system [?]

Site : ftp.iet.unipi.it


Country: Italy
GMT : +1
Date : 31-Aug-95
Source :

Alias : pical3.iet.unipi.it


Admin :
Organ : University of Pisa, Pisa, IET

Server :
System : Unix
URL : ftp://ftp.iet.unipi.it/
Comment:
Files : bridge; deit_wattcp; FreeBSD; ghostscript; gzip; helppc; ispy;
net_tar; osbsbeta; pcserver; radicals; rockwell; SCSI; tracs

Site : ftp.ifh.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : convex.ifh.de
Admin : ro...@convex.ifh.de
Organ : IFH, Zeuthen
Server :
System :
URL : ftp://ftp.ifh.de/
Comment:
Files : CERN; Convex; GNU; Linux; shells; Unix; WWW; X11R6

Site : ftp.ifi.uio.no
Country: Norway
GMT : +1
Date : 15-Dec-94
Source : Archive-name: games/roguelike; old ftp-list; Perry....@kub.nl
Alias : ifi.uio.no, menja.ifi.uio.no
Admin :
Organ :
Server : http://www.ifi.uio.no/
System : Unix
URL : ftp://ftp.ifi.uio.no/
Comment: special access features: see /README; directory: /pub/crossfire
Files : bel-canto; bench; blab; chaos; chipmunk; Crossfire (Roguelike game);
dag; dicts; docs; FuncInt; idraw; lyapunov; mm; molbio; news; NFR;
obh; OL; ordbok; Pink Floyd; psai; reports; rolem; sci; SGML;
SIGhyper; simbook; Simulatools; soc; swipp; TEI; TeX; trier; VLSI;
X11; Xtd; yam

Site : ftp.ifi.unizh.ch
Country: Switzerland
GMT : +2


Date : 06-Jan-94
Source : old ftp-list

Alias : claude.ifi.unizh.de
Admin : maf...@ifi.unizh.de
Organ : University of Zurich, Zurich, CS dept.
Server :
System :
URL : ftp://ftp.ifi.unizh.ch/
Comment:
Files : Unizh techreports; TeX; bibliographies; C++ docs; OMG/COBRA docs

Site : ftp.igc.org
Country: USA
GMT : -8
Date : 29-Mar-95
Source : Perry....@kub.nl
Alias : mail.igc.org
Admin : sup...@igc.apc.org
Organ : Institute for Global Communications, San Francisco, California
Server :
System : Unix
URL : ftp://ftp.igc.org/
Comment:
Files : ASA; AWF Rainbow News; BIN21; ECIX; ECO; Electropolis; EPA; FORSUM;
Global Link; Green Disk; IBIS; IGC/APC info; Intercambios; Internet;
Landmarks; network resources; SFER; Trade; UNCED; Unix utils;

Site : ftp.igd.fhg.de
Country: Germany
GMT : +1
Date : 19-Feb-95
Source : font.ensmp.fr
Alias : dakeeper.igd.fhg.de
Admin : ftp-...@igd.fhg.de (Dragana Likaec)
Organ : IGD Darmstadt, Darmstadt
Server :
System : Unix
URL : ftp://ftp.igd.fhg.de/
Comment: max. 100 users; server can (de)compress, g(un)zip and tar; server
supports reget; transfers are logged
Files : AI Clips; docs (colour, misc, tech-reports, www); graphics (anim,
cgcr, foley&van-dam, geomview, tgif, tiff, vogl); languages (C++,
perl, smalltalk, tcl); multimedia (docs, hyperlook, images, MAEstro,
MetaCard, quotations); packages (AI, frame, fsp, gopher, Grass,
ISVAS, Kermit, mail, networking, news, Oracle, Postgres, TeX,
Theseus++, wuarchive-ftpd, WWW, X11, X11R5, X11R6); systems (AIX
[empty?], Amiga (aminet, biz, comm, dev, disk, docs, fish, game,
gfx, misc, mus, pix, text, unix, util), GNU, Mac, MS-DOS (antivirus,
graphic, packer, www), OS/2 (archiver, bbs, bugfixes, comm,
comp.binaries.os2, demos, diskutils, drivers, ews, games, graphics,
misc, programmer, shells, sound, system, systools, tcpip, tools),
SGI [empty?], Solaris, Sun (sources), Unix (security)); wise (cec,
reports); WWW95

Site : ftp.iglou.com
Country: USA
GMT : -5
Date : 23-Aug-94


Source : bi...@netcom.com (William Arnett) {posting}

Alias : iglou.com
Admin : postm...@iglou.com
Organ : IgLou Internet Services
Server :
System : Unix
URL : ftp://ftp.iglou.com/
Comment: Shoemaker-Levy 9 images in comet/images
Files : FAQs; IgLou info; Linux; Mac; mirrors: Doom:
infant2.sphs.indiana.edu, MS-DOS games: ftp.uml.edu, MS-Windows:
ftp.cica.indiana.edu; modem; Shoemaker-Levy 9 (SL9) images; slip;
Uninet

Site : ftp.ii.pw.edu.pl
Country: Poland
GMT : +1
Source : admin
Alias : papcio.ii.pw.edu.pl
Admin : g...@ii.pw.edu.pl (Grzegorz Blinowski)
Organ : Warsaw University of Technology, Warsaw, CS dept.
Server :
System : Unix (HP-UX 9, HP 9000/755)
will move to Solaris 2.3/SparcStation10
URL : ftp://ftp.ii.pw.edu.pl/
Comment: everything is logged
Files : conference announcements; docs; FreeBSD; ftp; kbn; parallel &
distributed computing docs; Rough sets; software; systems;
tech-reports; uploads

Site : ftp.iii.net
Country: USA
GMT : -5
Date : 22-Dec-94
Source : b...@1776.com (Robert Coe) {mailinglist}
Alias : iii1.iii.net
Admin :
Organ : III
Server :
System : Unix
URL : ftp://ftp.iii.net/
Comment: user pubdirectories under pub-site
Files : docs; IP; NetManage; pub-site (1776 (rnf079b6), abbate, drown, kmb,
pbrady, rafflin, solitude, wellspring); SLIP-PPP (Mac, PC); utils;
WizeWabbit-1.3BSD

Site : ftp.iij.ad.jp
Country: Japan
GMT : +9
Date : 10-Sep-94
Source : MODERxx.ZIP; dl...@ora.com; ftp.xfree86.org
Alias :
Admin : f...@ftp.iij.ad.jp
Organ : Internet Initiative Japan
Server :
System : Unix
URL : ftp://ftp.iij.ad.jp/
Comment: compress/tar/gunzip on the fly; updatefile.thisweek/today.Z;
anonymous UUCP; remote command: site index filename
Files : 386BSD; academic; comm; docs; FreeBSD; GNU; inet; info;
Info-Mac mirror; Internet; Internet drafts; ISOC; Linux; Mac;
magazines; misc; MS-DOS; MS-DOS-J; Multicast; Net2; NetBSD; netman;
Netnews; network; news; NeXT; published; RFCs; security; standards;
systems; TeX; unix-magazine; vendor; Win3 (ftp.cica.indiana.edu); X;
XFree86 (mirror of ftp.xfree86.org under consideration)

Site : ftp.iitb.ernet.in
Country: India
GMT : +6
Date : 23-Aug-94
Source : admin
Alias : cc2.iitb.ernet.in
Admin : postm...@iitb.ernet.in, vi...@iitb.ernet.in (Vijay Talati)
Organ : Indian Institute of Technology (IIT) - Bombay, Bombay,
ERNET, CS and Engineering dept.
Server : ftp...@iitb.ernet.in (Indian sites only)
System : Unix (SunOs 4.1.1)
URL : ftp://ftp.iitb.ernet.in/
Comment: Would be too slow for users outside INDIA; time is actually 5:30;
Files : FAQs; imaging software; networking; Public domain stuff of interest
to IITs and other Indian sites; RFCs; Unix ; X11R6; xutils

Site : ftp.iitf.doc.gov
Country: USA
GMT : -5
Date : 25-Jan-95
Source :
Alias : ntiaunix1.ntia.doc.gov, iitf.doc.gov
Admin :
Organ : US Department of Commerce, Washington, District of Columbia
Server :
System : Unix
URL : ftp://ftp.iitf.doc.gov
Comment:
Files : advcouncil; calendar; faq; grantinfo; iitf; images; leg;
legislation; menu; papers; press; unix; virtual

Site : ftp.ijs.si
Country: Slovenia
GMT : +1
Date : 30-Oct-94
Source : de...@cui.unige.ch (Philippe de Pol)
Alias : uhura.ijs.si
Admin : Andrej...@ijs.si
Organ :
Server : www.ijs.si
System : Unix
URL : ftp://ftp.ijs.si/
Comment: max. 8 users
Files : communication; docs; GNU; graphics; Linux; LISP; MS-DOS; NLU;
pic; sound; TeX; X; WWW; zx

Site : ftp.ilt.columbia.edu
Country: USA
GMT : -5
Date : 15-Dec-94
Source :
Alias : socrates.ilt.columbia.edu
Admin :
Organ : Columbia University, New York, New York,


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

URL : ftp://ftp.ilt.columbia.edu/
Comment:
Files : copyright; FAQs; gallery; ilt (docs, ILTinfo, misc, projects);
Internet (net docs); livetext; Mac (Bobs_HTML_Editor, communication,
CUSeeMe, FirstClass, HTML, icons, MacWeb, maven, Mosaic, netscape,
rapmaster, QuickTime, Toolkits, tr-www, utilities, Webstat;
PC (browsers, CUSeeMe, FirstClass, htmlassist, pkzip, SLIPKnot,
TCP apps, viewers, wordhtml); projects; texts (McClintock, Dewey)

Site : ftp.imada.ou.dk
Country: Denmark
GMT : +1
Date : 29-Jun-95
Source : min...@csli.stanford.edu (Michael Inman) {posting}
Alias : verdi.imada.ou.dk
Admin :
Organ : Odense University, Odense
Server :
System : Unix
URL : ftp://ftp.imada.ou.dk/
Comment: also available through gopher
Files : algotronix; docs; dotfile; emacs; emir; graphcol; mathpro; meiko;
mirrors (Mac, mirror, MS-DOS, netman-Sun4C); papers; progrs;
vdmsl standard; X

Site : ftp.imb-jena.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : degas.imb-jena.de
Admin : f...@imb-jena.de
Organ : , Jena
Server :
System :
URL : ftp://ftp.imb-jena.de/
Comment:
Files :

Site : ftp.ims.uni-stuttgart.de
Country: Germany
GMT : +1
Date : 28-Mar-95
Source :
Alias : merlin.ims.uni-stuttgart.de, adler.ims.uni-stuttgart.de
Admin : ftp...@ims.uni-stuttgart.de
Organ : Universitaet Stuttgart (University of Stuttgart), Stuttgart
Server :
System : Unix
URL : ftp://ftp.ims.uni-stuttgart.de/
Comment:
Files : charon; communication; corpora; cuf; DOS; dyana2; et10-52; games;
GNU; homophones; ICL; ilr; info; languages; lexicase; lfg; Mac;
NeXT; papers; TeX; TFS; tools; Unix; vmob; Wordnet; X11

Site : ftp.imt-mrs.fr
Country: France
GMT : +1
Date : 15-Dec-94
Source : Perry....@kub.nl
Alias : imt950.imt-mrs.fr


Admin :
Organ : Institut Mediterraneen de Technologie
Server :

System : Unix
URL : ftp://ucsi.imt-mrs.fr/
Comment:
Files : benchcray; benchumn; PC (games, several useful utils); Unix (several
useful utils)

Site : ftp.inbe.net
Country: Belgium
GMT : +1
Date : 29-Nov-94
Source : Perry....@kub.nl
Alias : ftp.innet.be
Admin : sup...@inbe.net
Organ : INnet Belgium, Geel
Server :
System : Unix
URL : ftp://ftp.inbe.net/
Comment: please use during off-peak hours; mostly meant for INnet users;
most things are mirrored from elsewhere; everything is logged
Files : docs: atm, cdma, dsis, esdi, faq, iana, ieee802, ien, internet,
ipx-spx, iso, mobility, netbios, performance, protocols, rfc, x.25,
x3t9.2, x3t9.5; networking: alex, appletalk, archie, bbs, cmot,
cso-nameserver, dnet, essence, fsp, gopher, hytelnet, icmp, ipx-spx,
irc, isode, osi, prospero, routing, snmp, veronica, wais, whois++,
www, x.25, x.500, xns; Unix: BSDI, FreeBSD, GNU, Linux, mail,
shells, XFree86; vendors: 3COM, ATI, Adaptec, Borland, cdrom.com,
Crynwr, FTPSoftware, IBM, Intel, Intercon, Microsoft, Netmanage,
OReilly, prenhall, Quest, Telebit

Site : ftp.indiana.edu
Country: USA
GMT : -5


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

Organ : Indiana University, Bloomington, Indiana
Server :
System : Unix
URL : ftp://ftp.indiana.edu/
Comment: successor of logos.ucs.indiana.edu [not listed as obsolete]
Files :

Site : ftp.indirect.com
Country: USA
GMT : -7
Date : 25-Jan-95
Source : je...@indirect.com (Jeffrey D. Wheelhouse)
Alias : bobo.indirect.com
Admin : sup...@indirect.com
Organ : Internet Direct, Phoenix, Arizona
Server :
System : Unix (SunOS 4.1.3)
URL : ftp://ftp.indirect.com/
Comment: experimental server
Files : aci; admin; cr; drc; ics; information about the 'Greencard' posting;
mm; software (depot, hamradio, Linux, Mac, MS-DOS, MUD, Netscape,
offline, OS/2, OS/2 Warp, pics, slip, telix, Windows 3.1,
Windows 95, Windows NT

Site : ftp.inesca.pt
Country: Portugal.
GMT : 0
Date : 25-Jan-95
Source :
Alias : inesca.inesca.pt
Admin : p...@inesca.pt
Organ : INESC (Instituto de Engenharia de Sistemas e Computadores), Aveiro
Server :
System : Unix
URL : ftp://ftp.inesca.pt/
Comment: Postscript versions of research reports, preprints and papers
written by people at the EE dept. of INESC Aveiro
Files : CML (from cml.rice.edu); greco; papers: Armando J. Pinho, Paulo J.
Ferreira, Tomas Oliveira e Silva; tomografia (Alunos de APDS)

Site : ftp.inf.tu-dresden.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : irz301.inf.tu-dresden.de
Admin : f...@ftp.inf.tu-dresden.de


Organ : Technische Universitaet Dresden (Dresden Institute of Technology),

Dresden, CS dept.
Server : ftp...@irz.inf.tu-dresden.de, mail-...@irz.inf.tu-dresden.de
System : Unix
URL : ftp://ftp.inf.tu-dresden.de/
Comment: requires an RFC822 compliant address as a password; up/downloads are
logged; max. non-local 1 user at high traffic time, 4 users at
saturday, sunday or 18:00-06:00 MET; (de)compress, tar on the fly;
online site index: quote site index <grep_expression>
Files : Acorn; AlphaCD; Amiga; Atari; doc; fun; GNU; graphics; hamradio;
infosystems; lang; Linux; magazine; MS-DOS; news; OS/2; projects;
statistics; TeX; TUD info; Unix; Usenet; Windows NT; Windows; X11;
ZX Spectrum

Site : ftp.info.apple.com
Country: USA
GMT : -6
Date : 19-Feb-95
Source : Perry....@kub.nl
Alias : grinch.austin.apple.com
Admin :
Organ : Apple Computer, Austin, Texas
Server :
System : Unix
URL : ftp://ftp.info.apple.com/
Comment: max. 100 users
Files : Apple Support; DRC; dts (pr, utils); standards

Site : ftp.info.net
Country: USA
GMT : -8
Date : 24-Jan-95
Source : che...@info.net (Bob Cherry)
Alias : delta.info.net
Admin :
Organ : INFO..net, El Segundo, California
Server :
System : Unix (SunOS 4.1.3, Sparc20)
URL : http://www.info.net/
Comment: max. 15 users
Files : networking docs and popular tools (small selection at this time)


Site : ftp.infocom.ru
Country: Russia
GMT : +3


Date : 30-Oct-94
Source : v...@rla.msk.su (Vladimir Ivanov)

Alias : hq.ic.simbirsk.su
Admin : di...@ic.simbirsk.su
Organ : Infocom Center, Ltd., Simbirsk
Server : mail...@ic.simbirsk.su (send "help"), ftp...@ic.simbirsk.su
System :
URL : ftp://ftp.infocom.ru/
Comment: Limited access [probably .su hosts only]
Files : dos; pictures; hardware; mailservers; maps; swift;
texts; unix; uupc; doc; garbo; ic-software; keywords;
rfc; windows; fidonet; fts; mac; msdos; os2; sound;
soundcards

Site : ftp.infoexpress.com
Country: USA
GMT : -8
Date : 31-Aug-95
Source :
Alias : news.infoexpress.com
Admin : f...@infoexpress.com
Organ : InfoExpress
Server :
System : Unix
URL : ftp://ftp.infoexpress.com/
Comment: Virtual TCP and Infomanager homesite
Files : InfoManager (infoservice for mobile professionals); Virtual TCP
(pseudo-slip)

Site : ftp.infohaus.com
Country: USA
GMT : -5
Date : 29-Jun-95
Source : Perry....@kub.nl
Alias : infohaus.com
Admin : ftpm...@fv.com
Organ : First Virtual Infohaus server
Server :
System : Unix
URL : ftp://ftp.infohaus.com/
Comment: see also ftp.fv.com [!]; transfers are logged
Files :

Site : ftp.infomagic.com
Country: USA
GMT : -7
Date : 15-Dec-94
Source : jo...@boris.infomagic.com (Joel Goldberger) {posting}
Alias : boris.infomagic.com
Admin :
Organ : Infomagic
Server :
System : Unix (SunOS 4.1.3, SparcSystem 400)
URL : ftp://ftp.infomagic.com/
Comment: transfers are logged; 128Mb RAM; 14Gb disk;
Files : alt.sources; flagship (Clipper for Linux); foothills; GNU
(mirror of prep.ai.mit.edu); InfoMagic catalogue; Linux (Alan
Cox's Net Code (sunacm.swan.ac.uk), Bogus distribution
(phys-pc61.med.unc.edu), Japanese Extensions, kernel (from
ftp.funet.fi), sunsite.unc.edu, tsx-11.mit.edu, Wine Project);
MS-DOS (garbo.uwasa.fi); Project Gutenberg; Supreme Court Decisions;
Windows (mirrors: ftp.cica.indiana.edu, garbo.uwasa.fi); WWW; X11R6
(from ftp.x.org)

Site : ftp.informatik.rwth-aachen.de
Country: Germany
GMT : +1
Date : 29-Mar-95
Source : Deutsche Anonyme FTP-server List; PC NFS FAQ
Alias : sunsite.informatik.rwth-aachen.de, ss.informatik.rwth-aachen.de
Admin : ftp...@informatik.rwth-aachen.de, harry.informatik.rwth-aachen.de
Organ : RW Technische Hochschule Aachen, Aachen, Rechnersbetrieb Informatik
(CS dept. CC)
Server :
System : Unix
URL : ftp://ftp.informatik.rwth-aachen.de/
Comment: Open 24 hours; max. 20 users; this will become a SunSite
Files : comp (Amiga, Atari, Linux, pictures, Soundfiles, TeX); FMT; LAMI;
mirrors (cs.nyu.edu, cui.unige.ch, cumulus.met.ed.ac.uk,
ftp.ncsa.uiuc.edu, ftp.w3.org (www0.cern.ch), GNU: prep.ai.mit.edu,
liege.ics.uci.edu, nic.merit.edu, RFCs: nic.ddn.mil,
src.doc.ic.ac.uk, sunsite.unc.edu); packages (ButtonFaceLib,
ComboBox, ConceptBase, GRAS, icao, Mnemonic, NATURE, procmail,
PROGRES, rutils, Thalamus-Expert); publications; Reiff2; reports;
SimTel Software Repository mirror (grafik, kermit, novell, pc, plz,
simtel, tex [?])

Site : ftp.informatik.tu-muenchen.de
Country: Germany
GMT : +1
Date : 29-Jun-95
Source : Deutsche Anonyme FTP-Server List; k3...@charney.gsfc.nasa.gov
(Raymond Sears); ew...@informatik.tu-muenchen.de (Karl Ewald)
{posting}
Alias : hpsystem2.informatik.tu-muenchen.de, ftp.leo.org
Admin : ftp-...@informatik.tu-muenchen.de, ftp-...@leo.org
Organ : Technische Universitaet Muenchen (Munich University of Technology),
Munich, CS dept. Link Everything On-line (LEO)
Server : ftp-m...@informatik.tu-muenchen.de, mails...@leo.org
http://www.informatik.tu-muenchen.de/ http://www.leo.org/
System : Unix
URL : ftp://ftp.informatik.tu-muenchen.de/
Comment: successor of dsrbg2.informatik.tu-muenchen.de; read /AGB before
accessing any files in this archive; read /README as well;
please transfer files during non-business hours: 18:00-09:00 CET
Files : AFA mirror; comp (database, devices, doc (ORA (ftp.ora.com);
iX magazine (ftp.uni-paderborn.de); RFCs (nic.ddn.mil)),
GNU (prep.ai.mit.edu), graphics, infosys, networking (mail: zmailer
MTA (ftp.funet.fi)newsreaders: ftp.eu.net, updates and info for
ZyXEL modems: ftp.zyxel.com), OS (FreeBSD: ref.tfs.com,
ftp.cdrom.com, ftp.freebsd.org); BSDI: ftp.bsdi.com; CT software
listings ftp.uni-paderborn.de); DES for *BSD (braae.ru.ac.za);
IRC (cs-ftp.bu.edu); Linux (LST: ftp.uni-erlangen.de,
sunsite.unc.edu, tsx-11.mit.edu); NetBSD (ftp.iastate.edu); NetBSD
for Mac (cray-ymp.acm.stuorg.vt.edu)), platforms (Amiga Aminet:
(ftp.uni-paderborn.de; drivers for Deskjet, LaserJet, plotter and
scanner (ftp-boi.external.hp.com)), programming, security,
typesetting (TeX: ftp.dante.de), usenet, X11); rec (cooking (fatfree
recipes (ftp.rahul.net)), fun, games, images, magic (magic, tarot,
wizardry (ftp.lysator.liu.se)), medicine, movies, music
(ftp.uwp.edu), sounds, travel); science (cs, math, neural-nets,
physics)

Site : ftp.informatik.uni-freiburg.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : atlantis.informatik.uni-freiburg.de,
fidji.informatik.uni-freiburg.de
Admin : sun...@informatik.uni-freiburg.de
Organ : Universitaet Freiburg (University of Freiburg), Freiburg, CS dept.
Server :
System : Unix
URL : ftp://ftp.informatik.uni-freiburg.de/
Comment: max. 60 users; don't upload MS-DOS or Windows applications to this
server; current working directory is /
Files : Atari; Benchmark; docs; languages; magazines; net; sites; Sun; X11

Site : ftp.informatik.uni-hamburg.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : rzsun2.informatik.uni-hamburg.de
Admin : zie...@informatik.uni-hamburg.de
Organ : Universitaet Hamburg (University of Hamburg), Hamburg, CS dept.
Server :
System : Unix
URL : ftp://ftp.informatik.uni-hamburg.de/
Comment: please try to only retrieve things outside of normal business
hours ie 0900-1800 MET
Files : antivirus utilities; CARO information and virus databases;
comp.sources.(mac,misc,sun,unix,x); docs; gnu; graphics; lang;
Linux; mail; net; O' Reilly; shells; sites; Sun; TeX; utils;
vegetarian

Site : ftp.informatik.uni-hildesheim.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List
Alias :

Admin : ge...@informatik.uni-hildesheim.de
Organ : Universitaet Hildesheim (University of Hildesheim), Hildesheim,
CS dept.
Server :
System :
URL : ftp://ftp.informatik.uni-hildesheim.de/
Comment:
Files :

Site : ftp.informatik.uni-kiel.de
Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List; admin
Alias : dragon.informatik.uni-kiel.de
Admin : ftp-...@informatik.uni-kiel.de
Organ : Universitaet Kiel (University of Kiel), Kiel, CS dept.
Server :
System : Unix (Sun3/80, SunOS 4.1.1)
URL : ftp://ftp.informatik.uni-kiel.de/
Comment: please restrict working day access to outside 09:00-17:00 local time
Files : 386BSD; Fresco (X); grass; information about O'Reilly books;
InterViews (X); Linux (mirrors of Slackware and a site in Erlangen)

Site : ftp.informatik.uni-muenchen.de
Country: Germany
GMT : +1
Date : 29-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : arcadia.informatik.uni-muenchen.de
Admin : f...@informatik.uni-muenchen.de for uploads,
cb...@informatik.uni-muenchen.de for problems
Organ : Universitaet Muenchen (University of Munich), Munich, CS dept.
Server :
System : Unix
URL : ftp://ftp.informatik.uni-muenchen.de/
Comment: peanuts.pst.informatik.uni-muenchen.de and
ns.informatik.uni-muenchen.de are obsolete; transfers are logged;
please transfer larege files outside working hours; max. 30 users;
aliases for many directories, try 'cd next' in any directory
Files : AFA mirror; comp (database, devices, doc (ORA (ftp.ora.com);
iX magazine (ftp.uni-paderborn.de); RFCs (nic.ddn.mil)),
GNU (prep.ai.mit.edu), graphics, infosys, networking (mail: zmailer
MTA (ftp.funet.fi)newsreaders: ftp.eu.net, updates and info for
ZyXEL modems: ftp.zyxel.com), OS (FreeBSD: ref.tfs.com,
ftp.cdrom.com, ftp.freebsd.org); BSDI: ftp.bsdi.com; CT software
listings ftp.uni-paderborn.de); DES for *BSD (braae.ru.ac.za);
IRC (cs-ftp.bu.edu); Linux (LST: ftp.uni-erlangen.de,
sunsite.unc.edu, tsx-11.mit.edu); NetBSD (ftp.iastate.edu); NetBSD
for Mac (cray-ymp.acm.stuorg.vt.edu)), platforms (Amiga Aminet:
(ftp.uni-paderborn.de; drivers for Deskjet, LaserJet, plotter and
scanner (ftp-boi.external.hp.com)), programming, security,
typesetting (TeX: ftp.dante.de), usenet, X11); NeXT archive
(mirrored on ftp.mb3.tu-chemnitz.de, ftp.tu-chemnitz.de,
ftp.uni-hamburg.de, ftp.uni-siegen.de, ftp.eunet.ch, ftp.fdn.fr);
rec (cooking (fatfree recipes (ftp.rahul.net)), fun, games, magic
(magic, tarot, wizardry (ftp.lysator.liu.se)), images, medicine,
movies, music (ftp.uwp.edu), sounds, travel); science (cs, math,
neural-nets, physics)

Site : ftp.informatik.uni-oldenburg.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : faramir.informatik.uni-oldenburg.de
Admin : Joerg....@arbi.informatik.uni-oldenburg.de (Joerg Lehners)
Organ : Universitaet Oldenburg (Oldenburg University), Oldenburg
Server :
System :
URL : ftp://ftp.informatik.uni-oldenburg.de/
Comment:
Files : Amiga; dkbtrace; IRC; netpbm; PoV raytracer; Star Trek

Site : ftp.informatik.uni-rostock.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : poel.informatik.uni-rostock.de
Admin : ftp...@informatik.uni-rostock.de
Organ : Universitaet Rostock (Rostock University), Rostock
Server :
System : Unix
URL : ftp://ftp.informatik.uni-rostock.de/
Comment: restrict working day access outside 08:00-16:00 local time;
uploads to incoming/; several new-{month} index files
Files : antivirus; doc; graphics; Linux; magazine; Unix

Site : ftp.informatik.uni-stuttgart.de
Country: Germany
GMT : +1
Date : 28-Mar-95


Source : Deutsche Anonyme FTP-Server List

Alias : inf.informatik.uni-stuttgart.de
Admin : ftp...@informatik.uni-stuttgart.de
Organ : Universitaet Stuttgart (University of Stuttgart), Stuttgart,


CS dept.
Server :
System : Unix

URL : ftp://ftp.informatik.uni-stuttgart.de/
Comment: Open 24 hours; max. 40 users; transfers are logged; uploads
to in.coming, send mail to the admin address when you upload
something or it will be deleted; the server can (un)compress,
g(un)zip and tar files and directories; the names:
ifi.informatik.uni-stuttgart.de & ifigw.informatik.uni-stuttgart.de
are obsolete
Files : AERO; apricots; ArabTeX; Atari ST; cinema; cio; dfg; diplomarbeiten;
dkfz; ei3; Eiffel; fractal compression; GNU; graphics; GRIDS; inet;
ipvrpub; jb93; lgrammar; library; Linux; load_balancing; ludewig;
Melody; Minix; modula_p; movie; MS-DOS; net; parallaxis;
performance; petri-nets; PoliFlow; polygloss; postgres;
postleitzahlen; RandomDots; RS6000; security; SNNS; statinfo; Sun;
swift; tech-reports; TeX; TI; Tiempo; traces; visAvis; vistra; VS;
Windows; X11R4; X11R5; X11R6; xit; Xlocal

Site : ftp.inmark.com
Country:
GMT :
Date : 23-Aug-94
Source : posting in comp.archives.admin
Alias : inmark.inmark.com
Admin :
Organ : Inmark Development
Server :
System : Unix
URL : ftp://ftp.inmark.com/
Comment: Inmmark related files
Files : demos; GNU

Site : ftp.inmic.se
Country: Sweden
GMT : +1


Date : 15-Dec-94
Source : mike...@ix.netcom.com (Michael Scott) {posting}

Alias : eos.inmic.se
Admin :
Organ : INMIC
Server :
System : Unix
URL : ftp://eos.inmic.se/
Comment:
Files : aplac; cc; docs; fdf; noresd; sbus; vhdl

Site : ftp.inria.fr
Country: France
GMT : +1
Date : 22-May-94
Source : ftp-france-lite; old ftp-list
Alias :
Admin :
Organ : INRIA
Server :
System : Unix
URL : ftp://ftp.inria.fr/
Comment: the INRIA FTP archive; successor of nuri.inria.fr and
inria.inria.fr; directories: /INRIA, /pub, /system
Files : associations; banner; games; GNU; graphics; inet; INRIA; lang;
network; postscript; prog; research; RFCs; TeX; X; X11R5; Yabba

Site : ftp.intel.com
Country: USA
GMT : -6
Date : 10-Sep-94
Source : mcs...@netcom.com (Mark C. Stout) {posting}; Perry....@kub.nl
Alias : aurora.intel.com
Admin : ftp-...@intel.com
Organ : Intel Corp.
Server :
System : Unix
URL : ftp://ftp.intel.com/
Comment: mirrored on ftp.edu.tw:/vendors/Intel
Files : benchmarks; dmtf; EtherExpress; i960; Intel Archictecture Labs
(IAL); ipg; isv; landesk; mcs51; mcs96; neural; papers; pld_fpga;
rmx; support; tis; x86

Site : ftp.inter.spin.ad.jp
Country: Japan
GMT : +9
Date : 22-May-94
Source : Perry....@kub.nl
Alias : archive.inter.spin.ad.jp
Admin :
Organ : SPIN
Server :
System : Unix
URL : ftp://ftp.inter.spin.ad.jp/
Comment:
Files : docs; mirror; security; SNMP; SPIN info; Unix

Site : ftp.interaccess.com
Country: USA
GMT : -6
Date : 23-Aug-94


Source : bi...@netcom.com (William Arnett) {posting}

Alias : home.interaccess.com, parallel.com, edb.com
Admin : st...@interaccess.com
Organ : InterAccess
Server :
System : Unix
URL : ftp://ftp.interaccess.com/
Comment: this server apparently provides nameservice for edb.com and
parallel.com
Files : cpe-net; dataprnt; edb (edb.com, maintainer: ke...@edb.com
(Ken Jones)); horizon; ihp-net; Interaccess info; parallel
(parallel.com, maintainer: we...@parallel.com (Eric Weidl));
plug and play; rec.arts.acii archive; Shoemaker-Levy 9 (SL9)
images; surge; uslist

Site : ftp.intercon.com
Country: USA
GMT : -5
Date : 30-Oct-94
Source :
Alias : valhalla.intercon.com [or walhalla]
Admin : com...@intercon.com
Organ : InterCon
Server :
System : Unix
URL : ftp://ftp.intercon.com/
Comment:
Files : InterCon: demo, info, InterSLIP, keyed products, TCP/Connect II

Site : ftp.intergraph.com
Country: USA
GMT : -6
Source : bpme...@ingr.com (Brady P. Merkel)
Alias : cis17.intergraph.com
Admin : sup...@ftp.intergraph.com
Organ : Intergraph Corporate Information Services, Huntsville, Alabama
Server : WWW: www.intergraph.com, Gopher: gopher.intergraph.com,
Mail Server: in...@intergraph.com
System : Unix (CLIX OS, Intergraph Server)
URL : ftp://ftp.intergraph.com/
Comment: max. 20 users;
Files : CLIX; Intergraph BBS files, Product information, Customer Services,
Evaluation Software; Net Software compiled for Intergraph hardware;
Win32s

Site : ftp.internet-eireann.ie
Country: Ireland
GMT : 0
Date : 23-Jul-95
Source : winter14.zip
Alias : gate1.internet-eireann.ie
Admin : ftpa...@gate1.internet-eireann.ie
Organ : Internet Eireann
Server :
System : Unix
URL : ftp://ftp.internet-eireann.ie/
Comment:
Files : IE Access; info; Internet; Mac; MS-DOS; MS-Windows; news; Sun;
winsock

Site : ftp.internic.net
Country: USA
GMT :


Date : 06-Jan-94
Source : old ftp-list

Alias : ds.internic.net
Admin : ad...@internic.net, in...@internic.net
Organ : Internet NIC - Directory and Database Services by AT&T and the NSF
Server :
System : Unix
URL : ftp://ftp.internic.net/
Comment: Open 24 hours; Incredible disclaimer by AT&T (barf!);
Files : EDI; IETF; IESG; Internet-drafts; RFC; InterNIC info;
resource databases (plus files from ftp.nisc.sri.com)

Site : ftp.interport.net
Country: USA
GMT :
Date : 15-Dec-94
Source :
Alias : interport.net
Admin :
Organ : InterPort


Server :
System : Unix (SunOS 4.1)

URL : ftp://ftp.interport.net/
Comment:
Files : Mac (several useful Mac utils); NetBack (pub/fmkatz); SLIPKnot
(pub/pbrooks); Windows (some Internet related Windows programs
and other utils)

Site : ftp.invircible.com
Country: USA
GMT : -6
Date : 29-May-95
Source : Virus-L/comp.virus
Alias : invircible.com, vine.invircible.com
Admin : ro...@invircible.com
Organ : Invircible - Vine Computer Industry, Cicero, Illinois
Server :
System : Unix
URL : ftp://ftp.invircible.com/
Comment:
Files : antivirus software

Site : ftp.io.com
Country: USA
GMT : -6
Date : 05-Jan-95
Source : dwo...@io.com (Dave Womack); zbo...@io.com (Don Z'Boray) {posting}
Alias : pentagon.io.com
Admin : ad...@io.com
Organ : Illuminati On-Line, Austin, Texas
Server : http://www.io.com/
System : Unix (Sun)
URL : ftp://ftp.io.com/
Comment: user public directories; successor of io.com
Files : convergence (e-zine); fasa; fwi (FringeWare Inc. catalogs etc.);
hartgr; IO; netinfo; netfobs; oenabler; sjgames (Steve Jackson
games); SoB (e-zine); tekumel (Empire of the Petal Throne src);
user dirs: 12vman (7FP, Buffet (alt.fan.jimmy-buffet: faqs, Guitar,
images, lyrics, MargRecords), IHL); aicinfo; averyc (gameboy,
nintendo, snes); btorres (NewtNews); cedavis (multimedia: mods,
samples: brass, percussion, strings, voice, woodwind); dmg
(dmg-humor, fnord); draco (AA, pb, pw images); dwomack (Dragon
(FAQ and support materials for alt.dragons-inn and
alt.books.sf.melanie-rawn); ebartley (StoryTeller: amusing, archive,
camarilla, campaigns, character sheets, fiction, general, mage,
vampire, werewolf); games (GURPS); gibbonsb (futures, misc.invest,
standards); gomer (picts: males (brewer twins, gif, jpeg) );
infinite (chops, diplomacy, eps, gif, gifcatalog, in, info,
software); jam237 (The Bears Project: basic, bears, dos, unix,
windows); kerry (BSE, misc, ogre); mimir (asatru: mythology);
pmonti (ICARO, avp, virus info); qor (MUD); torin (mage, nexus [!],
sarah); zboray (4-newbies, coding, shareware: DOSQue scheduler and
more, W3); zebulon (fonts, images, programs, shadows edge);
zxcvb (mostly WWW material and for sale stuff)

Site : ftp.io.org
Country: USA
GMT : -5
Date : 25-Jan-95
Source : CuD
Alias : wink.io.org, io.org
Admin :
Organ : Internex Online
Server : www.io.org, gopher.io.org
System : Unix
URL : ftp://ftp.io.org/
Comment:
Files : Amiga (arc, auw, disk, dnet, ppp, plip, qwk, rexx, slip, term,
virus); Apple2; Atari (graphics, sound); BSDi; business; eye.WEEKLY;
graphics; human-rights; hypertext; Internex-info; Linux (mirror
from sunsite.unc.edu); list-archives; Mac (appl, comm, slip, util);
Netscape; PC (OS/2, SimTel software Repository, SLIP, telix,
Windows (ftp.cica.indiana.edu mirror), yarn); SLIP-software; tcb;
Unix (FreeBSD (ftp.freebsd.org), GNU (prep.ai.mit.edu)); user pub
directories (captpres, mslasher, rogers, sofa (MadROM, Tintin),
tcb); xfer

Site : ftp.ior.com
Country: USA
GMT : -8
Date : 29-Oct-94
Source : bo...@tau-ceti.isc-br.com (Bob Kirkpatrick) {posting}
Alias : on-ramp.ior.com
Admin :
Organ : Internet On-Ramp
Server :
System : Unix (Linux, PC)
URL : ftp://ftp.ior.com/
Comment: See also http:/www.lamplight.com/ for Netscape bookmark menu editor
and FingerPlan
Files : Lamplight; Linux (kernel, redhat, Slackware); Mac (MacTCP); PC
(comm, games, MS-Windows, MS Windows NT, OS/2, utils, uucp
(FX-UUCICO))


Perry Rovers

unread,
Sep 7, 1995, 3:00:00 AM9/7/95
to
Archive-name: ftp-list/sitelist/part18

Garbo-archive-name: garbo.uwasa.fi:pc/doc-net/ftp-list.zip
SimTel-mirror-name: oak.oakland.edu:/SimTel/msdos/info/ftp-list.zip

Site : shrimp.cs.washington.edu
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Washington, Seattle, Washington, CS dept.
Server :
System :
URL : ftp://shrimp.cs.washington.edu/
Comment:
Files :

Site : sics.se
Country: Sweden
GMT : +1


Date : 10-Sep-94
Source : old ftp-list
Alias :

Admin :
Organ : SICS
Server : gopher
System : Unix
URL : ftp://sics.se/
Comment: max. 12 users; special access features see /README
Files : acclaim; andorra; articles; CONCUR94; europar95; gcla; GNU;
Info-mac mirror (sumex-aim.stanford.edu); Internet Talk Radio;
interviews; ISIS C++; isode; jsad; kerberos; ling-lab; Mac; Magnus;
MAKE.MONEY.FAST; Matsc; mice; mixtus; mn; MS-Windows NT; muse;
NeXT; nlp; p4; pi; PEPM paper; PGP; Phone-talk; Poskanzer bitmaps
(runs whois server); sgn; siren; slt; spims-dist; spin; st-2; stava;
Sun; teliatider; tpwb; VR; WWW; X; Z

Site : sierra.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
URL : ftp://sierra.stanford.edu/
Comment:
Files :

Site : siggraph.org
Country: USA
GMT : -6
Date : 19-Apr-94
Source :
Alias :
Admin : info...@siggraph.org
Organ : ACM Siggraph
Server :
System : Unix
URL : ftp://siggraph.org/
Comment: Open 24 hours; info on SIGGRAPH/Multimedia conferences; server can
compress files
Files : conferences; gen_info; publications; utilities

Site : sioux.stanford.edu
Country: USA
GMT : -8
Date : 14-Dec-94
Source :
Alias :
Admin :
Organ : Stanford University, Menlo Park, California
Server :
System : Unix
URL : ftp://sioux.stanford.edu/
Comment: Problem: I/O error on network device
Files :

Site : sjf-lwp.sjf.novell.com


Country: USA
GMT :
Date : 10-Sep-94

Source : sc...@ncharles.demon.co.uk (Scott Hammett) {posting}
Alias : sjf-lwp.novell.com
Admin :
Organ : Novell


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

URL : ftp://sjf-lwp.sjf.novell.com/
Comment: default directory: /sys/ftpguest
Files : BS94; Buyers Guide; dataclub; dev docs; DR-DOS: LAN Workplace for
DOS, Mac, OS/2; netman; NW 3.11; NW IP; NW NFS; NW shell; ODI; RFCs;
share_w; virusaid; Unixware

Site : skippy.umiacs.umd.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Maryland, , Maryland

Server :
System : Unix (Ultrix 4.1)

URL : ftp://skippy.umiacs.umd.edu/
Comment:
Files : Sun-nets archive

Site : slayer.mso.hawaii.edu
Country: USA
GMT : -9


Date : 29-Jun-95
Source : kab...@werple.mira.net.au {posting}

Alias : slayer.its.hawaii.edu
Admin : ftpa...@slayer.its.hawaii.edu
Organ : University of Hawaii, Honolulu, Hawaii
Server :
System : Unix
URL : ftp://slayer.mso.hawaii.edu/
Comment: please use during off-peak hours: 1600-0530 local time; transfers
are logged
Files : metal; utils

Site : slc2.ins.cwru.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :


Organ : Case Western Reserve University, Cleveland, Ohio

Server :
System : Unix (SunOS 4.1)

URL : ftp://slc2.ins.cwru.edu/
Comment:
Files : bash

Site : slopoke.mlb.semi.harris.com
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : Harris Corp. - Semiconductor Division
Server :
System :
URL : ftp://slopoke.mlb.semi.harris.com/
Comment: directory: pub/irc
Files : IRC clients and servers; religion

Site : sluaxa.slu.edu


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

Alias :
Admin :
Organ :
Server :
System : Unix (OSF/1)
URL : ftp://sluaxa.slu.edu/
Comment: user public directories
Files : eguide (massat); interlaw, networkshop (millesjg); WinIRC,
WSIRC (jhonny)

Site : smaug.cs.hope.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://smaug.cs.hope.edu/
Comment:
Files :

Site : snake.utah.edu
Country: USA
GMT : -7


Date : 06-Jan-94
Source : old ftp-list

Alias : snake.cs.utah.edu
Admin :
Organ : University of Utah, Salt Lake City, Utah, CS dept.
Server :
System : Unix
URL : ftp://snake.utah.edu/
Comment:
Files : skill/snice

Site : soaf1.ssa.gov
Country: USA
GMT : -5
Date : 23-May-94
Source : old ftp-list
Alias :
Admin : tke...@ssa.gov (Tim Evans)
Organ : U.S. Social Security Administration
Server : in...@ssa.gov; 'send index' in body of e-mail message
System : Unix
URL : ftp://soaf1.ssa.gov/
Comment: Limited link - generally avaiable 0700-1800 Weekdays
Files : SSA materials & stats (read README and access.txt for access info)

Site : softlib.cs.rice.edu
Country: USA
GMT : -6
Date : 23-May-94
Source :
Alias : bellona.cs.rice.edu
Admin :
Organ : Rice University, Houston, Texas, CS dept.
Server :
System : Unix
URL : ftp://softlib.cs.rice.edu/
Comment:
Files : CRPC-TRs; down_n_out; events; fastlink; Fortran-M; HPF; info; irg;
Kennedy; miplib; NonEuclid; pcn; pds; renewal; softlib_docs; spib;
tsplib; utilities

Site : software.watson.ibm.com


Country: USA
GMT : -5
Date : 15-Dec-94

Source : OS/2 FAQ as posted to news.answers
Alias :
Admin : n...@watson.ibm.com (Nick Trio, for *server* problems only)
Organ : IBM, Hawthorne, New York, T.J. Watson Research Center
Server :
System : Unix
URL : ftp://software.watson.ibm.com/
Comment: mirrored on several sites including ftp-os2.cdrom.com and
ftp-os2.nmsu.edu; max. 30 users; read README.FTP first
Files : AIX; AnyNet; ARC reports; barton; concert; db2; dpi; IBM info;
IBM res-TeX; ifip; imageplus; interface; Internet-drafts; irda;
journals; mobile-IP; MVS; OS/2 files; official IBM patches, updates,
fixes, APARs etc.; PDE; security; SciEng; TCP/IP; tjw reports;
wsurfer

Site : soils.agron.iastate.edu


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

Source : Archive-name: games/netrek/ftp-list
Alias :
Admin : ftp-...@soils.agron.iastate.edu
Organ : Iowa State University, , Iowa, ICCS Resource Facility
Server :
System : Unix (SCO Open Desktop, 486 DX50)
URL : ftp://soils.agron.iastate.edu/
Comment: max. 20 users; primary focus is to provide binaries to SCO Open
Desktop and SCO Unix users; tranfers are logged
Files : neon; Netrek; SCO; soils

Site : sol.ars-grin.gov
Country: USA
GMT :


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

Server :
System : Unix (SunOS 4.1)

URL : ftp://sol.ars-grin.gov/
Comment:
Files : descriptors; micro; pcgrin; WWW

Site : sol.deakin.oz.au
Country: Australia
GMT : +10
Date : 26-Aug-94


Source : old ftp-list; and...@bing.apana.org.au (Andrew Cosgriff) {posting}

Alias : sol.ccs.deakin.edu.au
Admin :
Organ : Deakin University


Server :
System : Unix (SunOS 4.1)

URL : ftp://sol.deakin.oz.au/
Comment:
Files : AARE; deakinet; ITED; Linux (SLS); network reports; Union students;
Union finance; webb

Site : solar.stanford.edu
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin : ri...@rick.stanford.edu


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

URL : ftp://solar.stanford.edu/
Comment: max. 100 users
Files : local Stanford info; SolarMail

Site : sotka.cs.tut.fi
Country: Finland
GMT : +2
Date : 20-Apr-94
Source : ftp.cs.tut.fi
Alias :
Admin :
Organ : Tampere University of Technology, Tampere, CS dept.,
Signal Processing Lab
Server :
System : Unix
URL : ftp://sotka.cs.tut.fi/
Comment:
Files : TUT/SIG archive(cost: salesman, seq)

Site : space.mit.edu
Country: USA
GMT : -5
Date : 17-Jul-94
Source : old ftp-list
Alias :
Admin : pds-r...@space.mit.edu


Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts

MIT Center for Space Research
Server : pds-li...@space.mit.edu, with Subject or text line of "help"
System : Unix
URL : ftp://space.mit.edu/
Comment:
Files : acis; chxr; M31; SIN; hetg; smcx1; wind; xte

Site : spade.pc.cs.cmu.edu
Country: USA
GMT : -5
Date : 19-Apr-94
Source : old ftp-list
Alias :
Admin :
Organ : Carnegie-Mellon University, Pittsburgh, Pennsylvania, CS dept.
Server :
System :
URL : ftp://spade.pc.cs.cmu.edu/


Comment: Filenames cannot begin with "/.."; user anon logged in

Files : wg.2170; Xerr; xhm.pid [seems empty]

Site : sparky2.esd.mun.ca
Country: Canada
GMT : -4


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : Memorial University of Newfoundland, , Newfoundland, ES Dept.


Server :
System : Unix (SunOS 4.1)

URL : ftp://sparky2.esd.mun.ca/
Comment:
Files : NewPet and QuikPlot MSDOS geological software

Site : sparkyfs.erg.sri.com
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : SRI International
Server :
System :
URL : ftp://sparkyfs.erg.sri.com/
Comment:
Files : Improving the Security of your Unix system

Site : sparlast.phil15.uni-sb.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP Server List

Alias : pfsparc02.phil15.uni-sb.de
Admin : ftpa...@phil15.uni-sb.de
Organ : Universitaet des Saarlandes (University of the Saarland),
Saarbruecken, Faculty of Philosophy, CIP pool of the Medium Center
Server :
System :
URL : ftp://sparlast.phil15.uni-sb.de/
Comment:
Files : infosystems; multimedia; Unix; Xenophobia

Site : spdcc.com
Country:
GMT :
Date : 04-Jan-95
Source : old ftp-list
Alias : ursa-major.spdcc.com
Admin :
Organ : SPDCC
Server :
System : Unix
URL : ftp://spdcc.com/
Comment:
Files : gaynet; hiv; motss (con, map, pix); pihkal; gueercard; sci.med FAQ;
SOS; swall_25; trb

Site : speckled.mpifr-bonn.mpg.de


Country: Germany
GMT : +1
Date : 28-Mar-94

Source : Deutsche Anonyme FTP Server List
Alias :

Admin : ro...@speckled.mpifr-bonn.mpg.de
Organ : Max Planck Gesellschaft, Bonn, Max Planck Institute - Bonn
Server :
System :
URL : ftp://speckled.mpifr-bonn.mpg.de/
Comment:
Files : Amiga; MS-DOS; Unix

Site : spectrum.xerox.com
Country: USA
GMT :


Date : 25-Jan-95
Source :
Alias :
Admin :

Organ : Xerox
Server :
System : Unix
URL : ftp://spectrum.xerox.com/
Comment:
Files : avs (ppd); christie; IP toolkit; lapped transforms; ntsc; product
support (es)

Site : speech.cse.ogi.edu
Country: USA
GMT : -8


Date : 11-Mar-94
Source : old ftp-list

Alias : lydia.cse.ogi.edu
Admin :
Organ : Oregon Graduate Institute of Science and Technology, , Oregon,
CS and Engineering (CSE) dept.
Server :
System : Unix
URL : ftp://speech.cse.ogi.edu/
Comment:
Files : bib; census; conversion; cse523; dec; docs; findphone; landh; lyre;
members; mitre; multilang; multi_lang; neural; NIST_multilang;
nn_pitch_tracker; opt; osu; phonetic; pitch_data; pitch_tracker;
rasta; releases; tools; uswest; vowel_data

Site : speedy.cs.uiuc.edu
Country: USA
GMT : -6
Date : 16-Feb-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Illinois - Urbana/Champaign, Urbana, Illinois,
CS dept.
Server :
System :
URL : ftp://speedy.cs.uiuc.edu/
Comment:
Files : docs; GNU_ST; IRC; papers; patterns; Smalltalk archives; STV

Site : sperm.ocean.washington.edu
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Washington, Seattle, Washington, Oceanography dept.
Server :
System :
URL : ftp://sperm.ocean.washington.edu/
Comment:
Files : RWVector; gcc; gdb; kermit; libg++; liblinpack; liboops;
oopsV2R2+; plot5; spinup; Sungraph; superfilters; xmodem; xyplot

Site : spider.navsses.navy.mil
Country: USA
GMT :
Date : 23-Aug-94
Source : admin {posting}
Alias :
Admin : gal...@oasys.dt.navy.mil (Peter Galcik)
Organ : U.S. Navy
Server :
System : Mac (Mac IISi)
URL : ftp://spider.navsses.navy.mil/
Comment: admin is busy with Spider Web as well; be patient with this server,
it's the machine on his desk; note that this is a Mac server, read
the 00readme file; the site's purpose is not to be normal
Files : game; Mac util; mst3k; newton; pictures; sounds; stuff

Site : splicer2.cba.hawaii.edu
Country: USA
GMT : -10


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Hawaii, Honolulu, Hawaii, CBA


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

URL : ftp://splicer2.cba.hawaii.edu/
Comment: default directory: RTM/SPL:/FILES
Files : arcers; comm; education; games; gopher; graphics; hdutils; hicss;
KA9Q; Mac; menus; Mosaic; MS-Word; Novell (novfiles, novlib); OS/2
panko; pcbridge; pcip; pcroute; pegasus; qbasic; RBBS; RIP; tcp/ip;
telnet; trumpet; virus; windows

Site : spot.colorado.edu
Country: USA
GMT : -7


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Colorado - Boulder, Boulder, Colorado
Server :
System :

URL : ftp://spot.colorado.edu/
Comment: spot's anonymous ftp is being moved to ftp.colorado.edu
Files : netinfo; RFCs

Site : sprocket.ict.pwr.wroc.pl


Country: Poland
GMT : +1
Date : 30-Aug-94

Source : ftp.xfree86.org
Alias :
Admin :


Organ : PWR, Wroclaw, Institute of Technical Cybernetics
Server :
System : Unix

URL : ftp://sprocket.ict.pwr.wroc.pl/
Comment:
Files : bbs (Unix); docs; GNU; Linux; listserver; MS-DOS (antivirus, utils);
Polish; TeX; weather; Windows3 (Mosaic, winsock); WWW; XFree86


(mirror of ftp.xfree86.org under consideration)

Site : squid.cs.ucla.edu
Country: USA
GMT : -8
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : University of California - Los Angeles, Los Angeles, California
Server :
System :
URL : ftp://squid.cs.ucla.edu/
Comment: Problem: Service not available. Remote server has closed the
connection.
Files : medical documentation

Site : sri.com


Country: USA
GMT : -8
Date : 29-Mar-95

Source : old ftp-list
Alias : crvax.sri.com
Admin : ri...@csl.sri.com (Peter G. Neumann, RISKS Digest)
Organ : SRI International


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://sri.com/
Comment: default directory: SYS$USER:[ANONYMOUS]
Files : GRI MECH archives; INFO-VAX; netinfo from ftp.nisc.sri.com: Internet
Tour; IPCD; frequent informational postings, stats etc.; MSVIBM;
RISKS Digest archive (comp.risks)

Site : srl.org
Country: USA
GMT :
Date : 25-Jan-95
Source : fhau...@path.net (Frank Hausman) {posting}
Alias :
Admin : sup...@srl.org
Organ : Survival Research Laboratories
Server : gopher
System : Mac (Macintosh LC)
URL : ftp://srl.org/
Comment: pictures from shows, soundbites etc.; mirror on lager.geo.brown.edu
Files : SRL Imagebank, Info, Soundbank

Site : ssc.nsu.nsk.su
Country: Russia
GMT : +6
Date : 25-Jan-95
Source : m...@ccphys.nsu.nsk.su (Konstantin Yu. Boyandin)
Alias :
Admin : ma...@ssc.nsu.nsk.su (Maxim Nikitin)
Organ : Novosibirsk State University, Novosibirsk, Study Scientific Center


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

URL : ftp://ssc.nsu.nsk.su/
Comment:
Files : fonts; games; geninfo; graphics; lyrics; MS-DOS; music; networks;
novell; OS/2; sdn; SimTel Software Repository; sources; windows;
textinfo; Unix

Site : sseop.jsc.nasa.gov
Country: USA
GMT : -6
Date : 12-Feb-94
Source : Perry....@kub.nl
Alias :
Admin :
Organ : NASA - Johnson Space Center, ,


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://sseop.jsc.nasa.gov/
Comment: default directory: DUA1:[ANONYMOUS]
Files : Space images: GIF, JPG, TGA files

Site : sslles.msfc.nasa.gov
Country: USA
GMT : -5


Date : 31-Aug-95
Source : usenet/mod-archives
Alias :

Admin : por...@ssl.msfc.nasa.gov (Linda Porter), de...@ssl.msfc.nasa.gov
(Bob Dean)
Organ : NASA - Marshall Space Flight Center


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://sslles.msfc.nasa.gov/
Comment: default directory: SYS$VMS3:[NET]
Files : Astres (sci.astro.research archive); DOT (DECNet to OSI); FIRP;
MSFC network; PHASE_V

Site : sspp.gsfc.nasa.gov
Country: USA
Date : 13-Jan-94
GMT : -5
Source : admin
Alias :
Admin : t...@sspp.gsfc.nasa.gov (Ted Goldsmith)
Organ : NASA - Goddard Space Flight Center, Greenbelt, Maryland, USA
Shuttle Small Payloads Project (SSPP)
Server : server also supports gopher and www: http://sspp.gsfc.nasa.gov/
System : Unix (Linux, PC)
URL : ftp://sspp.gsfc.nasa.gov/
Comment: The Shuttle Small Payloads Project provides the Hitchhiker and
Get Away Special (GAS) carrier systems for flying small payloads
on the Space Shuttle.
Files : carriers; docs; education; GSFC; images; info; NASA; payloads;
space; shuttle; software; SSPP; systems

Site : ssyx.ucsc.edu
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of California - Sanata Cruz, Santa Cruz, California
Server :
System :
URL : ftp://ssyx.ucsc.edu/
Comment: Unix (SunOS 4.0)
Files : some Mac

Site : stanzi.bchem.washington.edu
Country: USA
GMT : -8


Date : 10-Sep-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Washington, Seattle, Washington, Biology & Chemistry
dept.
Server :
System : Unix
URL : ftp://stanzi.bchem.washington.edu/
Comment:
Files : raster3D; world

Site : stardent.arc.nasa.gov
Country: USA
GMT : -8
Date : 29-Nov-94
Source : chr...@seds.lpl.arizona.edu (Chris Lewicki) {posting};
Alias :
Admin :
Organ : NASA - Ames Research Center, Moffett Field, California
Server :
System : Unix
URL : ftp://stardent.arc.nasa.gov/
Comment:
Files : funk; sci.virtual-worlds; Val; VPE papers

Site : stas.cnidr.org


Country: USA
GMT : -5
Date : 29-Mar-95

Source : ftp.funet.fi
Alias : vinca.cnidr.org
Admin :
Organ : CNIDR


Server :
System : Unix (SunOS 4.1)

URL : ftp://stas.cnidr.org/
Comment:
Files : CNIDR-lists (aidspat, gina, iiir, isite-l, maven, mif-l, stas,
zexplain-l, zip-l, zmap, zurl-l); NIDR.tools (libcnidr, whois++);
STAS

Site : statlab.uni-heidelberg.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List
Alias :

Admin : g...@statlab.uni-heidelberg.de


Organ : Universitaet Heidelberg (University of Heidelberg), Heidelberg

Server :
System :
URL : ftp://statlab.uni-heidelberg.de/
Comment:
Files :

Site : statws01.statistik.uni-mannheim.de


Country: Germany
GMT : +1
Date : 28-Mar-95

Source : Perry....@kub.nl
Alias :
Admin :
Organ : Universitaet Mannheim (University of Mannheim), Mannheim, Statistics
dept.
Server :
System : Unix
URL : ftp://statws01.statistik.uni-mannheim.de/
Comment: music: read README
Files : music (classic, country, jazz, other, rock, shows); PC (misc,
Pegasus mail, T3); PGP; Unix (Linux, misc, Pegasus); Zen

Site : stelab.nagoya-u.ac.jp
Country: Japan
GMT : +9
Date : 22-Feb-95
Source : Perry....@kub.nl
Alias : stelab2.nagoya-u.ac.jp
Admin :
Organ : University of Nagoya, Nagoya, Solar-Terrestrial Environment Lab
Server :
System : Unix (EWS-UX/V Release 4.0)
URL : ftp://stelab.nagoya-u.ac.jp/
Comment: Problem: can't create data socket [still? check!]
Files :

Site : stis.nsf.gov
Country: USA
GMT : -5


Date : 23-May-94
Source :
Alias :
Admin :

Organ : NSF, STIS
Server :
System : Unix
URL : ftp://stis.nsf.gov/
Comment:
Files : awards; BFA; bulletins; BIO; CISE; EHR; ENG; forms; GEO; grants;
MPS; NSB; NSF; OD; OID; SBE; SRS; STIS; STISINFO

Site : stones.com


Country: USA
GMT :
Date : 15-Dec-94

Source : mcs...@netcom.com (Mark C Stout) {posting}
Alias :
Admin :
Organ : The Rolling Stones
Server : http://www.stones.com/


System : Unix (System V Release 4.0)

URL : http://www.stones.com/
Comment:
Files : GIFs of Rolling Stones albums; NetScape

Site : stout.ucar.edu
Country: USA
GMT : -7
Date : 06-Jan-94


Source : VAX Software List; old ftp-list

Alias : stout.atd.ucar.edu


Admin :
Organ : National Center for Atmospheric Research, Atmospheric Technology
Division
Server :
System :

URL : ftp://stout.ucar.edu/
Comment: transfers are logged
Files : VMS software

Site : suburbia.apana.org.au
Country: Australia
GMT : +10
Date : 26-Aug-94
Source : and...@bing.apana.org.au (Andrew Cosgriff) {posting}
Alias :
Admin : ro...@suburbia.apana.org.au
Organ : Suburbia Global Network Services, Victoria
Server :
System : Unix (Linux)
URL : ftp://suburbia.apana.org.au/
Comment: currently a 14k4 PPP link [so don't overuse it!]; public access,
login as 'xfer'; to get your own account, login as 'register';
max. 2 users
Files : Amiga; Ascii-art; docs; gifs; Linux; Mac; MS-DOS; OS/2; proff; Unix

Site : sulaw.law.su.oz.au
Country: Australia
GMT : +10
Date : 23-May-94
Source :
Alias :
Admin : nel...@sulaw.law.su.oz.au
Organ : Sydney University, Sydney, Law School
Server :
System : Unix
URL : ftp://sulaw.law.su.oz.au/
Comment: Due to shortage of disk space, comp.binaries.ibmpc is no longer kept
here. These are on archie.au and other sites; /pub/law/0All.tar
contains all the files in the /pub/law directory; uploads welcome,
but leave a note
Files : Ckermit; info; Law; papers; PC; recipes; security

Site : sumex-aim.stanford.edu
Country: USA
GMT : -8
Date : 10-Sep-94
Source : old ftp-list; IRC-faq as posted to news.answers
Alias : aim.stanford.edu, sumex.stanford.edu
Admin :
Organ : Stanford University, Menlo Park, California
Server :
System : Unix
URL : ftp://sumex-aim.stanford.edu/
Comment:
Files : Mac archives; Mycin (Sun4); NeXt; tmycin; several Unix (Sun) utils

Site : sun.soe.clarkson.edu


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

Source : PC NFS FAQ; VAX Software List; old ftp-list
Alias :
Admin :
Organ : Clarkson University, Potsdam, New York
Server :
System : Unix (SunOS 4.1)
URL : ftp://sun.soe.clarkson.edu/
Comment:
Files : aaa; Annotated C++; archivers; aviator; C++; ChemSep; comp.graphics;
cutcp; dac; docs; encoders; freemacs; galahad; hamimed; hpgl; ISETL;
KA9Q; lj2ps; mail.archives; masm6502; Matlab; MS-DOS; NCSA 2.2 TN;
Netcon 92/93; Novell; nwsl; Packet Drivers; PostScript; scheme; src;
submit; TeX; transfig; UUPC; vectrex; xdm; z88
Turbo-C++; Usenet; VMS software

Site : sun-lamp.cs.berkeley.edu
Country: USA
GMT : -8
Date : 22-May-94
Source : Perry....@kub.nl
Alias :
Admin :
Organ : University of California - Berkeley, Berkeley, California, CS dept.
Server :
System : Unix
URL : ftp://sun-lamp.cs.berkeley.edu/
Comment: Attention: Export Control Note!; transfers are logged
Files : NetBSD (main archive); portable PPP; sup

Site : suna.osc.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list

Alias : craygate.osc.edu
Admin :
Organ : Ohio Supercomputer Center, Columbus, Ohio
Server :
System :
URL : ftp://suna.osc.edu/
Comment: all file operations are logged
Files : APE (animation production environment); Trollius (portable
OS for MIND machines) docs and related papers

Site : sunacm.swan.ac.uk
Country: UK
GMT : 0
Date : 19-Apr-94
Source : iii...@pyr.swan.ac.uk (Alan Cox) {posting}
Alias :
Admin :
Organ : University of Swansea, Swansea
Server :
System : Unix
URL : ftp://sunacm.swan.ac.uk/
Comment:
Files : ACM info; Linux (kernel, netstuff: dip, route, traceroute); LPMUD;
Seti; SUCS (Swansea University Computer Society)

Site : sunapee.dartmouth.edu


Country: USA
GMT : -5
Date : 15-Dec-94

Source : mike...@ix.netcom.com (Michael Scott) {posting}
Alias :

Admin :
Organ : Dartmouth College
Server :
System : Unix
URL : ftp://sunapee.dartmouth.edu/
Comment:
Files : bagpipes; bibtools; cliff; crow; CS-Info; CS-papers;
CS-tech-reports; DAGS; diskmodel eprocs; FOCS; GrandCanyon; hotels;
lute; Math-papers; Math-tech-reports; pario; rebelsku; STOC; URL;
wavelets

Site : sunapo.lrz-muenchen.de
Country: Germany
GMT : +1
Date : 15-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : , Munich
Server :
System :
URL : ftp://sunapo.lrz-muenchen.de/
Comment: removed on request of Deutsche Anonyme FTP Server List admin
might be obsolete
Files :

Site : sunbane.engrg.uwo.ca
Country: Canada
GMT : -5


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Western Ontario, London, Ontario
Server :
System :
URL : ftp://sunbane.engrg.uwo.ca/
Comment:
Files : Traveller mailing list archive; FrameMaker programs/utils

Site : suned.zoo.cs.yale.edu


Country: USA
GMT : -5
Date : 29-Mar-95
Source : old ftp-list

Alias : zoo.cs.yale.edu, suned.cs.yale.edu
Admin :
Organ : Yale University, New Haven, Connecticut, CS dept., Student Lab


Server :
System : Unix (SunOS 4.1)

URL : ftp://suned.zoo.cs.yale.edu/
Comment:
Files : elvej; games; http; lojban; powered yale; utils; xgames-list
beep; bitmaps; cxterm; elm-help; emacs; epoch; fonts; fplan; games;
gehenna; gsfonts; info; irc; jove; map; Monty Python; nntpserver;
pathalias; perl; pictures; postscript; prolog; psfig; smalltalk;
sounds; sparc; spellfix; sun-raster; tcsh; termsetup; TeX; uw; win;
X11; XCursors; zoneinfo; zsh

Site : sunee.uwaterloo.ca
Country: Canada
GMT : -5
Date : 11-Mar-94
Source : old ftp-list
Alias :
Admin :
Organ : University of Waterloo, Waterloo
Server :
System : Unix
URL : ftp://sunee.uwaterloo.ca/
Comment: directory: pub/jpeg
Files : Amiga; bicycle; emr; enorgy; fractint; glove; jpeg; mfs; misc;
netgame; NNTP; polyblit; radio; raytracers; rend386; shadows;
sound; vgif; vr; wattcp; waves

Site : sunic.sunet.se
Country: Sweden
GMT : +1


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : Swedish University Network (SUNET) NIC
Server :
System :
URL : ftp://sunic.sunet.se/
Comment:
Files : RFCs; NNTP; news; Sendmail; NTP; comp.sources: unix, games,
misc; alt.sources; GNU; SUNET info

Site : sunny.stat-usa.gov


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

Source : CuD
Alias : gopher.esa.doc.gov, ftp.esa.doc.gov
Admin :
Organ : US Department of Commerce, Washington, District of Columbia,
Economics and Statistics Administration, Stat-U.S.A. FTP Server
Server :
System : Unix
URL : ftp://sunny.stat-usa.gov/
Comment: connections and downloads are logged
Files : budget; defense; export; NII; press

Site : sunrise.isca.uiowa.edu
Country: USA
GMT : -6
Date : 29-Jun-95
Source : kab...@werple.mira.net.au {posting}
Alias :
Admin :
Organ : University of Iowa, , Iowa, Iowa Student Computer Association
Server :
System : Unix (HP/UX, HP Apollo)
URL : ftp://sunrise.isca.uiowa.edu/
Comment: there are no images at this site [pub needs checking!]
Files :

Site : sunsite.unc.edu


Country: USA
GMT : -5
Date : 29-Jun-95

Source : old ftp-list
Alias : sunsite; ftp.oit.unc.edu, calypso-2.oit.unc.edu
Admin : ftpk...@sunsite.unc.edu
Organ : University of North Carolina, Chapel Hill, North Carolina,
Office for Information Technology (OIT)
Server : ftp...@sunsite.unc.edu, telnet and login as swais, gopher or lynx
System : Unix (Sun)
URL : ftp://sunsite.unc.edu/
Comment: sponsored by Sun Microsystems; directory: /pub/WAIS/UNC; disclaimer
applies; see how.to.submit for uploads; gopher/wais: telnet to
sunsite.unc.edu and login as gopher or swais respectively;
server can (un)compress, g(un)zip, tar directories and files
Files : academic; docs; electronic-publications; GNU; humor; IAFA;
Internet Talk Radio (ITR); languages; Linux archive; micro; mirror
of byrd.mu.wvnet.edu; multimedia; packages; Politics; SAS;
sci.econ.research archive; Sun related Usenet newsgroups &
announcements; UNC; Unix; WAIS client (nov-cli-visual.zip); X11;
XFree86 (mirror of ftp.xfree86.org); Z39.50

Site : sunsite.ust.hk


Country: Hong Kong
GMT : +8

Source : admin
Alias :
Admin : ftpa...@sunsite.ust.hk
Organ : Hong Kong University of Science & Technology (HK UST),
Centre of Computing Services & Telecommunications (CCST),
Server : WWW: http://sunsite.ust.hk, Gopher: sunsite.ust.hk
System : Unix (Solaris 2.3, SPARCserver 1000)
URL : ftp://sunsite.ust.hk/
Comment: max. 80 users; server supports compress, gzip and tar on the fly;
Files : FAQs; GNU; Linux; mirror of gatekeeper.dec.com; RFCs; SimTel
Software Repository mirror; Sun-info; WWW; X11R6

Site : sutro.sfsu.edu
Country: USA
GMT : -8
Date : 06-Jan-94
Source : e...@futon.sfsu.edu (Eric P. Scott) {posting}; old ftp-list
Alias :
Admin :
Organ : San Francisco State University, San Francisco, California
Server :
System : Unix
URL : ftp://sutro.sfsu.edu/
Comment:
Files : NeXT-related files; Mazewar; Remote Imagaging Protocol (RIP)
Programmer's Library with Extensions (RIPPLE): RIPscrip

Site : svr-ftp.eng.cam.ac.uk
Country: UK
GMT : 0
Date : 15-Dec-94
Source : sgi/anonftp/list; Perry....@kub.nl
Alias : psf.eng.cam.ac.uk
Admin : svr...@eng.cam.ac.uk
Organ : Cambridge University, Cambridge, Engineering dept., Speech Vision
and Robotics Group
Server :
System : Unix
URL : ftp://svr-ftp.eng.cam.ac.uk/
Comment: transfers are logged
Files : comp.speech archives & sources; ectl; reports; wernicke

Site : swcp.com
Country: USA
GMT : -7


Date : 29-Jun-95
Source : kab...@werple.mira.net.au {posting}

Alias : kitsune.swcp.com
Admin : in...@swcp.com
Organ : South West Cyber Port, Albuquerque, New Mexico
Server :
System : Unix
URL : ftp://swcp.com/
Comment: transfers are logged
Files : AMiga; belfort; chile-city; htalink; Mac; mtbaker; PC; pussywillow;
rtoads; Sun; SWCP; synth; Unix; Usenet; viva; walt

Site : swedishchef.lerc.nasa.gov


Country: USA
GMT : -6
Date : 10-Sep-94

Source : bc...@cleveland.freenet.edu (George Burgyan) {posting}
Alias :
Admin : jha...@lerc.nasa.gov
Organ : NASA - LEwis Research Center, Cleveland, Ohio, Propulsion Systems
Division
Server :
System : Unix
URL : ftp://swedishchef.lerc.nasa.gov/
Comment: uploads to /anyone
Files : actb; alt.education.disabled archive; cfdExplorer; describe
(descriptive ls); Digital Review Labs benchmark (drlabs); editors
(configured for SGI); Explorer; GPC (Graphics Performance
Characterization) results/samples; GPC_PLB (Picture
Level Benchmark); graphics software configured for Silicon Graphics
workstations; Image manipulation tools; Information relating to
Lewis Mass Storage activities; insig; IRIS Explorer; mass_store;
SIGGRAPH92 cd-rom contents; mirror of ftp.epcc.ed.ac.uk (/explorer);
NASA meatball insignias; nighthawk; PC NFS (binaries and source for
IRIX 5); psgl

Site : sy2000.cet.fsu.edu


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

Source : Perry....@kub.nl
Alias :
Admin :
Organ : Florida State University, , Florida, SchoolYear 2000


Server :
System : Unix (SunOS 4.1)

URL : ftp://sy2000.cet.fsu.edu/
Comment:
Files : international; national; SMI; SY2000

Site : syd.dit.csiro.au
Country: Australia
GMT : +10
Date : 25-Jan-95
Source :
Alias : ditsydh.dit.csiro.au
Admin :
Organ : Commonwealth Scientific & Industrial Research Organization, Sydney
Server :
System : Unix
URL : ftp://syd.dit.csiro.au/
Comment:
Files : Apple; hci; MicroMouse; PC (archives, qvt); Perl5; RFCs; slnsw;
Sun-fixes; Tk; WWW

Site : sylva.for.ulaval.ca
Country: Canada
GMT : -5
Date : 19-Apr-94
Source : jrthi...@for.ulaval.ca (J. Robert Thibault) {posting}
Alias :
Admin : jrthi...@for.ulaval.ca (J. Robert Thibault)
Organ : University of Laval, Laval, Quebec, Faculty of Forestry and Geomath
Server :
System : Mac
URL : ftp://sylva.for.ulaval.ca/
Comment: introductory text in French & English; site closes periodically
for maintenance; Mac to Mac site: use "" when there are spaces in
the name of a file or directory: e.g. get "Internet Archivist";
internet address will change [probably the IP address]
Files : Home brew; Internet Archivist; Sumex-aim.stanford.edu material;
Space Archivist; vegetation oriented material: educational material,
plantinfo, images, mailinglists;

Site : syrinx.umd.edu
Country: USA
GMT : -5
Date : 26-Aug-94
Source : Perry....@kub.nl
Alias :
Admin :


Organ : University of Maryland, , Maryland

Server :
System : Unix
URL : ftp://syrinx.umd.edu/
Comment: Pink Floyd files have moved to ftp.halcyon.com [according to a
recent posting]
Files : brew; floyd; mst3k; Rush

Site : tacky.cs.olemiss.edu
Country: USA
GMT : -6


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of Mississippi, , Mississippi
Server :
System :
URL : ftp://tacky.cs.olemiss.edu/
Comment:
Files :

Site : tandem.com
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list

Alias : suntan.tandem.com
Admin :
Organ : Tandem Computer


Server :
System : Unix (SunOS 4.1)

URL : ftp://tandem.com/
Comment:
Files : ham radio

Site : tardis.ed.ac.uk


Country: UK
GMT : 0
Date : 10-Sep-94

Source : b...@mayo.edu (Brian Johnson) {posting}
Alias :
Admin : f...@tardis.ed.ac.uk
Organ : University of Edinburgh, Edinburgh, Scotland
Server :
System : Unix
URL : ftp://tardis.ed.ac.uk/
Comment: transfers are logged; valid e-mailaddress needed
Files : bcs; gems; graphics; jargon; jpd; micros; paperwork; phrack; Queer
Resources Directory (QRD); spunk; stormcock; tv (Monty Python etc.)

Site : tasman.cc.utas.edu.au
Country: Australia
GMT : +10


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin : postm...@utas.edu.au
Organ : University of Tasmania, Hobart, Tasmania
Server :
System :
URL : ftp://tasman.cc.utas.edu.au/
Comment: public ftp area moved to ftp.utas.edu.au (but still reachable)
Files : antivirus utilities

Site : tau-ceti.isc-br.com
Country: USA
GMT : -8
Date : 11-Mar-94
Source : bo...@dogear.spk.wa.us (Bob Kirkpatrick) {posting}
Alias :
Admin :
Organ : ISC BR
Server :
System : Unix
URL : ftp://tau-ceti.isc-br.com/
Comment: uploads to /uploads
Files : Adaptec (EZ-SCSI Update); CD-DA; Cyrix 486DLC; ethernet; FX (UUCICO,
UUCP); Mach32; sounds; ST-01 (Adaptec drivers); stories

Site : tbag.osc.edu
Country: USA
GMT : -5
Date : 29-Jul-94
Source : admin
Alias :
Admin : l...@tbag.osc.edu
Organ : Ohio Supercomputer Center, Columbus, Ohio, Trollius Project
Server : www.osc.edu/lam.html; gopher.osc.edu/Software/Trollius
System : Unix (SunOS 4.1.3, Sun)
URL : ftp://tbag.osc.edu/
Comment:
Files : LAM, a heterogeneous cluster computing environment (UNIX)
supporting the MPI interprocess communication standard +
documentation + tutorials. (pub/lam)

Site : tbird.cc.iastate.edu


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

Source : Netrek FAQ
Alias :
Admin :
Organ : Iowa State University, , Iowa, CC
Server :
System : Unix
URL : ftp://tbird.cc.iastate.edu/
Comment: read README.contents, README.tbird.cc
Files : 386BSD; frp; gifs; PGP; rayshade

Site : tbone.biol.scarolina.edu


Country: USA
GMT : -5
Date : 30-Oct-94
Source :
Alias :

Admin :
Organ : University of South Carolina, Columbia, South Carolina
Server : WWW: http://tbone.biol.scarolina.edu/~dean/kit/kit.html
System : Unix (SunOS 4.1)
URL : ftp://tbone.biol.scarolina.edu/
Comment:
Files : DOS Internet Kit (all you need to setup a computer either directly
connected or modem-based: ftp, gopher, telnet, www)

Site : tchdns.tch.harvard.edu


Country: USA
GMT : -5
Date : 15-Dec-94

Source : VAX Software List
Alias :
Admin :

Organ : Harvard University, Cambridge, Massachusetts
Server :

System : VMS (VMS, DEC VAX)

URL : ftp://tchdns.tch.harvard.edu/
Comment: default directory: RESEARCH:[BBOARD.PUB]
Files : VMS software

Site : tecfa.unige.ch
Country: Switzerland


GMT : +1
Date : 22-May-94
Source :

Alias : fpssun22.unige.ch
Admin :
Organ : University of Geneva, Geneva


Server :
System : Unix (SunOS 4.1)

URL : ftp://tecfa.unige.ch/
Comment:
Files : docs; MPEG; multimedia-seminar; pictures; software; sounds; TECFA;
WWW

Site : technology.com
Country: USA
GMT :
Date : 23-May-94
Source :
Alias :
Admin :
Organ :
Server :
System : Unix (SunOS 4.1)
URL : ftp://technology.com/
Comment:
Files : seems empty

Site : techreports.larc.nasa.gov
Country: USA
GMT : -5
Date : 23-May-94
Source : chr...@seds.lpl.arizona.edu (Chris Lewicki) {posting};
Perry....@kub.nl
Alias : blearg.larc.nasa.gov
Admin :
Organ : NASA - Langley Advanced Research Center
Server : WWW: techreports.larc.nasa.gov/ltrs/ltrs.html
System : Unix
URL : ftp://techreports.larc.nasa.gov/
Comment: This computer is operated by/for the U.S. Government etc;
hostname and files accessed logged for accounting purposes only
Files : archive of info-c...@larc.nasa.gov mailinglist; compress; NASA
Langley technical reports (icase, larc); pvm

Site : teetot.acusd.edu


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

Source : comics/faq/part5
Alias :
Admin :
Organ : USD
Server : gopher
System : Unix (Ultrix 4.x)
URL : ftp://teetot.acusd.edu/
Comment:
Files : beelzebub: comics (rec.arts.comics archive, read the FAQ for that
group for details of what is available); HyperChem; IBM-PC;
Internet; privacy; Sun; SuperCard; Unix; USD_computers

Site : teleos.com
Country:
GMT :
Date : 31-Aug-95
Source : usenet/mod-archives
Alias : akbar.teleos.com
Admin :
Organ : Teleos
Server :
System : Unix
URL : ftp://teleos.com/
Comment:
Files : VISION list archive

Site : terminator.cc.umich.edu


Country: USA
GMT : -5
Date : 12-Feb-94

Source : Perry....@kub.nl
Alias : terminator.rs.itd.umich.edu
Admin :
Organ : University of Michigan, Ann Arbor, Michigan, CC/ITD


Server :
System : Unix (SunOS 4.1)

URL : ftp://terminator.cc.umich.edu/
Comment:
Files : dns; ietf-remail; shakespeare; Unix; Usenet; X500

Site : tesla.ee.cornell.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin : ro...@ee.cornell.edu
Organ : Cornell University, Ithaca, New York, EE dept.
Server :
System : Unix
URL : ftp://tesla.ee.cornell.edu/
Comment:
Files : tcsh

Site : tgv.com
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list

Alias : hq.tgv.com
Admin : ser...@tgv.com
Organ : TGV, Santa Cruz, California


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://tgv.com/
Comment: read 1-README.FIRST for more info; default directory:
USERS:[ANONYMOUS.TGV]
Files : Multinet; graphics related programs and files

Site : thalamus.sans.kth.se
Country: Sweden
GMT : +1


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ :
Server :
System : Unix (Ultrix 4.1)
URL : ftp://thalamus.sans.kth.se/
Comment:
Files :

Site : thales.math.fundp.ac.be
Country: Belgium
GMT : +1
Date : 14-Dec-94
Source :
Alias :
Admin : m...@math.fundp.ac.be
Organ : FUNDP Universite de Namur (University of Namur), Namur, Math dept.,
Transportation Research group
Server :
System : Unix (DEC Station 5000/200)
URL : ftp://thales.math.fundp.ac.be/
Comment: Problem: setsvc: stat of /etc/svc.conf failed no such file or dir
Files : cute; ghostscript (MS-DOS); lsnno; reports; Unix

Site : the-tech.mit.edu
Country: USA
GMT : -5
Date : 28-Mar-95
Source : reu...@the-tech.mit.edu (Reuven M. Lerner)
Alias :
Admin : arc...@the-tech.mit.edu


Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts,

The Tech (MIT's oldest and largest newspaper)
Server : http:/the-tech.mit.edu/
System : Unix (Solaris 2.3, Sparc Classic)
URL : ftp://the-tech.mit.edu/
Comment: back issues of The Tech at the WWW server; the FTP server contains
files and info ranging from CGI scripts to tips on how to use Kai's
Power Tools (KPT); www access also by telnetting to the site and
using user www
Files : Emacs (Emacs FAQ and scripts); Egal-Minyan; FAQ-Quark; KPT
(Kai's Power Tools tips, imaging tool for the Mac); MacPerl;
WWW: CGI programs (incl. formmail)

Site : theory.lcs.mit.edu


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

Source : rincewind.mech.virginia.edu
Alias :
Admin : dmj...@theory.lcs.mit.edu (David Jones) [?]


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

Server : archive...@theory.lcs.mit.edu
System : Unix (SunOS 4.1)
URL : ftp://theory.lcs.mit.edu/
Comment: several personal pub directories
Files : aflent; algorithms; BOAZ; docs; comics: Books of Magic, Sandman,
Suicide Squid, Watchmen, see the rec.arts.comics FAQ for details;
Emacs; hilbert; IAFA; papers; Pratchett; SPAA94; TeX; theory
seminars; timekeeper

Site : theory.tc.cornell.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : Cornell University, Ithaca, New York, Theory Center (TC)


Server :
System : Unix (SunOS 4.1)

URL : ftp://theory.tc.cornell.edu/
Comment:
Files :

Site : think.com
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list

Alias : early-bird.think.com
Admin :
Organ : Thinking Machines Corp.


Server :
System : Unix (SunOS 4.1)

URL : ftp://think.com/
Comment:
Files : adoption; alifeIII.shirt; animal rights; aviation; caia-93; carpal;
cellular-automata; cmost; cvs; dgg; disinfectant; gurps; HPFF;
Interviews 3d; jpeg; libernet; lisp simulator; moose;
Oh-no-more-Lemmings demo (Mac); pc532; pmdc; radio; SGI;
space-comp-std; Sse; Think info; UUCP; Waco; Wais; weather; wx;
xpbiff

Site : thor.ece.uc.edu
Country: USA
GMT : -5
Date : 12-Aug-94
Source : comp-sys-sun-FAQ
Alias :
Admin : f...@thor.ece.uc.edu


Organ : University of Cincinnatti, Cincinnatti, Ohio

Server :
System : Unix
URL : ftp://thor.ece.uc.edu/
Comment: Open 24 hours; Sun archive
Files : dinesh; Mtl; pdl; Sun-faq (docs, FAQs, OpenWin, Sendmail, Solaris,
SunOS, SunSecurityBulletins, Utils; synthesis-benchmarks; Vhdl

Site : thor.oar.net
Country: USA
GMT : -5
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : Ohio Academic Research Network
Server :
System :
URL : ftp://thor.oar.net/
Comment: Problem: I/O error on network device
Files :

Site : thumper.bellcore.com
Country: USA
GMT :


Date : 02-Aug-94
Source : ftp.sterling.com
Alias :
Admin :

Organ : BellCore
Server :
System : Unix
URL : ftp://thumper.bellcore.com/
Comment: some files to be mirrored on ftp.sterling.com
Files : afa; alg; anish; bcr-ca; bellcore; bier; BSD; C4; crypt;
midi; nctu; orator; radio; skey; sounds; TP++; whs70

Site : thumper.cs.umd.edu
Country: USA
GMT : -5
Date : 02-Aug-94
Source : ftp.sterling.com
Alias :
Admin :
Organ : University of Maryland, , Maryland, CS dept.
Server :
System : Unix
URL : ftp://thumper.cs.umd.edu/
Comment: some files to be mirrored on ftp.sterling.com; docs from
flubber.cs.umd.edu in files/docs; 'pub' is empty, use 'files'
Files : CDS; docs; images; onr; rec (empty); sounds; TCDP (empty)

Site : ticsys.tamu.edu
Country: USA
GMT : -6
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :


Organ : Texas A&M University, , Texas
Server :
System :

URL : ftp://ticsys.tamu.edu/
Comment: Problem: I/O error on network device
Files : GIF; LPmud

Site : tierra.slhs.udel.edu


Country: USA
GMT : -5
Date : 11-Mar-94
Source :
Alias :
Admin :

Organ : University of Delaware, , Delaware
Server :
System : Unix
URL : ftp://tierra.slhs.udel.edu/
Comment: index in index.txt
Files : almond; beagle; interp; MS-DOS; principia; Tierra

Site : titan.coi.pw.edu.pl
Country: Poland
GMT : +1
Date : 12-Aug-94
Source : Perry....@kub.nl
Alias :
Admin :
Organ : Technical University of Warsaw, Warsaw, CC
Server :
System : Unix
URL : ftp://titan.coi.pw.edu.pl/
Comment:
Files : doc (some network intro files); mirrors: FreeBSD, XFree86;
MS-DOS (graphics, hp-II, misc, Novell, smtalk, tcp); Unix

Site : titan.ksc.nasa.gov
Country: USA
GMT : -5
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :
Organ : NASA - Kennedy Space Center, , Florida


Server :
System : VMS (VMS, DEC VAX)

URL : ftp://titan.ksc.nasa.gov/
Comment: default directory: DISK$SHARE:[ANONYMOUS]
Files : Amiga (gcc); DDCU; images; info; Lisp; Space info; VMS; WinVN (home)

Site : tlg.org
Country: USA
GMT : -8
Date : 02-Aug-94
Source : Perry....@kub.nl
Alias : fnord.tlg.org
Admin :
Organ : The Little Garden, San Francisco, California
Server : WWW at tlg.org
System : Unix
URL : ftp://tlg.org/
Comment: TLG provides T1 etc. Internet connections
Files : AUPs; brochure; FAQs (network-related); howto (network
related); NACR; Portmaster

Site : toaster.ee.ubc.ca
Country: Canada
GMT : -8
Date : 29-Sep-94
Source : es...@csv.warwick.ac.uk (James F. Thomas) {posting}
Alias :
Admin : da...@ee.ubc.ca
Organ : University of British Columbia, , British Columbia, EE dept.,
VLSI Lab
Server :
System : Unix
URL : ftp://toaster.ee.ubc.ca/
Comment:
Files : cslip; image viewers; NHL; Red Dwarf material (gifs/scripts/lyrics
etc.); VLSI

Site : tolsun.oulu.fi
Country: Finland
GMT : +1
Date : 07-Dec-93


Source : Acorn FTP list as posted to news.answers

Alias :
Admin :
Organ :
Server :
System : Unix (SunOS 4.1)
URL : ftp://tolsun.oulu.fi/
Comment: directories: pub/acorn, incoming/acorn (uploads)
Files : BBC and Acorn Archimedes software

Site : topgun.agps.lanl.gov
Country: USA
GMT : -7
Date : 12-Apr-94
Source : old ftp-list
Alias : pagan.agps.lanl.gov
Admin :
Organ : Los Alamos National Laboratory, Los Alamos, New Mexico


Server :
System : Unix (SunOS 4.1)

URL : ftp://topgun.agps.lanl.gov/
Comment:
Files : Khoros; astro; Scheme; NeWS; etc.

Site : topgun.idbsu.edu
Country: USA
GMT :
Date : 11-Jul-94
Source : Perry....@kub.nl
Alias :
Admin :
Organ : IDB State University
Server :
System : PC fileserver (Netware 4.1)
URL : ftp://topgun.idbsu.edu/
Comment: default directory set to /sys/global
Files : cutcp; cutnews; cwis; dos6supkit; dougmenu; graphics; internet;
Linux; lwp41; netware; phsylearner; pmail; sound; userguide; utils;
virus; winprinter; wpprinter; yterm

Site : torino.ohionet.org
Country: USA
GMT : -6
Date : 15-Dec-94
Source : nos...@torino.ohionet.org (Andrew Templin)
Alias :
Admin :
Organ : OhioNet, Columbus, Ohio


Server :
System : Unix (Linux, PC)

URL : ftp://torino.ohionet.org/
Comment:
Files : Linux; Spock; Sun; training; uqwk; WWW

Site : toxicwaste.mit.edu
Country: USA
GMT : -5
Date : 22-May-94
Source :
Alias :
Admin : war...@mit.edu (Derek Atkins)


Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts

Server :
System : Unix
URL : ftp://toxicwaste.mit.edu/
Comment: do not abuse this system or I might be forced to remove many of the
privileges allowed users
Files : archive; charon; deposit; keys; RSA129; telephone; tutorials

Site : toys.fubarsys.com
Country:
GMT :
Date : 14-Dec-94


Source : rus...@alpha3.ersys.edmonton.ab.ca (Russell Schulz) {posting}
Alias :

Admin :
Organ :
Server :
System :
URL : ftp://toys.fubarsys.com/
Comment: Problem: I/O error on network device [probably SLIP connection]
Files : FS UUCP

Site : tr-ftp.cs.berkeley.edu
Country: USA
GMT : -8
Date : 17-Jul-94
Source : old ftp-list
Alias : epoch.cs.berkeley.edu
Admin : cla...@postgres.berkeley.edu (Claire Mosher),
ao...@postgres.berkeley.edu (Paul M. Aoki)
Organ : University of California - Berkeley, Berkeley, California, CS dept.
Server :
System : Unix
URL : ftp://tr-ftp.cs.berkeley.edu/
Comment: successor of postgres.berkeley.edu for tech-reports;
NOTICE: appears to be the same one as s2k-ftp.cs.berkeley.edu, but
I'll keep on listing them separately because of info in the welcome
message (the machines might change); Epoch file system, there might
be delays when files are copied in from optical disks; also
available through the WWW
Files : Ingres (University Ingres DataBaseManagementSystem); multimedia
(MPEG software and lots of MPEG movies); Picasso (GUI development
system); Postgres (Postgres DBMS); RCS; scan (incoming scanned
tech-reports); Sequoia 2000 (Global Change Project); teaching (CS
lecture notes); tech-reports (outgoing CS tech-reports); WWW

Site : trantor.harris-atd.com


Country: USA
GMT : -5
Date : 15-Dec-94

Source : old ftp-list
Alias :
Admin :
Organ :


Server :
System : Unix (SunOS 4.1)

URL : ftp://trantor.harris-atd.com/
Comment:
Files : aai_magic_net; scalability network simulator:netsim_dist, Xresources

Site : trwind.trw.com
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : TRW Inc., Redondo Beach, California
Server :
System : Unix (SunOS 4.1)
URL : ftp://trwind.trw.com/
Comment:
Files : NNStat; Cisco; IBM-PC; isode; KA9Q; Mac; named; Sendmail;
Sun utils; traceroute; Unix utils

Site : tsx-11.mit.edu
Country: USA
GMT : -5
Date : 11-Feb-94
Source : Linux FAQ as posted to news.answers
Alias : tsx-11;
Admin : ftp-...@tsx-11.mit.edu, ftp-...@tsx-11.mit.edu (for reports on
obsolete or non-working files, include full pathname and reason)


Organ : Massachusetts Institute of Technology, Cambridge, Massachusetts

Server :
System : Unix
URL : ftp://tsx-11.mit.edu/
Comment: mirrored around the world, including on sunsite.unc.edu and
ftp.tu-chemnitz.de; tarring of a whole directory doesn't work!
Files : Linux (one of the primary sites); XFree86 (Linux binaries only)

Site : turbo.bio.net
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list

Alias : net.bio.net
Admin :
Organ : IntelliGentics


Server :
System : Unix (SunOS 4.1)

URL : ftp://turbo.bio.net/
Comment:
Files : news.announce.newgroups archive

Site : turiel.cs.mu.oz.au
Country: Australia
GMT : +10
Date : 15-Dec-94
Source :
Alias :
Admin :
Organ : Melbourne University, Melboure, CS dept.
Server :
System : Unix
URL : ftp://turiel.cs.mu.oz.au/
Comment: Problem: service not available [might be temporary]
Files :

Site : turing.com
Country: UK
GMT : 0


Date : 06-Jan-94
Source : old ftp-list

Alias : coulin.turing.com
Admin : d...@turing.com
Organ : Turing
Server :
System : Unix
URL : ftp://turing.com/
Comment: Open 24 hours
Files : Happy; HyperLook runtime; Simcity add-ons; susb-data; Xdm

Site : u8405.bs.ptb.de


Country: Germany
GMT : +1
Date : 29-Mar-95
Source : Deutsche Anonyme FTP-Server List
Alias :

Admin : ro...@u8405.bs.ptb.de
Organ : , Braunschweig
Server :
System :
URL : ftp://u8405.bs.ptb.de/
Comment:
Files : Linux; MS-DOS; PLZ; RFCs; Unix; Zeitmessung (time measurement)

Site : uahcs2.cs.uah.edu


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

Admin :
Organ :
Server :
System : Unix (SunOS 4.1)
URL : ftp://uahcs2.cs.uah.edu/
Comment:
Files :

Site : uars.acd.ucar.edu


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

Admin :
Organ : National Center for Atmospheric Research

Server :
System : VMS (VMS, DEC VAX)

URL : ftp://uars.acd.ucar.edu/
Comment: default directory: SYS$LCL:[000000]
Files : Nethack sources

Site : ubkadec2.ubka.uni-karlsruhe.de


Country: Germany
GMT : +1
Date : 28-Mar-95
Source : Deutsche Anonyme FTP-Server List
Alias :

Admin : joha...@ubka.uni-karlsruhe.de (Johannes Viegener)


Organ : Universitaet Karlsruhe (University of Karlsruhe), Karlsruhe

Server :
System :
URL : ftp://ubkadec2.ubka.uni-karlsruhe.de/
Comment:
Files : plz

Site : ubvms.cc.buffalo.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list

Alias : ubvmsb.cc.buffalo.edu
Admin :


Organ : State University of New York - Buffalo, Buffalo, New York

Server : Email server accepts interactive messages & commands in body
of letter; valid cammands: help, send, dir, index.
vmsserv@ucbvms (BITNET) & vms...@ubvms.cc.buffalo.edu


System : VMS (VMS, DEC VAX)

URL : ftp://ubvms.cc.buffalo.edu/
Comment: default directory: DISK$ACSDISK2:[VMSSERV]
Files : VAX/VMS; BITNET & Internet info; electronic newsletters

Site : uc.msc.edu
Country: USA
GMT : -6


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ :
Server :
System : Unix

URL : ftp://uc.msc.edu/
Comment:
Files :

Site : ucbvax.berkeley.edu
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :


Organ : University of California - Berkeley, Berkeley, California
Server :

System : VAX/VMS
URL : ftp://ucbvax.berkeley.edu/
Comment:
Files : NNTP; Gnews; AWM; Empire

Site : uceng.uc.edu


Country: USA
GMT : -5
Date : 10-Sep-94
Source : old ftp-list

Alias : ftp.uceng.uc.edu [?]
Admin : in...@ftp.uceng.uc.edu
Organ : University of Cincinnatti, Cincinnatti, Ohio, EE dept., Office of
College Computing/Structural Dynamics Research Corporation (SDRC)
University Consortium
Server :
System : Unix
URL : ftp://uceng.uc.edu/
Comment: this server provides an archive for courseware for academic users
of SDRC software called "I-DEAS" when distributed directly by SDRC,
and "CAEDS" when distributed by IBM; max. 50 users; command logging
is ON
Files : CAEDS; Doom; Great Midwest Tournament (GMW); I-DEAS; Intervies;
Kerberos documentation; mirror of coombs.anu.edu.au; SDRC; tbook;
VLSI Hardware Description Language (vhdl); wuarchive

Site : ucrmath.ucr.edu
Country: USA
GMT : -8


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : University of California - Riverside, Riverside, California
Server :
System : Unix (SunOS 4.1)
URL : ftp://ucrmath.ucr.edu/
Comment:
Files :

Site : ucs.orst.edu
Country: USA
GMT : -8
Date : 16-Feb-94
Source : archive.orst.edu
Alias :
Admin :
Organ : Oregon State University, Corvallis, Oregon, CD dept.


Server :
System : Unix (Ultrix 4.1)

URL : ftp://ucs.orst.edu/
Comment:
Files : comm; docs; nettools; utils; virus

Site : ucs_wcc.ucs.indiana.edu
Country: USA
GMT : -5


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :
Organ : Indiana University, Bloomington, Indiana
Server :

System : Novell NetWare 3.11 (PC fileserver)

URL : ftp://ucs_wcc.ucs.indiana.edu/
Comment: directory set to /general/ftp
Files : MS Windows packet drivers

Site : ucsbuxa.ucsb.edu
Country: USA
GMT : -8
Date : 06-Jan-94
Source : Archive-name: hungarian-faq
Alias :
Admin :
Organ : University of California - Santa Barbara, Santa Barbara, California
Server :
System : Unix (SunOS 4.1)
URL : ftp://ucsbuxa.ucsb.edu/
Comment:
Files : Hungarian stuff in /hcf

Site : ucsd.edu
Country: USA
GMT : -8
Date : 11-Mar-94
Source : old ftp-list
Alias :
Admin :
Organ : University of California - San Diego, San Diego, California
Server :
System : Unix
URL : ftp://ucsd.edu/
Comment: several loose files in /pub: computer liberty foundation, HHGttI,
makemoney, netlib, rzsz, tinymud, z80mu, zoo
Files : Amiga; cause; CBnet; csl; graphics programs and images; ham radio
(mirrored on ftp.tu-chemnitz.de); hosts; HP fixes; INN; Mac; mail;
news211; NeXT; nomad; MIDI: apps, data; PPP; security; sendmail
UCSD; SGI; sound bites for Sparcstations; Sun fixes; u3b2;
Usenet sources; xntp

Site : ucselx.sdsu.edu
Country: USA
GMT : -8


Date : 14-Dec-94
Source : old ftp-list

Alias : ucssun1.sdsu.edu
Admin : f...@ucssun1.sdsu.edu
Organ : San Diego State University, San Diego, California
Server :
System : Unix
URL : ftp://ucselx.sdsu.edu/
Comment:
Files : acm; chemras; equestrian; FAQs; html; IBM; Linux; Mac; network
docs/programs; news; OS/2; pascals triangle; RFCs; SDSC info;
stepinfo; Sun-fixes; Unix; VAX; Windows

Site : ugle.unit.no


Country: Norway
GMT : +1
Date : 10-Sep-94

Source : Archive-name: games/roguelike; old ftp-list
Alias :
Admin :
Organ : University of Trondheim, Trondheim
Server :
System : Unix
URL : ftp://ugle.unit.no/
Comment: several index files: all.dirs, all.files etc.
Files : 386BSD; 4.4BSD-lite; Adobe; aladdin; bibsys; dsl; gis; GNU; Gopher;
graphics; Internet Talk Radio (ITR); kermit; Linux; Mac; Maple; mps;
MS-DOS; NCSA; NetBSD; OS/2; PEP; RFCs; phantasia; TeX; Unix; VMS;
weather; X11; X11R4; X11R5

Site : uicbert.eecs.uic.edu
Country: USA
GMT : -6


Date : 06-Jan-94
Source : old ftp-list

Alias : bert.eecs.uic.edu
Admin :
Organ : University of Illinois - Chicago, Chicago, Illinois


Server :
System : Unix (SunOS 4.1)

URL : ftp://uicbert.eecs.uic.edu/
Comment:
Files : AT&T stuff; Unix-PC

Site : uicvm.uic.edu
Country: USA
GMT : -6


Date : 11-Jul-94
Source : old ftp-list

Alias : uic.edu
Admin :
Organ : University of Illinois - Chicago, Chicago, Illinois
Server :
System : VM/CMS
URL : ftp://uicvm.uic.edu/
Comment: user ANONYMOU logged in with no special privileges; you have to
change to a directory, but you have to know if beforehand
Files :

Site : umaxc.weeg.uiowa.edu
Country: USA
GMT : -6


Date : 06-Jan-94
Source : old ftp-list
Alias :

Admin :


Organ : University of Iowa, , Iowa

Server :
System :
URL : ftp://umaxc.weeg.uiowa.edu/
Comment:
Files : NCSA Telnet; Sendmail

Site : umigw.miami.edu
Country: USA
GMT : -5
Date : 06-Jan-94
Source : a...@symbiosis.ahp.com (Andrew E. Mossberg); VAX software List;
old ftp-list
Alias : umigw.rsmas.miami.edu
Admin : gr...@umigw.miami.edu (Grant Basham)
Organ : University of Miami, Miami, Florida, Rosenstiel School of Marine and
Atmospheric Sciences


Server :
System : Unix (Ultrix 4.1)

URL : ftp://umigw.miami.edu/
Comment:
Files : VMS software

Site : umn-cs.cs.umn.edu
Country: USA
GMT : -6
Date : 14-Dec-94
Source : old ftp-list
Alias :
Admin :


Organ : University of Minnesota, , Minnesota
Server :
System :

URL : ftp://umn-cs.cs.umn.edu/
Comment: Problem: I/O error on network device
Files : GNU; hypertext; news; Japanese

Site : umnstat.stat.umn.edu


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

Source : old ftp-list
Alias :
Admin :


Organ : University of Minnesota, , Minnesota

Server :
System : Unix (Ultrix 4.1)

URL : ftp://umnstat.stat.umn.edu/
Comment:
Files : bivsurv; docs; fsa; macanova; sbayes; schoolinfo; WWii; XlispStat

Site : una.hh.lib.umich.edu
Country: USA
GMT : -5
Date : 23-May-94
Source : Perry....@kub.nl
Alias :
Admin :
Organ : University of Michigan, Ann Arbor, Michigan, Library


Server :
System : Unix (Ultrix 4.1)

URL : ftp://una.hh.lib.umich.edu/


Comment: also available through gopher

Files : census; diss; ebb; genref; gophers; gsp; humanities; inetdirs;
news; orms; science; socsci; toc; yalelibs

Site : unbmvs1.csd.unb.ca
Country: Canada
GMT :
Date : 18-Aug-94
Source : ftp.cs.ubc.ca
Alias :
Admin :
Organ : University of New Brunswick, , New Brunswick, CS dept.
Server :
System : MVS (IBM MVS 2.2.1)
URL : ftp://unbmvs1.csd.unb.ca/
Comment: [This OS annoys me, 'dir': no data sets found, you have to 'cd pub'
to get a listing of files; no password needed; Most files are listed
as 'Migrated', I have no idea if that means they have been moved
or not]
Files : canarie; CANSPACE; CLS; FSS; MIME; MS-DOS; NJEIP; NOVELL; PCODE;
PUTDIR; SENDMAIL; UTILITY


MHP...@iris.rfmh.org

unread,
Sep 12, 1995, 3:00:00 AM9/12/95
to
/PRINCETON
qq
qquit

Lana F. Wong

unread,
Sep 23, 1995, 3:00:00 AM9/23/95
to
Perry Rovers (Perry....@kub.nl) wrote:
: Archive-name: ftp-list/faq

To Tran

unread,
Oct 10, 1995, 3:00:00 AM10/10/95
to


Perry Rovers (Perry....@kub.nl) wrote:
: Archive-name: ftp-list/sitelist/part18

0 new messages