To use scp command to transfer a file to another server use the below syntax
>scp <filename> <Target server>:<location>
Example:
>scp abc.txt ab-server:/home/abc/
A technology and programming blog to share knowledge and solutions to problems came across
Comments
Post a Comment