home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / ftp / ftp-list / faq next >
Encoding:
Text File  |  1995-02-21  |  52.4 KB  |  1,155 lines

  1. Last-Modified: 22-Feb-95
  2. Version: 3.0.5
  3.  
  4.  
  5.                            Anonymous FTP
  6.                Frequently Asked Questions (FAQ) List
  7.  
  8. Suggestions for changes and comments are always welcome.
  9.  
  10. ** Updated News:
  11. - Read the part about ftp by mail if you use it. Overusing some servers
  12.   causes them to stop! Don't ruin this service for yourself and others.
  13. - There are several new WWW browsable versions,
  14.   try: http://www.info.net/app-docs/ftp-list.html
  15.   and http://www.mid.net/FTP/
  16. - Also, there's a program available now that converts the sitelist to
  17.   comma-delimited format suitable for importing the list into any common
  18.   database package [finally! ;-)]. It's available from the same places
  19.   as the ftp-list.zip file as packftp.zip. Thanks to Mark Rinfret.
  20.  
  21. Copyright (c) 1993-1994, Perry Rovers -- Text may be quoted in on-line
  22. documents and written publications, but please notify me so I can add a
  23. reference and make sure that you add pointers to the places where people
  24. can get the latest version. You may make this file available on public
  25. servers, like ftp, gopher or WWW servers as well, but please let me know.
  26. Do not modify the info itself (i.e. converting it to some other format)
  27. before consulting me. All rights reserved. This may seem stricter than
  28. the last versions, but I only want to make sure I'm notified of how
  29. this file is used and for what purpose. If you contact me, I'm sure
  30. we can work something out.
  31.  
  32. Thanks to all the people who have contributed to this document!
  33.  
  34. [Start Of File]
  35. ======================================================================
  36.  
  37. I maintain a directory of Internet sites accepting Anonymous FTP and mail
  38. retrieval of their files and a list of Frequently Asked Questions about
  39. (Anonymous) FTP.
  40.  
  41. -----------------------------
  42.  
  43. Subject: 1. Table of Contents
  44.  
  45. Topics are shown below and with their respective answers (*: new, +: changed)
  46.  
  47.         (1)  Table of Contents
  48.         (2)  What is and how do I use the FTP program?
  49.        +(3)  What types of FTP information are available?
  50.         (4)  What is the most current version?
  51.        +(5)  Retrieving the listings via email.
  52.         (6)  Using FTP without direct Internet access.
  53.         (7)  Getting help when you have problems with a site.
  54.         (8)  Getting a site listed or changes made.
  55.         (9)  What is Archie and how does it relate to the list?
  56.        (10)  Using FSP/Gopher/WAIS/WWW to access archives.
  57.        (11)  How do I stop the listings from scrolling off the screen?
  58.        (12)  How do I set up an (Anonymous) FTP server?
  59.        (13)  How do I automate ftp sessions?
  60.       +(14)  URL's of the interesting things mentioned in this text.
  61.  
  62. -----------------------------
  63.  
  64. Subject: 2. What is and how do I use the FTP program?
  65.  
  66. The information below was originally maintained by Jon Granrose
  67. (one of the old maintainers of the listings). Mike Jones added the info
  68. about the existence and location of the compression data chart maintained
  69. by David Lemson. Tom Czarnik (another old maintainer) added some as well
  70. and I have made some changes too.
  71.  
  72.                                   By:
  73.  
  74.                             Jon Granrose
  75.                               Mike Jones
  76.                              Tom Czarnik
  77.                             Perry Rovers
  78.  
  79.  
  80.       This is not a definitive guide to FTP, but it will give a novice a
  81.       general idea of what it is and how to do it.
  82.  
  83.  
  84.                               What is FTP?
  85.  
  86.       FTP (File Transfer Protocol) allows a person to transfer files
  87.       between two computers, generally connected via the Internet. If
  88.       your system has FTP and is connected to the Internet, you can
  89.       access very large amounts of files available on a great number of
  90.       computersystems. If you are on Bitnet or a UUCP host, you should
  91.       look for servers that work through electronic mail (e-mail). A
  92.       good source of information on archives in general, is the Usenet
  93.       newsgroup comp.archives. When using FTP, you use a program, called
  94.       a 'client' to connect to a machine that holds the files, a 'server'.
  95.  
  96.  
  97.                          What is Anonymous FTP?
  98.  
  99.       Many computersystems throughout the Internet offer files through
  100.       anonymous FTP. This means that you can access a machine
  101.       without having to have an account on that machine (i.e. you don't
  102.       have to be an official user of the system). These anonymous FTP
  103.       servers contain software, documents of various sorts, files
  104.       for configuring networks, graphic images, songlyrics and all sorts
  105.       of other information. Archives for electronic mailing lists are
  106.       often stored on and are available through anonymous FTP. An
  107.       enormous amount of information is stored on these machines and is
  108.       ready for anyone who's seeking it.
  109.  
  110.       Note that all this is subject to change, it is a privilege
  111.       and the person responsible for the machine can shut it down
  112.       at any time without you being able to do anything about it.
  113.  
  114.  
  115.                                 Commands
  116.  
  117.       All the normal FTP commands may be used to retrieve files. Some
  118.       FTP commands are the same on different computers, but others
  119.       are not. Also, some of the ftp sites offer custom commands like
  120.       getting a directory with one command, 'regetting' a file or searching
  121.       of directories. Read the relevant README files on the site itself
  122.       for the 'special access features'.
  123.       Usually, FTP will list the commands if you type 'help' or type a
  124.       question mark (?). Also, your computer's help command may have
  125.       information about FTP. Try 'man ftp', 'man ftpd', 'help ftp',
  126.       'ftp /?', 'ftp -?' or 'ftp /h' (all these to be typed without
  127.       quotes).
  128.  
  129.       Some useful commands available on most systems include:
  130.  
  131.         ascii   Switch to ascii mode. Ascii mode is the default mode
  132.                 and used for transferring text files
  133.         binary  Switch to binary mode. For transferring binary files
  134.                 like .ZIP files, .Z files and the like
  135.         cd      Change the directory on the remote computer
  136.         dir     List the files in the current directory on the remote
  137.                 computer.
  138.         ls      Same as 'dir', but shows less information sometimes.
  139.         get     Copy a file from the remote computer to yours
  140.         hash    Puts a '#' on the screen for every <number> of bytes
  141.                 transferred. <number> is 1024 in some cases, 2048 in others
  142.                 but is between 1024 and 4096 in most cases.
  143.                 Check the ftp 'help' function for more info on the number for
  144.                 your clientprogram.
  145.         help    Gives help on the use of commands within the ftp program
  146.         lcd     Change the directory on your computer (the 'l' is for local)
  147.         lpwd    Shows the present working directory (pwd) on your
  148.                 computer (the 'l' is for local). Note: this may not
  149.                 work on all machines. On a Unix machine, try !pwd
  150.                 if lwpd doesn't work.
  151.         mget    Copy multiple files from the remote computer to yours
  152.         pwd     Shows the present working directory (pwd) on the
  153.                 remote computer
  154.  
  155.  
  156.                                Procedure
  157.  
  158.       Anonymous FTP is a facility offered by many machines on the
  159.       Internet. This permits you to log in with the user name 'anonymous'
  160.       or the user name 'ftp'. When prompted for a password, type your e-mail
  161.       address -- it's not necessary, but it's a courtesy for those
  162.       sites that like to know who is making use of their facility. Be
  163.       courteous. Some sites require a valid e-mail address, others don't.
  164.  
  165.       You can then look around and retrieve files. (Most anonymous ftp
  166.       sites do not permit people to store files). Note that when you
  167.       retrieve files, you have to know where the files are going to
  168.       end up on your machine. This is where the 'lpwd' command comes
  169.       in handy. Also note that when you have transferred a file that
  170.       you want to use on your PC, but you run ftp from a Unix machine
  171.       (or a similar mainframe or network machine), you will have to ftp
  172.       the file from the Unix machine to your PC first (this is assuming
  173.       that you can't ftp to outside your company or campus from your PC,
  174.       otherwise you could have gotten the file directly to the PC).
  175.       This may sound silly, but sometimes people don't know where their
  176.       files are stored or a system administrator decides to give ftp
  177.       access to only a few systems.
  178.  
  179.       Typically, a directory called 'pub' is where the interesting
  180.       things are stored. Some sites will have a file with a name
  181.       like ls-lR, that contains a complete list of the files on
  182.       that site. Otherwise, you can type ls -lR and get such a listing
  183.       -- for some sites, this can take a LONG time (the size of the
  184.       resulting file can be anywhere between approximately 2000 bytes
  185.       and 25Mb).
  186.  
  187.       When retrieving non-text files, you must use binary mode,
  188.       otherwise the file gets messed up. To do this, use the
  189.       'binary' command. (It's safe to set this for text files, but
  190.       the result might look a bit different from an ASCII transfer)
  191.       If the site at the other end is non-Unix, you may need to
  192.       use some other mode -- see the documents or README files
  193.       for that site and for FTP (common other modes, are LZ for
  194.       VAX Multinet servers, tenex or image for some others).
  195.  
  196.       The simplest way to initiate FTP would be to give the command
  197.       'ftp <system-name>'. The  <system-name>  is the remote
  198.       system you are connecting to, either a name like garbo.uwasa.fi,
  199.       if you have an entry in /etc/hosts or are accessing a Domain
  200.       Name Server or the Internet address 193.166.120.5  for Garbo. If
  201.       that last sentence doesn't seem to make sense just try: ftp
  202.       garbo.uwasa.fi or ftp 193.166.120.5 and look what happens.
  203.       After a short wait, you will be prompted for your username. If
  204.       you do not have an account on the remote system, some systems
  205.       allow you to use 'anonymous'. This gives you a restricted
  206.       access path (meaning that you can only run certain commands
  207.       like 'dir' or 'ls' and are allowed only access to certain
  208.       directories like 'pub').
  209.  
  210.       You would then be prompted for a password. Some systems will
  211.       tell you to send your real identity as the password. What you
  212.       type doesn't matter in most cases, but it is suggested to give
  213.       your e-mail address. This as a courtesy to the archive maintainers,
  214.       who would like to know who's using their system. Other systems
  215.       need a password of 'guest', or something similar. DO NOT
  216.       TYPE A PASSWORD THAT YOU USE ON YOUR OWN SYSTEM.
  217.  
  218.       After that, you should receive the FTP prompt ( usually ftp> )
  219.       and have access. You can get a directory of files by giving a
  220.       'dir' command or if the remote system is Unix-based,
  221.       'ls -l' will give the familiar output. On Garbo, there is a
  222.       file available in the default anonymous ftp directory that
  223.       explains what Garbo is and where files are located. Look
  224.       for 00-index.txt or README files or some similar name.
  225.  
  226.       Unix systems will all have the same directory structure, and
  227.       moving around is done with the 'cd' or 'cwd' command.
  228.       TOPS-20, VAX/VMS, DOS VM/CMS and other systems have a different
  229.       structure, but movement is still accomplished with the 'cd'
  230.       command.
  231.       TOPS-20 has directories of the form: DISK:<DIR1.DIR2>, VAX/VMS
  232.       has directories of the form DISK:[DIR1.DIR2] (use cd [-] instead
  233.       of cd .. and cd [.DIR1] instead of cd dir1). DOS, OS/2 and
  234.       Windows NT look like Unix but have shorter directory names.
  235.       VM/CMS has mini-disks that can be accessed with the CD command.
  236.       A lot of systems give some information about how to use the
  237.       system when you login, look for that after you have typed
  238.       the password (some of those messages will not be shown if
  239.       you use a - as the first character in your password, some
  240.       people need this because the system won't recognize them
  241.       otherwise. If you have problems logging into a site, try
  242.       a - as the first character).
  243.  
  244.       Different systems have different organizations for their files,
  245.       and the above example is the way most archives have set it up.
  246.       By looking around other systems, you can learn how their files
  247.       are arranged and move around much faster. Note, however,
  248.       that FTP will not allow you outside the FTP 'root' directory.
  249.       Moving about the entire system is not permitted. You will
  250.       get 'Permission denied' messages (or plainly not receiving any
  251.       message and still not be able to change to the directory).
  252.  
  253.       Usually, files are grouped in archive files, so you don't have
  254.       to get many small files separately. The most common archival
  255.       file formats for the Internet are tar and zip. Occasionally,
  256.       people use shell archives (shar) instead. Tar files are basically
  257.       a bunch of files 'glued' together. Tar archives can be unpacked
  258.       by running the 'tar' command on a Unix system (tar exists also
  259.       for DOS, VMS and a whole bunch of other Operating Systems) --
  260.       you may want to first do a 'tar t' on the file to see what it
  261.       contains before unpacking it. This means typing: 'tar t filename.tar'
  262.       or 'tar tf filename.tar' and looking what the output shows. To unpack
  263.       the .tar file, type: 'tar xvf filename.tar', this will create a
  264.       directory called filename with the unpacked archive in it (no quotes
  265.       again).
  266.       Be careful when unpacking shell archives since they have to be
  267.       run through the Bourne shell to unpack them. (The simplest
  268.       way is to use the unshar command).
  269.  
  270.       Files are often stored compressed, because they take up less
  271.       space that way -- for Unix, the most common compression 'scheme'
  272.       is the 'compress' program, indicated by a .Z suffix on the file
  273.       name. Also you will find Arc, Zoo, Arj, Lzh, gzipped or Zip files,
  274.       which are combined archival and compression formats (there are
  275.       other archival formats as well - talk to the systems staff if
  276.       you encounter them and don't know how to deal with them).
  277.       For .zip files use zip and unzip (or pkzip/pkunzip), for .gz files
  278.       use gzip and for .Z files use compress, which are available for all
  279.       Operating Systems.
  280.  
  281.       Archival and compression utilities are very handy, but can make
  282.       it very difficult to 'get' a file and use it:
  283.       when you're on a DOS or VMS system for example you can't type:
  284.  
  285.          get filename.tar.Z
  286.  
  287.       You have to type:
  288.  
  289.          get filename.tar.Z filename.tz
  290.  
  291.       or something like that and then remember what you have to do to
  292.       unpack the file, namely first running your version of 'compress'
  293.       on it and then your version of 'tar'.
  294.       Remember this when you can't seem to transfer a file.
  295.       An interesting feature of most ftp servers in use today, is the
  296.       ability to compress and decompress 'on the fly'. This means that
  297.       when you want to 'get' a .Z file, but you don't have compress
  298.       handy, you can type: get filename.Z filename
  299.       The server will then decompress the file and leave you with a plain,
  300.       uncompressed file. Most servers support on-line decompression of
  301.       .Z, .gz and .tar files and even 'get'ting an entire directory with
  302.       'get directoryname directoryname.tar'. Note that this can take up
  303.       a huge amount of space and maybe take ages. Make sure you know what
  304.       you are doing when trying this.
  305.  
  306.       These are the most common file types (there are zillions more):
  307.  
  308.          SUFFIX      FTP     TYPE
  309.          ------      ---     -----
  310.         .arc         bin     ARChive (hardly used anymore)
  311.         .arj         bin     Arj (mostly MS-DOS)
  312.         .gif         bin     Graphics Interchange Format
  313.         .gz          bin     GNU Zip
  314.                              (Not compatible with Zip.
  315.                              Found on some sites as .z files.
  316.                              GNU zip is seen in combination with
  317.                              tar as .tgz files, maybe even as .tz files)
  318.         .hqx         asc     HQX (Mac, Mac equivalent of uuencode)
  319.         .jpg         bin     JPEG (graphics format)
  320.         .lzh         bin     LHa, LHarc, Larc
  321.         .shar        ascii   SHell ARchive (mostly Unix)
  322.         .sit         bin     Stuff-It (Mac)
  323.         .tar         bin     Tape ARchive (mostly Unix)
  324.         .uu          ascii   uuencode/uudecode (also .uue)
  325.         .Z           bin     compress (mostly Unix, seen in combination
  326.                              with tar as .tar.Z files)
  327.         .zip         bin     Zip (either PKZip or Zip/Unzip)
  328.         .zoo         bin     Zoo
  329.  
  330.       To get a list of all file compression/archiving methods and the
  331.       programs to uncompress/unarchive (on the PC, Mac, Unix, VAX/VMS,
  332.       VM/CMS, Atari ST and Amiga systems), FTP to the following site
  333.       and retrieve the listed file:
  334.  
  335.           ftp.cso.uiuc.edu directory: /doc/pcnet/compression
  336.  
  337.       This could be helpful to people new to FTP that don't know how
  338.       to unpack the file they have just transferred.
  339.       Also check out the Frequently Asked Questions (FAQ) Lists and
  340.       other periodical postings in the news.answers group. Especially
  341.       the comp.graphics, comp.compression and the different
  342.       Operating Systems FAQs (Unix, VMS etc.) can be very handy.
  343.       Most archiver programs are available from garbo.uwasa.fi in either
  344.       /pc/arcers or /unix/arcers.
  345.  
  346. Last but not least, for novices to the Internet, I highly recommend a
  347. good book, e.g. 'The Whole Internet User's Guide and Catalog' by Ed Krol.
  348. It is written clearly and contains an enormous amount of information.
  349. Read it cover to cover, and keep it close at hand.
  350. Published by O'Reilly & Asscociates, it is available from many computer
  351. bookstores or O'Reilly's worldwide distributors.
  352. Contact the publisher at +1 707-829-0515 (USA), or send e-mail to
  353. nuts@ora.com for information.
  354.  
  355. Unfortunately, this book is already outdated, but it still offers
  356. an invaluable resource and manual for novices and more experienced
  357. Internet users. Apparently there will be a new version of this book
  358. somewhere this year, so look out for it.
  359. Other books are 'The Internet Companion', 'Internet: Getting Started',
  360. 'Internet Unleashed', 'The Internet Guide for New Users' and a lot more.
  361. Look for them in your local bookstore.
  362.  
  363. Almost all of the information in these books is also available on-line
  364. through various documents like the MaasInfo files, Zen and the Art of the
  365. Internet, The HitchHiker's Guide to the Internet, The Big Dummy's Guide
  366. to the Internet, the on-line version of The.Internet.Companion, the
  367. Internet Resource Guide and a whole number of FAQs, RFCs and the like.
  368.  
  369. The MaasInfo and Big Dummy's Guide files appear to be the most recent of
  370. these kind of files (look for info on where to get them in the
  371. sitelisting itself or try mailing to netguide@eff.org, that should send
  372. you the Big Dummy's Guide in a number of parts).
  373.  
  374. Another source for information might be the magazine Internet World,
  375. from Meckler Corp. (info@mecklermedia.com).
  376.  
  377. I'm not affiliated with any of the publishers, authors or anyone
  378. mentioned above, but I bought some of the books and like them.
  379.  
  380. -----------------------------
  381.  
  382. Subject: 3. What types of FTP information are available?
  383.  
  384.         FAQ - Frequently Asked Questions List about FTP
  385.         SITELIST - Comprehensive Information, containing:
  386.  
  387.         o Site name
  388.         o Country
  389.         o Date of last modification
  390.         o GMT difference (+/-)
  391.         o Source of last update
  392.         o Administrative e-mail address
  393.         o Organization maintaining FTP site, city, state, department
  394.           if applicable
  395.         o Other servers if available and instructions for use if applicable
  396.           (e-mail, FSP, gopher, WWW)
  397.         o System Type (Operating System, hardware)
  398.         o Universal Resource Locator (for World Wide Web browsers)
  399.         o Comments
  400.         o Types of Files
  401.  
  402.      Note that apart from my ftp-list.zip file, Timo Salmi (ts@uwasa.fi)
  403.      is maintaining a complementary list of a number of MS-DOS ftp sites.
  404.      They list some more information on a subset of sites in my SITELIST
  405.      file. The file is called moder*.zip where * is a version number and
  406.      it is available from garbo.uwasa.fi in directory /pc/pd2 and
  407.      oak.oakland.edu in directory /pub/msdos/info.
  408.      Also, Christian Hettler (hettler@ask.uni-karlsruhe.de) is maintaining
  409.      a list of German FTP sites on ftp.ask.uni-karlsruhe.de, directory:
  410.      /pub/info, file: ftp-list-de and Arjan de Vet (devet@iaehv.nl) is
  411.      maintaining a list of Dutch FTP sites on ftp.iaehv.nl, directory:
  412.      pub/usenet/nlnet, file: nl-ftp (this one is in Dutch).
  413.      On ftp.urec.fr there's a file called ftp-france-liste, but it doesn't
  414.      seem to be updated regularly.
  415.      Several newsgroups have their own FAQs that contain listings
  416.      of sites. If you're interested in a particular topic, try looking
  417.      in the FAQ(s) of the newsgroups related to that topic as well.
  418.  
  419. -----------------------------
  420.  
  421. Subject: 4. What is the most current version?
  422.  
  423. Look in the Version: line in the top of this file and compare
  424. it to the faq file in ftp-list.zip on garbo.uwasa.fi, ftp.edu.tw
  425. or oak.oakland.edu. The latest version is always available there.
  426.  
  427. -----------------------------
  428.  
  429. Subject: 5. Retrieving the list from alternate sources.
  430.  
  431.      1) Pick it up from anonymous FTP archives; look for 'ftp-list'
  432.         in the SITELIST file. Be warned, many sites carry Jon
  433.         Granrose's (sometimes known as ODIN.FTPLIST, pre Jan-92) or
  434.         Tom Czarniks's old FTP listing (pre Apr-93) and these files
  435.         are outdated. It will take a while for this version to spread,
  436.         but the following sites always carry the latest version:
  437.  
  438.         Europe - garbo.uwasa.fi as /pc/doc-net/ftp-list.zip
  439.         USA    - rtfm.mit.edu in the /pub/usenet/news.answers/ftp-list
  440.                  directory: faq file and sitelist directory (ASCII)
  441.         USA    - oak.oakland.edu as /SimTel/msdos/info/ftp-list.zip
  442.         Asia   - ftp.edu.tw in /documents/networking/guides/ftp-list
  443.                  several files in several formats (.Z, .gz, .zip, ASCII,
  444.                  dBase and MS-Access database versions and AmigaGuide
  445.                  Hypertext version)
  446.  
  447.         Admins who would like to mirror the list are welcome to mirror any
  448.         of the above sites/directories, dependent on what format they like.
  449.  
  450.      2) send an e-mail message to mail-server@rtfm.mit.edu with
  451.         no subject and in the body of the message:
  452.  
  453.           send usenet/news.answers/ftp-list/faq
  454.           send usenet/news.answers/ftp-list/sitelist/part1
  455.           send usenet/news.answers/ftp-list/sitelist/part2
  456.           send usenet/news.answers/ftp-list/sitelist/part3
  457.           send usenet/news.answers/ftp-list/sitelist/part4
  458.           send usenet/news.answers/ftp-list/sitelist/part5
  459.           send usenet/news.answers/ftp-list/sitelist/part6
  460.           send usenet/news.answers/ftp-list/sitelist/part7
  461.           send usenet/news.answers/ftp-list/sitelist/part8
  462.           send usenet/news.answers/ftp-list/sitelist/part9
  463.           send usenet/news.answers/ftp-list/sitelist/part10
  464.           send usenet/news.answers/ftp-list/sitelist/part11
  465.           send usenet/news.answers/ftp-list/sitelist/part12
  466.           send usenet/news.answers/ftp-list/sitelist/part13
  467.           send usenet/news.answers/ftp-list/sitelist/part14
  468.           send usenet/news.answers/ftp-list/sitelist/part15
  469.           send usenet/news.answers/ftp-list/sitelist/part16
  470.           send usenet/news.answers/ftp-list/sitelist/part17
  471.           send usenet/news.answers/ftp-list/sitelist/part18
  472.  
  473.      3) Send me mail: Perry.Rovers@kub.nl. State how you need it sent
  474.         and I'll get to it you ASAP. Note that this is NOT the preferred
  475.         method!!! Try one of the above methods first. Thanks to the efforts
  476.         of Lou Swiczewicz (swicz@acc.rwu.edu) and Dave Thomas
  477.         (Dave_Thomas@mindlink.bc.ca) there will be made available
  478.         from ftp.edu.tw a dBase and Microsoft Access database version
  479.         and a Hypertext AmigaGuide version. The list is also searchable
  480.         through some gophers, I'm gonna add a list of them at some
  481.         later date. [I'm currently not sure how these versions are coming
  482.         along, I'll have to look into that someday. I haven't seen the
  483.         Amiga Guide version and the Access version is lagging behind.
  484.         So don't ask me about those versions, because I don't know how
  485.         they are faring. Check ftp.edu.tw or Aminet sites for them.]
  486.         I recently tried packftp, by Mark Rinfret (mrr@mrsoft.network23.com),
  487.         which converts the sitelist to comma-delimited format. It looks
  488.         great! Be sure to watch comp.archives.msdos.announce for the upload
  489.         announcement. It will probably include a MS-Access version of the
  490.         sitelist as well.
  491.  
  492. -----------------------------
  493.  
  494. Subject: 6. Using FTP without direct Internet access.
  495.  
  496. It is possible to get files from a site by using a general mail
  497. server. Many sites have their own servers. If you're on BITNET, ask
  498. your sysadmin or technical support group about BITFTP (or send mail
  499. with a body of 'help' (no quotes, and nothing else) to BITFTP@PUCC,
  500. BITFTP@PLEARN or BITFTP@DEARN (known on the Internet as
  501. bitftp@pucc.princeton.edu, bitftp@plearn.edu.pl and bitftp@vm.gmd.de
  502. respectively)
  503.  
  504. Also, there's a service called TRICKLE, a concentrator of several
  505. ftp sites. Through TRICKLE you can retrieve files by e-mail or
  506. have them ftped to your own machine or SEND to you. It's also possible
  507. to subscribe to directories or files (you can for instance subscribe
  508. to the McAfee virusscanner and get it by mail everytime there's
  509. a new version). Send e-mail with '/HELP' (no quotes) in the body
  510. to trickle@hearn.nic.surfnet.nl or trickle@hearn.bitnet,
  511. for more info and a list of other trickle servers.
  512.  
  513. For non-BITNET sites, try using DEC's mail server. Send mail to
  514. ftpmail@decwrl.dec.com with 'help' (no quotes) in the body of the
  515. letter. You should NOT send a blank letter, commands are not optional.
  516.  
  517. Other servers that might be closer and provide the same service are:
  518. - ftpmail@cs.uow.edu.au (Australia)
  519. - ftpmail@ftp.uni-stuttgart.de (Germany)
  520. - ftpmail@grasp.insa-lyon.fr (France)
  521. - ftpmail@doc.ic.ac.uk (Great Britain)
  522. - ftpmail@ieunet.ie (Ireland)
  523. - ftpmail@sunsite.unc.edu (USA)
  524. - ftpmail@ftp.uu.net (USA, message relayed to ftpmail@decwrl.dec.com)
  525.  
  526. Actually, you are urged to use one of the above instead of decwrl.dec.com.
  527. That machine is very overloaded as it is the most widely known ftpmailer.
  528. So, lift the burden and use (faster!) closer machines!!!
  529.  
  530.   Requests for the ftpmail servers are of the form:
  531.  
  532.     open <site> <username> <password>
  533.     cd <directory>
  534.     dir                              # To obtain a directory listing
  535.     get <file>                       # To retrieve a file
  536.     quit
  537.  
  538.   Example:
  539.     open rtfm.mit.edu anonymous provers@kub.nl
  540.     cd /pub/usenet/news.answers/ftp-list
  541.     get faq
  542.     quit
  543.  
  544.  
  545. NOTE: Please make sure your system admin has approved the the use of
  546.       a mail server, as files can take system resources of not only
  547.       your site, but several sites up the stream. And please abide
  548.       by the guidelines that the ftpmail server administrators have
  549.       put in their help files. Most ftpmail servers default to their
  550.       own site for files, so try retrieving things from that site first.
  551.       In general, most files you need are already available there, so
  552.       it is a waste to connect to another machine.
  553.       Also, don't use servers in Y to fetch files from X if you live
  554.       in X and can use a server in X, e.g. X=Europe, Y=USA.
  555.       Several servers have stopped providing ftpmail service to other
  556.       hosts because they were being overloaded by these kind of
  557.       requests. DON'T DO IT! You ruin a very good service, not only
  558.       for yourself, but also for numerous other users.
  559.  
  560. -----------------------------
  561.  
  562. Subject: 7. Problems with a site.
  563.  
  564. If you are unable to access the site because your computer doesn't seem
  565. to be able to 'find' the site (the ftp program returns 'invalid host'
  566. or 'unable to resolve hostname' or some similar errormessage), try one of
  567. the following ways to see if the name of the site is known:
  568. (information partly by rosen@unr.edu (David Rosen) from the Emacs FAQ)
  569.  
  570. - telnet to the site and see if that works, if it does, there's either no
  571.   ftp server active at the site or there's a configuration error with your
  572.   ftp client program. Normally, the errormessage would be something like:
  573.   'I/O error on network device' or you do get a connection with the ftp
  574.   server but it says 'Service not available. Remote service has closed the
  575.   connection'.
  576.   Telnet works on all systems, there are some more informative ways however:
  577. - try 'nslookup sitename' or 'host sitename' (this usually works on Unix
  578.   systems) and see what that gives. If they can't find the site, your
  579.   nameserver (the computer that looks up the addresses of computers) doesn't
  580.   know the site 'sitename'. You can try again in a couple of minutes if you
  581.   think it might be a delay between 'sitename' and your machine. If that
  582.   doesn't help then either your site has a deficient nameserver (ask your
  583.   local admin to fix it) or the site 'sitename' does not exist.
  584. - another program you can try is 'ping', 'traceroute' or 'hopcheck' to see
  585.   if there is a clear link (or path) to the machine 'sitename'. This is
  586.   however a bit too technical for the ordinary user.
  587. - easy ways to check if the name 'sitename' can be found outside of your
  588.   domain (in my case kub.nl) is by mailing to one of the following addresses:
  589.  
  590.   dns@grasp.insa-lyon.fr (put 'ip sitename' (no quotes) in the body or 'help'
  591.                           for an info file. Lots of options available)
  592.  
  593.   service@nic.ddn.mil    (use 'host sitename' as the subject of the message.
  594.                           Also other options, send 'help' as the subject)
  595.  
  596.   resolve@cs.widener.edu (put 'site sitename' in the body of the message.
  597.                           No other options)
  598. - you can try to telnet to nic.ddn.mil 101 and type 'HNAME sitename'
  599.   (not very reliable it seems to me, but your mileage may vary)
  600.   or you can telnet to tacom-emh1.army.mil 117
  601.  
  602. If you can get a connection with the site or if a problem appears while
  603. accessing the site or when retrieving a file, mail the problems to the admin
  604. address shown in the Sites list. When you report a problem, please be
  605. very explicit, i.e. don't write 'I can't get a file' but explain when it
  606. happened, what file it was, what system you are using etc. And word your
  607. message politely. It's no use to annoy an admin if you want a file
  608. from that site.
  609. If an admin address is not shown, attempt to use 'ftp@site_name'; replace
  610. 'site_name' with the name of the troublesome site. If it's very
  611. urgent, try sending a note describing the problem to
  612. postmaster@site_name or when the site is a Unix machine: root@site_name
  613. and when the site is a VAX/VMS machine: operator@site_name (the
  614. postmaster@site_name should be valid in all cases).
  615. If that fails, post a note to comp.archives.admin (the newsgroup for
  616. archive administrators). I'm going to include a list of common error
  617. messages here someday, so you don't have to contact the admin for
  618. some common notices you might receive. One of those message is:
  619. 'permission denied'. This can mean a few things: either you don't have
  620. write rights to the directory where you started 'ftp' from and you're
  621. trying to retrieve a file or the file or directory on the remote
  622. site has been made unaccessible to you (e.g. a /private directory).
  623. The solution to the first possibility is to change to a directory
  624. where you are allowed to write files (like your 'home' directory)
  625. and the solution to the second possibility is to ask the admin
  626. to change the permissions to that file or directory, but you'd
  627. better have a good reason to need access to that file or directory.
  628. Most of the time those permissions are there for a reason.
  629. Other messages will be included at a later date, in the meanwhile,
  630. check the helpfiles on your ftp client first if they give you the
  631. answer.
  632.  
  633. -----------------------------
  634.  
  635. Subject: 8. Getting a site listed or changes made.
  636.  
  637. Send mail to Perry.Rovers@kub.nl
  638. Include the information stated below, in the body of the
  639. letter.
  640.  
  641.      Needed information
  642.  
  643.         o Site name
  644.         o Site's country of operations, preferably location within
  645.           country as well
  646.         o GMT difference (I don't bother with daylight savings and the like)
  647.         o Manager(s) full name & email address(es) (not made public if
  648.           you don't want it)
  649.         o Any aliases you want listed for the site (preferred are ALL
  650.           aliases that you know, because some people might refer to them.
  651.           These are just there for completeness sake and to easily spot
  652.           duplicate entries, NOT for use by anonymous ftp users). Actually,
  653.           the term alias is misleading because the Site name is mostly
  654.           an alias and what I list as Alias is mostly the real name.
  655.         o Administrative address used for FTP related issues by the
  656.           general public (like ftp@site_name)
  657.         o Organization operating site, department within the organization
  658.         o Is an E-mail, FSP, Gopher, WAIS or WWW server available and how
  659.           can one use it?
  660.         o Type of system the server is running on (OS, hardware)
  661.         o Preferred Universal Resource Locator (either ftp://, gopher://,
  662.           http:// or some other one)
  663.         o Comments (restrictions and the like if any)
  664.         o General description of the types of files available, special
  665.           directories etc.
  666.  
  667. Please fill in this info completely and don't just mail a sitename.
  668. This saves me work and makes the list more complete.
  669.  
  670. -----------------------------
  671.  
  672. Subject: 9. What is Archie and how does it relate to FTP?
  673.  
  674. Archie is a special service that keeps file listings from different FTP
  675. sites. You can Telnet to an Archie server (login with username
  676. 'archie') or use a client program to search for specific files.
  677.  
  678. Here are some sites; send mail to 'archie@site_name' for a help file.
  679. Note that some sites do not support mail access. Most do however.
  680.  
  681.     archie.au*                  139.130.4.6     Australia
  682.     archie.edvz.uni-linz.ac.at* 140.78.3.8      Austria
  683.     archie.univie.ac.at*        131.130.1.23    Austria
  684.     archie.uqam.ca*             132.208.250.10  Canada
  685.     archie.funet.fi             128.214.6.100   Finland
  686.     archie.th-darmstadt.de*     130.83.22.60    Germany
  687.     archie.ac.il*               132.65.6.15     Israel
  688.     archie.unipi.it*            131.114.21.10   Italy
  689.     archie.wide.ad.jp           133.4.3.6       Japan
  690.     archie.kr*                  128.134.1.1     Korea
  691.     archie.sogang.ac.kr*        163.239.1.11    Korea
  692.     archie.rediris.es*          130.206.1.2     Spain
  693.     archie.luth.se*             130.240.18.4    Sweden
  694.     archie.switch.ch*           130.59.1.40     Switzerland
  695.     archie.ncu.edu.tw*          140.115.19.24   Taiwan
  696.     archie.doc.ic.ac.uk*        146.169.11.3    United Kingdom
  697.     archie.unl.edu              129.93.1.14     USA (NE)
  698.     archie.internic.net*        198.48.45.10    USA (NJ)
  699.     archie.rutgers.edu*         128.6.18.15     USA (NJ)
  700.     archie.ans.net*             147.225.1.10    USA (NY)
  701.     archie.sura.net*            128.167.254.179 USA (MD)
  702.  
  703. To get a list, type: telnet archie.ans.net
  704. and login as 'archie' (no quotes) and type 'servers' (again, no quotes).
  705. Of course you can also try a server somewhat closer but this list
  706. is from archie.ans.net
  707. To find a file called 'filename' you would type: prog filename
  708. at the prompt. There are lots of options available, read the manual
  709. with the 'help' command (no quotes). The Archie client programs
  710. provide more functionality, tailored to your specific Operating
  711. System. Client programs are available by ftp from most archie
  712. servers.
  713.  
  714. Some of you may be wondering, why does the Anonymous FTP Sitelist exist
  715. if Archie can find files?
  716. The answer is this: Archie does not work (yet) with non-Unix sites (the
  717. number of which will increase substantially the next years with all the
  718. new users using PC's and Amiga's etc.) and another problem with Archie
  719. is that different servers can provide you with different answers depending
  720. on the ftp sites they currently have in their memory.
  721. Using a European server you might not be able to find a file in the US,
  722. but if you try a US server it's possible that it does find the file(s) you
  723. need and vice versa.
  724.  
  725. If you want your ftp server to be included in the archie database, check
  726. the documentation of some of the Archie clients. [I believe the e-mail
  727. address for updates is archie-updates@bunyip.com, but haven't checked
  728. it yet]
  729.  
  730. -----------------------------
  731.  
  732. Subject: 10. Using FSP/Gopher/WAIS/WWW to access archives.
  733.  
  734. Some sites offer retrieval of their FTP archives through Gopher,
  735. a browser for the Internet. You can use a so-called Gopher client
  736. program to connect to a Gopher server (in this case the Gopher server
  737. of the ftp-site). Type 'gopher' on your system to see if Gopher is
  738. installed. Most of the time this will bring up a menu system from which
  739. you have several choices. Check the help pages for instructions or ask
  740. a local system administrator or helpdesk on how to use it.
  741.  
  742. If Gopher does not appear to be installed, ask your local helpdesk
  743. why it isn't. Installing Gopher on your system consists of getting
  744. a client program for your Operating System and installing it.
  745. You can get client programs for Gopher for several Operating Systems
  746. from the boombox.micro.umn.edu ftp site in directory /pub/gopher
  747. and from lots of other sites around the world (check the SITELIST file
  748. for more sites).
  749. Read the Usenet newsgroup comp.infosystems.gopher for more info.
  750. If I know that a site supports Gopher (or one of the other services to
  751. be mentioned here), this info can be found in the Comments: or Server:
  752. line in the SITELIST file.
  753.  
  754. Other means of retrieving files are through the World Wide Web (WWW or W3)
  755. or WAIS. These services are extensions to the 'bare bones' FTP approach and
  756. have rapidly become more popular. They are easy to use and if you have the
  757. resources you should consider getting a client for either Gopher, WWW
  758. or WAIS (or all) from a good ftp site (e.g. ftp.ncsa.uiuc.edu for Mosaic,
  759. a WWW browser, or ftp.think.com for WAIS browsers. These sites are mirrored
  760. around the world, check the sitelist for details).
  761. Check the relevant comp.infosystems.* group or/and the sitelist for
  762. siteaddresses of clients and how to install them.
  763.  
  764. The last option to access an archive to be mentioned here is called FSP
  765. (some people say it stands for File Service Protocol, some call it FTP's
  766. Sexier Partner and others refer to it as F**cking Software Pirates).
  767. FSP has some nice features that FTP doesn't have like 'crash-recovery',
  768. the ability to transfer only the part of a file that wasn't transferred
  769. before (a la Zmodem). Using FSP means getting yourself a client program
  770. and finding FSP sites. A good place to look for clients is on
  771. ftp.germany.eu.net and you can ask for sites in alt.comp.fsp (read the
  772. FAQ and the FSP docs first). FSP is mostly used to retrieve GIF files in
  773. the background (hence the second explanation of the abbreviation) and has
  774. been used for setting up 'pirate' sites (sites that distribute
  775. commercial software, hence the third explanation). This has given it a
  776. somewhat bad name, but the idea is good. More and more admins install
  777. FSP servers because it reduces the load on their machine(s). Unfortunately,
  778. some of the client programs (notably WinFSP) appear to be buggy.
  779.  
  780. -----------------------------
  781.  
  782. Subject: 11. How do I stop the listings from scrolling off the screen?
  783.  
  784. When you're retrieving a directory listing of a large site,
  785. it's quite possible that the number of files in a directory is
  786. bigger than the number of rows on your screen. The listing then
  787. scrolls of your screen. There are several ways to avoid this.
  788. You can use 'ls -CF' or 'ls -lF'  (no quotes) to get a directory listing
  789. like the MS-DOS 'dir/w' command (a 'wide' directory listing). Also,
  790. some ftp clients support: 'ls -l "| more"' or 'dir "| more"'.
  791.  
  792. This seems to differ per site so trying some of the following
  793. might help you (note usage of spaces in the above and below examples):
  794.   ls -l |more
  795.   dir |more
  796.   dir -1 |more
  797.   Ctrl-S to stop the scrolling, Ctrl-Q to resume scrolling
  798.   Alt-Scrolllock to pause the screen and restart it again
  799.  
  800. These combinations are highly machine specific but probably one
  801. of them will work for you. Also, instead of using 'dir' or 'ls'
  802. you can try to retrieve an index file first to look at that.
  803. Either transfer the file and look at it while you're not connected
  804. to the ftp site (by using 'get filename'), transfer the file and look at
  805. it while you're connected (by using a 'shell' command, you temporarily
  806. leave the ftp client program to look at the file with some editor, 'cat'
  807. or 'more', look in the help pages of the ftp client for more info, most
  808. of the time it's:
  809. !more <filename
  810. or something similar) or read the file while you're connected by
  811. retrieving it to the screen itself, use:
  812.  
  813. get filename.idx -   (if you're working on a Unix system)
  814. get filename.idx tt  (if you're working on a VMS system, tt: for OpenVMS,
  815.                       sys$output should work in both cases)
  816. get filename.idx con (if you're working on a MS-DOS system)
  817.  
  818. I have no idea what the appropriate parameter for VM/CMS is. Any takers?
  819. Be aware that this is very useful for small files but is not very
  820. easy for large files (unless you redirect the output to some filter,
  821. like 'more'). Also, reading large files while you are connected is
  822. not recommended because it keeps the ftp server loaded. Be sensitive
  823. and don't overuse this. Get some readme or index files first and read
  824. them off-line so you know how the site is organized and where you can
  825. find things.
  826.  
  827. -----------------------------
  828.  
  829. Subject: 12. How do I set up an (Anonymous) FTP server?
  830.  
  831. I'm not maintaining one, so this is mostly from docs and experience.
  832. Any comments or corrections here would be appreciated.
  833.  
  834. First ask yourself, do I want to do this? It's a potential havoc creator,
  835. extra work and can cause serious security problems. Read the following:
  836. /pub/usenet/news.answers/computer-security/anonymous-ftp-faq
  837. on rtfm.mit.edu and some of the CERT postings in comp.security.announce
  838. (backissues available from ftp.cert.org), most notably the warnings for
  839. bugs in ftpdaemons. Another intro to the administration of Anonymous
  840. FTP Sites can be found at ftp.cs.uni-sb.de as /pub/misc/doc/misc/iafa-wg.Z
  841.  
  842. Setting up a ftpserver basically consists of getting an ftp-daemon running,
  843. setting several options and creating appropriate user(s) and directories.
  844. Most of the time you have to be 'root' or 'superuser' or 'system' on the
  845. system to pull any of this off (excluding those cases where PC users can
  846. run a ftpserver program on their machine).
  847.  
  848. There are several ftpserver programs that can be used. In most cases,
  849. the OS installed on your machine will already have a 'ftpd' program
  850. (on Unix systems, try 'man ftpd'), provided the system has TCP/IP
  851. functionality installed. The programs that come with the OS can be used
  852. without too much hassle because they are written for that OS and there are
  853. full docs available with the OS manuals (at least, they should be).
  854.  
  855. A disadvantage is that most factory servers appear to be rather limited
  856. [I can't explain the widespread use of other programs otherwise], so you
  857. might consider getting a more flexible and portable program like the
  858. Washington University of St. Louis ftpd program (or wu-ftpd for short)
  859. from ftp.wustl.edu. This version can be compiled on your (Unix)system with
  860. the right option and installed in the way the documentation describes
  861. (basically, creating the ~/ftp directory, setting some variables,
  862. checking some permissions and the existence of files, enabling the server
  863. and logging. It appears to be simple enough).
  864. The program is very widely used and updated very fast if a bug is found.
  865. Also, there's a mailinglist for users of the program.
  866. Other ftpserver programs are available from e.g. ftp.funet.fi and some
  867. sites are using custom programs.
  868.  
  869. Server programs are also available for non-Unix systems; for VAX/VMS systems
  870. there's the Multinet server (I have no idea if it's commercial or not,
  871. I guess so), for OS/2 there's the IBM TCP/IP Kit with a ftpserver program,
  872. for MS-Windows there's WinQVT Net, for MS-Windows NT there's probably also
  873. a program and for the Mac and the Amiga as well (I don't know where though).
  874. Check the 'regular' sites for these OSs for server programs, ask in the
  875. appropriate newsgroups (comp.os.*.admin, news.admin.misc, news.misc, after
  876. reading the appropriate FAQs of course!) or ask your software dealer.
  877.  
  878. As a last note, I'd like to emphasize that running a ftpserver means a
  879. potential security leak. There have been bugs in the different server
  880. programs that enabled unauthorized users to access your machine as normal
  881. or even superusers. Read the documentation of the server well and follow the
  882. comp.security advisories of the CERT.
  883.  
  884. When you're ready and have tested the server, you can mail me the addition :-)
  885.  
  886. -----------------------------
  887.  
  888. Subject: 13. How do I automate ftp sessions?
  889.  
  890. This is a new section on how to make life easier (when ftping at least).
  891. Although not very much directed at newbies it might be interesting for
  892. more experienced users. This section is in a *very* experimental stage.
  893. For now only a couple of tips, in the upcoming months this section will
  894. expand to include more general guidelines.
  895. Note: this section will be highly system specific! Not everything might
  896. work on your system. Experiment!
  897.  
  898. VMS:
  899. How to put ftp jobs in queues and automate retrieval.
  900. Create 2 .COM files with any editor (EVE, EDT, TPU, EMACS) that go something
  901. like:
  902.  
  903. JOB.COM
  904. $ ftp sitename
  905. user anonymous
  906. e-mail@address
  907. lcd localdisk:[users.username]
  908. cd /pub/useful
  909. bin
  910. get useful.zip
  911. quit
  912. $ exit
  913.  
  914. and:
  915. QUEUE.COM
  916. submit job /queue='p1' /after='p2'
  917.  
  918. Now you can type: @queue sys$batch 18:00
  919. and it will ftp the file useful.zip from site sitename after 18:00 local
  920. time. The file will be stored on disk localdisk in directory users.username
  921. (if this disk exists of course, it depends on your local situation).
  922. The jobs will be put in queue sys$batch (but you can use others,
  923. ask your local admin what queues are available).
  924.  
  925. Unix (all sorts):
  926. You can use programs like ncftp, batchftp and mirror. See the next section
  927. on where to get those programs. Also, there's a file called .netrc you can
  928. use to specify sitenames, usernames and other parameters for usage by the
  929. ftp client program. Try man ftp for more info on that.
  930.  
  931. DOS/Windows/NT/OS/2:
  932. You might be able to use a DOS client program with parameters like:
  933. ftpbin -h sitename -u anonymous get pub/useful.zip
  934. but since DOS doesn't support background processing it doesn't seem
  935. very useful to me. On the other hand, you can use those (batch) files
  936. in Windows (not very reliable), OS/2 or Windows NT. The latter two
  937. should provide the same functionality as VMS and Unix. I haven't tried
  938. it though, since I find VMS and Unix sufficient here. If anyone has good
  939. or bad experiences with this I'd like to hear. As far as I know, there
  940. are no real queue or batch ftp programs for these OSs. There are numerous
  941. clients, but they rely on active users. For client programs, check the
  942. usual OS/2, NT or Windows (winsock) sites.
  943.  
  944. Others: (VM/CMS, Mac etc.)
  945. I'm not (very) familiar with other Operating Systems. For the Mac there's
  946. Fetch, a client like WS_FTP. Very nice, but I don't think it has queue/batch
  947. possibilities (apart from being able to select a batch of files).
  948.  
  949. -----------------------------
  950.  
  951. Subject: 14. URL's of the interesting things mentioned in this text
  952.  
  953. This part of the FAQ list provides URL's (Universal Resource Locators,
  954. or Uniform Resource Locators) to be used with a WWW (World Wide Web)
  955. browser like Mosaic. By clicking on the lines below you'll supposedly
  956. retrieve the file mentioned there. [not tested yet, so don't rely on
  957. any of this stuff, it's included here for testing. Feedback appreciated]
  958.  
  959.  
  960. David Lemson's Compression List:
  961.  
  962. ftp://ftp.cso.uiuc.edu/doc/pcnet/compression
  963.  
  964.  
  965. The Maasinfo files, maintained by Robert Maas:
  966.  
  967. ftp://ftp.edu.tw/documents/Internet/MaasInfo/
  968.  
  969.  
  970. The EFF Guide to the Internet:
  971.  
  972. ftp://ftp.eff.org/pub/EFF_Netguide/
  973.  
  974.  
  975. ModerXX.zip maintained by Timo Salmi and Rhys Weatherley:
  976.  
  977. ftp://garbo.uwasa.fi/pc/pd2/moder45.zip
  978.  
  979. (because this file has a version number the link might be wrong)
  980.  
  981.  
  982. The Deutsche Anonyme FTP Server Liste maintained by Christian Hettler:
  983.  
  984. http://www.ask.uni-karlsruhe.de/ftp/ftp-list-de.html
  985. ftp://ftp.ask.uni-karlsruhe.de/pub/info/ftp-list-de
  986.  
  987.  
  988. The Dutch Anonymous FTP List maintained by Arjan de Vet:
  989.  
  990. ftp://ftp.iaehv.nl/pub/usenet/nlnet/nl-ftp
  991.  
  992.  
  993. The Anonymous FTP Sitelist and FAQ maintained by Perry Rovers:
  994.  
  995. Europe:
  996.  
  997. ftp://garbo.uwasa.fi/pc/doc-net/ftp-list.zip
  998.  
  999. USA:
  1000.  
  1001. ftp://oak.oakland.edu/SimTel/msdos/info/ftp-list.zip
  1002.  
  1003. Asia:
  1004.  
  1005. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq
  1006. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist
  1007. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.Z
  1008. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.Z
  1009. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/faq.gz
  1010. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/sitelist.gz
  1011. ftp://ftp.edu.tw/documents/networking/guides/ftp-list/ftp-list.zip
  1012.  
  1013. USA:
  1014.  
  1015. ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/faq
  1016. ftp://rtfm.mit.edu/pub/usenet/news.answers/ftp-list/sitelist/
  1017.  
  1018.  
  1019. WWW version (through Thomas Fine's FAQ to HTML conversion program):
  1020.  
  1021. http://www.cis.ohio-state:80/hypertext/faq/usenet/faq/ftp-list/faq/faq.html
  1022.  
  1023. WWW version (through the University of Utrecht CS dept.)
  1024.  
  1025. http://www.cs.ruu.nl/cgi-bin/faqwais/
  1026.  
  1027.  
  1028. Browsable/Searchable WWW versions:
  1029.  
  1030. University of ? server by gorme@ifi.uio.no (Gorm Haug Eriksen)
  1031.  
  1032. http://www.ifi.uio.no/~gorme/ftp-list.html
  1033.  
  1034. InfoNet server by cherry@info.net (Bob Cherry)
  1035.  
  1036. http://www.info.net/app-docs/ftp-list/
  1037.  
  1038. MIDNet server by some friendly person there whose name I can't find at
  1039. the moment [this will be fixed]
  1040.  
  1041. http://www.mid.net/FTP/
  1042.  
  1043.  
  1044. FTP by Mail servers:
  1045.  
  1046. mailto://ftpmail@cs.uow.edu.au
  1047. mailto://ftpmail@ftp.uni-stuttgart.de
  1048. mailto://ftpmail@grasp.insa-lyon.fr
  1049. mailto://ftpmail@doc.ic.ac.uk
  1050. mailto://ftpmail@ieunet.ie
  1051. mailto://ftpmail@sunsite.unc.edu
  1052. mailto://ftpmail@ftp.uu.net
  1053.  
  1054.  
  1055. FTP by Mail server package:
  1056.  
  1057. ftp://ftp.doc.ic.ac.uk/pub/packages/ftpmail/
  1058.  
  1059.  
  1060. E-mail address to report site additions, changes etc.:
  1061.  
  1062. mailto://Perry.Rovers@kub.nl
  1063.  
  1064. E-mail address for MS-Access version (i.e. don't ask me about it):
  1065.  
  1066. mailto://swicz@acc.rwu.edu
  1067.  
  1068. E-mail address for conversion to comma-delimited program (packftp)
  1069. (i.e. don't ask me about it):
  1070.  
  1071. mailto://mrr@mrsoft.network23.com
  1072.  
  1073. E-mail address for AmigaGuide version (i.e. don't ask me about it):
  1074.  
  1075. mailto://Dave_Thomas@mindlink.bc.ca
  1076.  
  1077.  
  1078. Some Archie servers:
  1079.  
  1080. Asia:
  1081.  
  1082. telnet://archie.wide.ad.jp
  1083.  
  1084. Australia:
  1085.  
  1086. telnet://archie.au
  1087.  
  1088. Europe:
  1089.  
  1090. telnet://archie.doc.ic.ac.uk
  1091. telnet://archie.funet.fi
  1092. telnet://archie.luth.se
  1093. telnet://archie.switch.ch
  1094.  
  1095. Middle-East:
  1096.  
  1097. telnet://archie.ac.il
  1098.  
  1099. USA:
  1100.  
  1101. telnet://archie.ans.net
  1102. telnet://archie.internic.net
  1103. telnet://archie.rutgers.edu
  1104. telnet://archie.sura.net
  1105.  
  1106.  
  1107. FSP:
  1108.  
  1109. ftp://ftp.germany.eu.net/pub/networking/fsp/
  1110.  
  1111. Gopher:
  1112.  
  1113. ftp://boombox.micro.umn.edu/pub/gopher/
  1114.  
  1115. WAIS:
  1116.  
  1117. ftp://ftp.think.com/pub/
  1118.  
  1119. WWW:
  1120.  
  1121. ftp://ftp.ncsa.uiuc.edu/pub/ncsa/
  1122. ftp://info.cern.ch/pub/www/
  1123.  
  1124.  
  1125. Setting Up a Secure Anonymous FTP Site:
  1126.  
  1127. ftp://rtfm.mit.edu/pub/usenet/news.answers/computer-security/anonymous-ftp-faq
  1128.  
  1129. Another intro to FTP site administration:
  1130.  
  1131. ftp://ftp.cs.uni-sb.de/pub/misc/doc/misc/iafa-wg.Z
  1132.  
  1133.  
  1134. FTP-daemon programs:
  1135.  
  1136. WUSTL FTPD (wu-ftpd):
  1137. ftp://ftp.wustl.edu/pub/wu-ftpd/
  1138.  
  1139. FUNET ftpd:
  1140. ftp://ftp.funet.fi/pub/
  1141.  
  1142.  
  1143. FTP Utilities:
  1144. NcFTP
  1145. ftp://ftp.cs.unl.edu/pub/ncftp/
  1146.  
  1147. Batchftp:
  1148. ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp102.tar.Z
  1149. ftp://garbo.uwasa.fi/unix/networking/ftp/batchftp.inf
  1150.  
  1151.  
  1152.  
  1153. ======================================================================
  1154. [End Of File]
  1155.