scp
scp
makes it easy to transfer files to/from a remote host.
Useful Commands
- Copy from remote to local -
scp [user]@[remote]:[remote file path] [local file path]
- Copy from local to remote -
scp [local file path] [user]@[remote]:[remote file path]