Horje
how to transfer data using ssh Code Example
how to transfer data using ssh
#how to copie files using ssh

#copy a file from B to A while logged into B:
scp /path/to/file username@a:/path/to/destination

#to copy a file from B to A while logged into A:
scp username@b:/path/to/file /path/to/destination




Shell

Related
how to uninstall rust Code Example how to uninstall rust Code Example
checkout git specific commit Code Example checkout git specific commit Code Example
npm install firebase @angular/fire Code Example npm install firebase @angular/fire Code Example
steps to assign mfa using aws cli Code Example steps to assign mfa using aws cli Code Example
linux bash scripts tutorial Code Example linux bash scripts tutorial Code Example

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