How to User Secure Copy (scp)
SCP let’s you easily copy files and directories from a remote host down to local machine.
scp your_username@remotehost.edu:/some/remote/file.txt /some/local/directory
SCP let’s you easily copy files and directories from a remote host down to local machine.
scp your_username@remotehost.edu:/some/remote/file.txt /some/local/directory