Horje
centos copy files ssh Code Example
centos copy files ssh
scp <source> <destination>

#To 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
install terminus in ubuntu Code Example install terminus in ubuntu Code Example
how to use traceroute command in ubuntu Code Example how to use traceroute command in ubuntu Code Example
install x server wsl2 Code Example install x server wsl2 Code Example
linux custom command Code Example linux custom command Code Example
compile assembly gcc Code Example compile assembly gcc Code Example

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