Linux: Secure Copy (SCP): Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

7 October 2025

  • curprev 20:3220:32, 7 October 2025Novy talk contribs 500 bytes +500 Created page with "Untuk melakukan copy file dari Windows Poweshell ke Linux kita dapat menggunakan SCP, perintahnya seperti berikut ini :<syntaxhighlight lang="linuxconfig" line="1"> # Format dasar: scp [file_sumber] [username]@[ip_server]:[folder_tujuan] # Contoh nyata: scp document.txt user@192.168.1.100:/home/user/documents/ # Kirim seluruh folder: scp -r C:\MyFolder\ user@192.168.1.100:/home/user/backup/ </syntaxhighlight>Syarat menjalankan perintah di atas adalah servis SSH sudah a..." Tag: Visual edit
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)