Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Transfer files via SCP

239 bytes added, 22:30, 29 October 2017
no edit summary
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.
=== USE ==='''Use''':
<pre>$ scp -r <files to transfer> <destination user>files_to_transfer destination_user@<destination host>destination_host:/destination_path<destination path/pre>
'''Example:'''
$ scp -r Now let's transfer a file called file.text root@192.168.2.1:/usrin your host PC to IGEP Board in /sharetmp/file.text
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 IGEP console, and transfer a file from IGEP to your Host PC.   [[Category:Work in progressSoftware applications]] [[Category:CommunicationsSSH]]