Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Transfer files via SCP

50 bytes added, 13:03, 28 August 2012
m
no edit summary
<section begin=Instructions />
SCP is a network protocol which supports file transfers between Linux 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.
'''Example:'''
Now let's transfer a file called originalfile.file text in your host PC to IGEPv2 IGEP Board in /home/roottmp/
In your Host PC open Terminal and type:
<pre>$ scp -r file.text root@192.168.5.1:/tmp/file.text </pre>
You can repeat the process from the IGEPv2 IGEP console, and transfer a file from IGEPv2 IGEP to your Host PC.<section end=Instructions />
[[Category:Work_in_progress]] [[Category:Software applications]]
4,199
edits