Anonymous FTP

To get a file using anonymous FTP, use user name "anonymous" and your email address as a password:
               > ftp ftp.sgi.com
               Enter user name: anonymous
               Password: me@myhost.edu
               ftp> cd ~ftp/sgi/whitepaper
               ftp> binary
               ftp> get FILENAME
               ftp> quit
Remember the files are in compressed format so you must uncompress them before using them.