scp ( secure copy ) , copy beberapa file lewat command line linux dari satu komputer( linux os) ke komputer lain(linux os)
Bismillah
q> Contoh perintahnya
[sourcecode language="bash"]scp /path/file1.jpg /path/file2.png saifi@192.168.1.2:~/Pictures/[/sourcecode]
q> arti :
scp : secure copy
/path/file1.jpg = file pertama yang akan di-copy
/path/file2.png = file kedua yang akan di-copy
saifi = user pada komputer target
192.168.1.2 = IP komputer target
~/Pictures = folder target adalah Pictures untuk user saifi
Alhamdulillah
No comments:
Post a Comment