Transfer files via SCP

From IGEP - ISEE Wiki

Revision as of 11:47, 20 April 2012 by Albert (talk | contribs)

Jump to: navigation, search

SCP is a network protocol which supports file transfers between hosts. You can use this protocol to directly transfer files from a host to a IGEP Processor Board via Ethernet, Wifi, USB Ethernet Gadget, etc.

USE

$ scp -r files_to_transfer destination_user@destination_host:/destination_path

Example:

$ scp -r file.text root@192.168.2.1:/usr/share/file.text