Requirements
Python 2.7.x
Logging in
Start the command line tool and log in using your Pawsey credentials:
localhost> 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).
Command syntax
The command line client implements a subset of the standard SFTP commands.
Remote filesystem commands: cd, ls, pwd, mkdir, rmdir
Local filesystem commands: lcd, lls, lpwd
Transfer commands: get, put
Finding out more
To see an overview of the available commands, type "help" at the prompt. You can also type "help <command>" to obtain specific help on the named command.
pawsey:/projects>help Documented commands (type help <topic>): ======================================== cd delegate file help lls logout ls put quit rmdir debug exit get lcd login lpwd mkdir pwd rm whoami pawsey:/projects>help file Return metadata information on a remote file Usage: file <filename>