Changes

Transfer files via SCP

6 bytes added, 13:56, 26 January 2012
m
USE
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 ===
<pre>$ scp -r <files to transfer> <destination user>files_to_transfer destination_user@<destination host>destination_host:/<destination path>destination_path
Example:
$ scp -r file.text root@192.168.2.1:/usr/share/file.text</pre>
 [[Category:Work in progressWork_in_progress]][[Category:Communications]]
0
edits