Copying files from our machine to another machine scp
Example:
[root@washington]# scp /home/samba/temp.tar.gz 192.168.0.118:/home/
scp -rP 4242 directory/ user@IP:/home/(if port and user is there)
Copying files from another machine to our machine scp
[root@washington ]#scp 192.168.0.118:/home/temp.tar.gz /root
No comments:
Post a Comment