I'm using Linux (centos) machine, I already connected to the other system using ssh
. Now my question is how can I copy files from one system to another system?
Suppose, in my environment, I have two system like System A
and System B
. I'm using System A
machine and some other using System B
machine.
How can I copy a file from System B
to System A
?
And, copy a file from System A
to System B
?