Skip to content
Thomas Brettin edited this page Jul 29, 2013 · 10 revisions

Command Line Client

Make sure the shock-client command is in your path. You will also need access to a running shock server. For demo purposes, I've installed the shock server on localhost. See installing.

  1. Set up your .shock-client.cfg file in your home directory. The only changes that I had to make to the template was set the server url.

`[server]

the url requires the protocol (http) and port (7044)

url=http://localhost:7044`

[server]

the url requires the protocol (http) and port (7044)

url=http://localhost:7044

  1. Authenticate with shock server. For this I'm using the Globus Online

shock-client auth show shock-client set

  1. Upload some data.

  2. Download that data.

Clone this wiki locally