...
If warm tier access is required, boto3.
Logging in
Start the command line tool and log in using your Pawsey credentials:
...
Remotes
...
pshell maintains a list of possible remote connections. The currently active remote is shown in the left part of pshell's command prompt:
Code Block |
---|
portal:> remote
portal not connected
public not connected |
New remotes can be added to either Mediaflux servers or S3 resources, such as Acacia or AWS-S3 - see the guide for more details.
Logging in
...
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.
Code Block |
---|
portal:>login Username: sean Password: portal:> remote portal authenticated to http://data.pawsey:/projects>.org.au/aterm as user=ivec:sean |
You can now navigate (cd, ls) and transfer files (put, get) between your local filesystem and your Pawsey storage project(s).
...