Next: Access via Gopher Up: Anonymous Access Previous: Instructions for Anonymous

Instructions for Anonymous RCP and RSH

You can use anonymous RCP to copy files and anonymous RSH to list directories.

  1. To copy a particular file to your system, type

    rcp anon@netlib.org:<filename> <local_filename>

    where <filename> is the filename in the Netlib repository and <local_filename> is the local file in which you wish to have the data stored on your system.

    For example, to retrieve sgetrf.f from lapack, type

    rcp anon@netlib.org:lapack/sgetrf.f sgetrf.f

  2. To list files from a particular directory, type

    rsh netlib.org -l anon ls <directory>

    (On some machines, the command is remsh instead of rsh).

    Normal ls options work; ls -l gets the size, etc. You can use metacharacters by putting the argument to ls in single quotes.


browne@utkcs.cs.utk.edu
Thu Aug 25 09:07:23 EDT 1994