Section | |||||||||
---|---|---|---|---|---|---|---|---|---|
|
Introduction
The primary tool for transferring data is pshell.
This requires only Python 2.7.x in order to run and uses SFTP syntax (put, get, etc) to move data.
A new beta tool (pmount) is also available for mounting your project as a local folder; but currently only if you are running on other Pawsey systems (eg Nimbus, Magnus, etc)
This tool requires Python 2.7.x and also FUSE on the local system.
Note |
---|
Prepackaged python binaries for all tools are available from here. |
Start the command line tool and log in using your Pawsey credentials:
Code Block |
---|
./pshell
pawsey:offline>login
Username: sean
Password:
pawsey:/projects> |
|