Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / src / rx / bulk.example / README
CommitLineData
805e021f
CE
1Copyright 2000, International Business Machines Corporation and others.
2All Rights Reserved.
3
4This software has been released under the terms of the IBM Public
5License. For details, see the LICENSE file in the top-level source
6directory or online at http://www.openafs.org/dl/license10.html
7
8The files in this directory can be made (use make or build) into a simple system
9to demonstrate a means of doing bulk transfer with Rx.
10
11Run the server, bulk_server, with no arguments.
12
13Bulk_client is run by:
14
15 bulk_client [-verbose] -store/-fetch localFile remoteHost remoteFile
16
17The verbose flag is forwarded to the server process. The specified local file is stored or fetched from the remote file at the indicated host.
18