This package (Freenet.client) is a set of runnable classes to be used as a
rudimentary command line interface to the network. InsertClient is used to
send a file to the network and RequestClient is used to get a file from the
network. They are invoked in the standard way, with 
 "java Freenet.client.InsertClient" or "java Freenet.client.RequestClient",
followed by the arguments. Run them without arguments and they will print
usage information.

Giving the insert client the option -keyindex URL will cause it to register the
key you are inserting with the specified key server.

Giving the request client the option -keyindex URL will cause it to 
print the list of keys registered with the specified key server.

A perl cgi script to run a key server can be found in Freenet/contrib/keyindex.

