Author Topic: Linux - Boilerplate Download a Webpage And Save It To a File  (Read 8055 times)

Offline Zefferon

  • Jr. Member
  • *
  • Posts: 13
Linux - Boilerplate Download a Webpage And Save It To a File
« 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