wiki:transfer

Version 1 (modified by trac, 7 years ago) ( diff )

--

Using Http File Server

This demonstrates how to move a file from a host computer to a board using HFS (Http File Server).

  1. Download HFS (found at http://www.rejetto.com/hfs/?f=dl) to a computer that can be used to transfer the file.
  1. Make sure the server's IP address is in the same network as the board.

In this example, the server is 192.168.1.34/255.255.255.0 and the board is 192.168.1.15/255.255.255.0

  1. Add a file to the server by right clicking and selecting "add files..."

Using wget to Retrieve Files from the Server

  1. On the board type:
wget [URL]

For example:

wget http://192.168.1.34/testing.txt

This will download testing.txt to the current directory.

Attachments (3)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.