Transfer files via SCP

From IGEP - ISEE Wiki

Revision as of 13:53, 26 January 2012 by Albert (talk | contribs) (Created page with '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, Wi…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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