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

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable