Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Your system must have Python 3.6.x or greater installed, and boto3 if accessing S3 resources such as acacia or aws.

Note

A prepackaged python executable for pshell is available from here.

Running

From the command line, you can start pshell as follows:

...

Code Block
portal:> remote
portal [ authenticatednot connected ] *
public [ not connected ]
aws    [ not connected ]

...

Authenticate to a remote using the appropriate credentials. In the case of the data portal it will be your Pawsey credentials. In the case of an S3 resource it will be your key and secret pair. If the login was successful, the connection status of the remote will be updated.

Code Block
portal:>login
Username: sean
Password:

portal:> remote/>remote
portal               authenticated to: https://data.pawsey.org.au/aterm as user=ivec:sean
public               not connected to: https://data.pawsey.org.au:443[ authenticated ] *
public [ not connected ]
aws    [ not connected ]

You can now navigate (cdls) and transfer files (putget) between your local filesystem and your remote storage resource.

...