home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 August / CICA.cdr / cis_libs / mswin32 / 15 / ftp.txt < prev    next >
Encoding:
Text File  |  1993-04-12  |  1.6 KB  |  45 lines

  1.  ------------------------------------------------------------------------
  2.  The Unicode Consortium has on-line versions of some reports and mapping
  3.  tables.  These can be obtained via "anonymous FTP" from the Internet site
  4.  "UNICODE.ORG".  To retrieve them, uses will need access to the Internet and
  5.  the program "ftp" or a work-alike. There are programs that allow access
  6.  to ftp by non-UNIX machines. One example of this is Fetch 2.1--FTP for the
  7.  Macintosh; contact Fetch@dartmouth.edu for more information.
  8.  
  9.  A typical command for accessing ftp is:
  10.  
  11.         ftp unicode.org
  12.  
  13.  Shortly after entering this command, the following banner should appear:
  14.  
  15.    Connected to sarasvati.
  16.    220 sarasvati FTP server (Version 5.1 (NeXT 1.0) Wed Dec 9, 1992) ready.
  17.    Name (sarasvati:rmcgowan):
  18.  
  19.  To login, type the word "anonymous".  The server will reply with:
  20.  
  21.    331 Guest login ok, send ident as password.
  22.    Password:
  23.  
  24.  There is no password required for anonymous file retrieval, but it is helpful
  25.  
  26.  if users enter their full electronic mail address as a "password".  The
  27.  server will reply with:
  28.    230 Guest login ok, access restrictions apply.
  29.    ftp>
  30.  
  31.  Type "help" to get a list of commands that are available for navigating
  32.  through the directories and retrieving files.  Several sub-directories are
  33.  available under the public directory.  The public directory is "pub".
  34.  Subsirectories are:
  35.  
  36.     MappingTables
  37.     TechReports
  38.     Programs
  39.     TestSuites
  40.     README
  41.     Announcements
  42.  
  43.  To exit from the server and close the FTP connection, type "quit".
  44.  ------------------------------------------------------------------------
  45.