NASM - The Netwide Assembler

NASM Forum => Example Code => Topic started by: Zefferon on March 19, 2015, 04:24:02 AM

Title: Linux - Boilerplate Download a Webpage And Save It To a File
Post by: Zefferon on March 19, 2015, 04:24:02 AM
GetWebpage is a boilerplate program that can be easily modified
to do more than just download a webpage. GetWebpage is an example
of programming with Berkeley sockets as implemented on Linux systems.

Example:
GetWebpage http://www.gnu.org
  will save the webpage as the file www_gnu_org_
GetWebpage http://www.gnu.org/distros/free-distros.html FreeDistros.html
  will save the webpage as the file FreeDistros.html

Website:
   http://www.shallizar.com/nasmcollection/Linux/Shallizar/Apps/Boilerplate/GetWebpage.html