Transfer / Edit files in ms14

From Wiki for Dragino Project
Revision as of 21:52, 24 March 2011 by Edwin (Talk | contribs) (Transfer files via SCP protocol)

Jump to: navigation, search

Lost of methods can be used to transfer files between Dragino and PC.

Transfer files via SCP protocol

In Linux machine

example: transfer "README" to /tmp directory of dragino.

[edwin$host ]$ scp README root@dragino:/tmp

In windows machine