= 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. 2. 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 [[Image(wiki:transfer:server1.jpg)]] 3. Add a file to the server by right clicking and selecting "add files..." [[Image(wiki:transfer:server2.jpg)]] [[Image(wiki:transfer:server3.jpg)]] == Using wget to Retrieve Files from the Server == 4. 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.