What Does Scp Stand For Code Example
Example 1: using scp
scp remote_username@10.10.0.2:/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
Comments
Post a Comment