scp secure copy 2 file | java php laravel linux mysql sql bootstrap html css query java php laravel linux mysql sql bootstrap html css query: scp secure copy 2 file

Saturday, August 2, 2014

scp secure copy 2 file

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

saifiahmada.com adalah blog belajar programming Indonesia, membahas lengkap materi bahasa pemrograman: code HTML, CSS, Bootstrap, Desain, PHP, MySQL, coding Java, Query, SQL, dan dunia linux