Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 615 Bytes

File metadata and controls

28 lines (20 loc) · 615 Bytes
layout reference
root .

SFTP

If you want to use SFTP from the command line instead of with Filezilla then these commands might be helpful.

Running SFTP

sftp firstname.surname@scp.hpcwales.co.uk

SFTP commands

command Purpose
ls list files
pwd curret directory on server
!pwd current directory on local system
get copy a file from the server
put copy a file to the server
lcd change local directory
cd change remote directory

Useful Links