Prospero
上传用户:sddyfurun
上传日期:2007-01-04
资源大小:525k
文件大小:1k
源码类别:

代理服务器

开发平台:

Unix_Linux

  1. Prospero also allows users to access Archie as if it were part of a
  2. file system.  Here is an example of how Prospero can be used to access
  3. Archie in this manner.
  4.   Script started on Mon Jul  1 22:36:42 1991
  5.   % source /home/ftp/archie/pfs/bin/vfsetup.source
  6.   % vfsetup guest
  7.   % venable
  8.   % cd /archive-sites/archie/regex
  9.   % cd prospero (This command specifies the query)
  10.   % ls -l
  11.   total 0
  12.   -r--r--r--   0 -               0 -            info-prospero.arc
  13.   dr-xr-xr-x   0 -               0 -            prospero
  14.   dr-xr-xr-x   0 -               0 -            prospero-papers
  15.   -r--r--r--   0 -               0 -            prospero.arc
  16.   -r--r--r--   0 -               0 -            prospero.tar.Z
  17.   (Note that the "vls" command could have been used)
  18.   (to show where the files were actually stored    )
  19.   % ls prospero (list a result if it is a directory)
  20.   prog.tar.Z      prospero.tar.Z
  21.   % cat info-prospero.arc  (The file is automatically retrieved and displayed)
  22.   >From bcn@n1dmm  Tue Dec  4 02:33:36 1990
  23.   Received: from n1dmm.cs.washington.edu by june.cs.washington.edu (5.64/7.0jh)
  24.           id AA24763; Tue, 4 Dec 90 02:33:36 -0800
  25.   Received: by n1dmm.cs.washington.edu (5.64/7.0h)
  26.           id AA08497; Tue, 4 Dec 90 02:33:31 -0800
  27.   Date: Tue, 4 Dec 90 02:33:31 -0800
  28.   From: bcn@cs.washington.edu (Clifford Neuman)
  29.   ...
  30.   % vdisable
  31.   % exit
  32.   script done on Mon Jul  1 22:39:33 1991