Horje
scp local to remote Code Example
scp send file
scp ./file.txt remote_username@remote_ip:/remote/directory
scp folder from server to local
scp -r user@your.server.example.com:/path/to/foo /home/user/Desktop/
scp to copy file from remote server to local
scp file.txt remote_username@10.10.0.2:/remote/directory
Copy
Source: linuxize.com
copy from remote to local
scp file.txt remote_username@10.10.0.2:/remote/directory
Source: linuxize.com
scp local to remote
scp -i <private_key> ./file.txt remote_username@remote_ip:/remote/directory
scp remote to local
scp username@remote:/file/to/send /where/to/put




Shell

Related
how to add key pair to ec2 instance terraform Code Example how to add key pair to ec2 instance terraform Code Example
expo uninstall Code Example expo uninstall Code Example
how to see path in command prompt Code Example how to see path in command prompt Code Example
npm install webpack Code Example npm install webpack Code Example
ubuntu 20 stop apache Code Example ubuntu 20 stop apache Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
11