How to use command-line SFTP using Putty PSFTP software in Microsoft Windows

  1. Issue the command psftp username@gatewayname.math.arizona.edu from a command prompt, or instead double-click the PSFTP icon and type the command open username@gatewayname.math.arizona.edu into the PSFTP window.
  2. To download a file (transfer from the remote system to your local system), use the command get filename.
  3. To upload a file (transfer from your local system to the remote system), use the command put filename.
  4. For further help using SFTP, please refer to the PSFTP website.