Skip to end of banner
Go to start of banner

Use the Command Line

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 32 Next »

Navigation:


The selected root page could not be found.


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.


Prepackaged python binaries for all tools are available from here.

 

Start the command line tool and log in using your Pawsey credentials:

./pshell
pawsey:offline>login
Username: sean
Password: 
pawsey:/projects>

You can now navigate (cd, ls) and transfer files (put, get) between your local filesystem and your Pawsey storage project(s).

  • No labels