Building
========
Use the normal edk2 build process, e.g. build -a X64 -t VS2008x86 -p HpNetworkPkg\HpNetworkPkg.dsc
Running
=======
url2file is a simple test application, ported as-is from the libcurl examples.
* Run ifconfig first, e.g. ifconfig -s eth0 dhcp
* Run url2file <url>, e.g. url2file http://74.125.21.100
* The downloaded page is saved to page.out
History
=======
version 0.01: based on libcurl 7.32.0