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.

21 October 2024

  • curprev 10:5110:51, 21 October 2024Manetta talk contribs 910 bytes +910 Created page with "You can upload files to a server in the terminal with '''scp'''! scp stands for: OpenSSH secure file copy ==How to use it?== # open a terminal # navigate to the file/folder you would like to upload # use scp to upload this file/folder, see examples below # log in to the server with SSH # find the uploaded file/folder in your home folder ==Without SSH shortcut== $ scp filename.ext USERNAME@192.145.139.xxx: $ scp -r foldername USERNAME@192.145.139.xxx: ==With SSH..."