a SCP or an SCP code example
Example 1: using scp
scp [email protected]:/remote/file.txt /local/directory
Example 2: scp examples
# With ssh key, verbose, and -r for whole directories.
scp -v -i [your private key path] -r /my_dir [server_user]@[serverIP]:/where/to/copy