
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.

