Command line client for the default transport plugin implementation in the
CFS. Can be used to upload, download and delete files at the CFS.
The client executes a command and then does some command dependant things:
PUT:
- Prints out the result of the command
- Prints out the identifier returned by the server if result if OK. Prints
the exception if result is FAILED_SERVER or FAILED_CLIENT
GET:
- Prints out the result of the command
- Prints out the identifier returned by the server. Prints the exception if
result is FAILED_SERVER or FAILED_CLIENT
DEL:
- Prints out the result of the command
- Prints the exception if result is FAILED_SERVER or FAILED_CLIENT