Web operations: WGET, CURL

Web utilities and operations


wget

Utility to download:
  • Large files
  • Recursively, so the tree of the web pages
  • The required passwords 
  • Multiple files at once

curl

Visualise the content of a web page

$ curl -o [filename] [web page url]
Save the html page into a file

Comments