Using Http File Server
This demonstrates how to move a file from a host computer to a board using HFS (Http File Server).
- Download HFS (found at http://www.rejetto.com/hfs/?f=dl) to a computer that can be used to transfer the file.
- 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
- Add a file to the server by right clicking and selecting "add files..."
Using wget to Retrieve Files from the Server
- 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.
Last modified
7 years ago
Last modified on 10/22/2017 05:28:45 AM
Attachments (3)
- server1.jpg (26.8 KB ) - added by 7 years ago.
- server2.jpg (34.2 KB ) - added by 7 years ago.
- server3.jpg (28.3 KB ) - added by 7 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.