home *** CD-ROM | disk | FTP | other *** search
/ ftp.ornl.gov / 2014.05.ftp.ornl.gov.tar / ftp.ornl.gov / README
Text File  |  2005-05-11  |  3KB  |  76 lines

  1.  
  2.  
  3.             Oak Ridge National Laboratory
  4.               Anonymous FTP File Server
  5.  
  6.                  Updated 5/12/200r53
  7.  
  8. INTRODUCTION
  9.  
  10.     The files under this directory are provided as a service of Oak Ridge 
  11.     National Laboratory, managed by UT-Battelle LLC.
  12.  
  13. ORGANIZATION
  14.  
  15.     The anonymous FTP server is organized as follows:
  16.  
  17.     README          - this file
  18.  
  19.     pub                  - public files for anonymous users to download
  20.                            with "get"
  21.  
  22.     incoming             - directory for anonymous users to upload data
  23.                            into with the "put" command. DO NOT create
  24.                            directories in this area, as they will be
  25.                            deleted shortly after you create them.
  26.  
  27.     outgoing             - directory for anonymous users to download 
  28.                            with "get".  "dir" and "ls" do not work in this
  29.                            directory and you must know file names.
  30.  
  31.     bin, etc, usr        - files used to implement the server.  These
  32.                are not interesting or useful to most
  33.                  workstation users
  34.  
  35. USAGE
  36.  
  37.     Use the "cd" and "ls" commands to move around the FTP area.  Copy
  38.     files to your system with the "get" command.  Use the "binary" command
  39.     before transferring binary files such as executables and compressed
  40.     files.  Compressed files have names ending with ".Z" or ".gz".  Use the
  41.     uncompress or zcat command on your system to return ".Z" compressed
  42.     files (or gunzip or gzcat for ".gz" files, see /unix/gzip) to their
  43.     original format. 
  44.  
  45.     Filenames ending in ".tar" are tar archives.  See the tar man page
  46.     on your system for more details on unpacking them.
  47.  
  48.     Filenames ending in ".ps" are in PostScript format.  They can be
  49.     printed on a PostScript compatible printer or viewed on screen using a
  50.     previewer such as DEC's dxpsview or Sun OpenWindows' pageview.
  51.  
  52.     Before retrieving large files, make sure you've got sufficient
  53.     disk space on your system to get the files and unpack them.  The "ls
  54.     -l" FTP command shows the size of files in bytes.  The "du" command on
  55.     most workstations will show available disk space in 512 byte blocks.
  56.  
  57.     If you're coming from a workstation, don't forget that you can
  58.     execute UNIX commands on your system while you're in FTP by prefixing
  59.     them with an exclamation mark.  For example, to create a directory on
  60.     your system type "!mkdir dir-name".
  61.  
  62.     Hint: to read text files without copying them to your system, copy
  63.     them to "-".  For example, "get README -" will copy the remote file 
  64.     README to your screen.  You can also substitute "/dev/tty" for "-",
  65.     e.g., "get README /dev/tty" on UNIX systems.
  66.  
  67. IMPORTANT NOTICE
  68.  
  69.     If you have any problems, send email to cipsgroup@ornl.gov.
  70.  
  71. CONTACT
  72.  
  73.     Helpline can be reached by phone at (865) 241-6765 and by
  74.     e-mail at helpline@ornl.gov.  If you have questions, comments, or 
  75.     suggestions for improving our service, please tell us.
  76.