scp
OpenSSH secure file copy.
- Homepage: https://www.openssh.com/
- Doc: https://www.openssh.com/manual.html
- Repo: https://github.com/openssh/openssh-portable
Installation
- Debian package:
openssh-client
Usage
scp -r <user>@<hostname>:<remote-path> <local-path> # Recursively copy directory from remote server to local machine