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.

7 October 2025

  • curprev 20:3320:33, 7 October 2025Novy talk contribs 506 bytes +6 No edit summary Tag: Visual edit
  • curprev 20:3220:32, 7 October 2025Novy talk contribsm 500 bytes 0 Protected "Linux: Secure Copy (SCP)" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
  • 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