Interacting with JetStream

There are a few ways of working with JetStream server: for automation, there are command line and Python API intefaces; as well as a graphical client.

API

JetStream Server comes with full API access. API functions can be called from Python, or by using the jetstream executable. To learn more about using the API, please refer to the Go:JetStream API Documentation.

Graphical Client

A graphical JetStream Client is available for download.

../_images/jetstream-transfers.png

Command Line Client

The JetStream API Python package comes with a command line client jscp. It can be used to transfers files between two JetStream Servers with syntax similar to the OpenSSH scp tool.