Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / ACE / apps / JAWS / clients / Blobby / README
blob4ed3092564ec29507411186278aedaf9d275bc37
3 README for blobby, the example application for JAWS
4 ---------------------------------------------------
6 Blobby is a simple application written using the ACE_Blob class, which
7 is capable of doing both file uploads and downloads from the JAWS
8 server.
10 If a file is downloaded, the downloaded data is sent to standard
11 output, so that it can be piped as necessary.
13 It is an ACE application, and should be compiled exactly like any
14 other ACE application.
16 It accepts the following command line arguments:
19         -r              Read (download) the file from the server
20         -w              Write (upload) the file to the server
21                         (Default is Read file)
23         -h hostname     Use the server running on hostname
24                         (Default is localhost)
26         -p port         Port number of the server
27                         (Default is 80)
29         -f filename     The file to upload/download from the server
31         -l length       The number of bytes to read/write from the server
32         -o offset       The offset into the file to be read/written
34         -d              Puts blobby into debug mode, where it echoes
35                         its command line arguments