Difference between revisions of "Transfer files via SCP"

From IGEP - ISEE Wiki

Jump to: navigation, search
m (USE)
m
Line 1: Line 1:
 
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.
 
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  ===
+
'''Use'''
  
 
<pre>$ scp -r files_to_transfer destination_user@destination_host:/destination_path</pre>
 
<pre>$ scp -r files_to_transfer destination_user@destination_host:/destination_path</pre>

Revision as of 12:56, 28 August 2012

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.5.1:/tmp/file.text