Smart Cities - Transferring Files using Secure Copy

From Sensors in Schools
Revision as of 19:46, 15 January 2023 by EdmondLascaris (talk | contribs)
Jump to navigation Jump to search

Introduction

  • The fastest way to copy files between two computers is to use Secure Copy (scp)[1].
  • This method is executed from the Terminal and hence eliminates the overhead of a GUI application.
  • It is both fast and secure.
  • Files can be transferred in both directions.

Prerequisites

  • In this lesson it is assumed that Secure Shell (SSH) has been enabled on both computers.
  • Both Public and Private keys are being used in this example to make the connection more secure.