Using FTP to Access Realization Group Documents

Some of the Realization Group documents and software are accessible by both the World Wide Web and FTP. The address of the ICSI ftp site is ftp.icsi.berkeley.edu, with Realization Group files in the pub/speech subdirectory.

There are many ways of getting a copy of these files, including:

  1. If you are using Mosaic, select "Load to Local Disk" in the options menu before selecting a link to the required document. When you click on the link, the file will be transfered to your local machine and you will be prompted for a file name to use for saving it.

  2. Use the ftp program (typically on a Unix system). A typical sequence of commands might be:
    cd /where/you/want/to/put/the/file/
    ftp ftp.icsi.berkeley.edu
    anonymous
    yourname@your.machine
    cd pub/speech/papers
    ls
    get somepaper.ps.Z
    quit
    

The following are some of the files available by FTP:


David Johnson - August 9, 1994