4.7.6.2 Accessing folders anonymously
All folders of a BSCW server that have been published
by allowing anonymous access are listed in the public space
of the server. The public space may be accessed by clicking
or by selecting
in the top menu.
If you want to create a link to a BSCW object that allows anonymous access in a public Web page, you should proceed as follows:
- Copy the object’s URL in BSCW (most Web browsers are able to copy the URL of a link to the local clipboard).
- Modify the URL so that it by-passes the log-in procedure and accesses the object directly by replacing .../bscw/... by .../pub/....
- Insert the modified URL, e.g., into your home page, to allow direct access to the BSCW object from your home page.
The modification of the URL is demonstrated in the following example. Let the internal address of an object be:
- http://your-bscw-server/bscw/bscw.cgi/d18147/some.doc
The bold part of this address must be replaced for anonymous access as shown below:
- http://your-bscw-server/pub/bscw.cgi/d18147/some.doc
Replacing “bscw” by “pub” has the effect that the BSCW log-in procedure (which is normally started when a user accesses the BSCW server) is by-passed. Access control, however, is not by-passed: BSCW returns an error message if anonymous access is not allowed for the object requested.