Skip to end of banner
Go to start of banner

PSHELL Quickstart

Skip to end of metadata
Go to start of metadata

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

Compare with Current View Version History

« Previous Version 9 Next »

Requirements


Python 3.6.x or greater

If warm tier access is required, boto3.

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 (cdls) and transfer files (putget) 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>
  • No labels