SCP adalah singkatan dari Secure Copy
Perintahnya kurang lebih sama dengan saat kita melakukan SSH hanya saja menambahkan source directory dan destination directory
Menyalin File Lokal ke Lokasi Remote
scp /users/Edward/desktop/scp.zip [email protected]:/writing/article
Menyalin File Remote ke Perangkat Lokal
scp [email protected]:/writing/articles/SCP.zip Users/Edward/Desktop
Memindahkan File Remote ke File Remote Lain
scp [email protected]:/writing/article/scp.zip [email protected]:/publishing
Keterangan artikel :
Tested on: Linux mint Sumber: https://www.hostinger.co.id/tutorial/scp-linux