top of page

Terminal Download Tools

  • Writer: Luke Chikkala
    Luke Chikkala
  • Dec 15, 2018
  • 1 min read

To download a file from a website: Syntax: curl www.example.com --output my.file Example: curl https://wpcom-themes.svn.automattic.com/p2-breathe/ --output 404.php

 

To download a directory from a website: Syntax: wget --no-parent -r www.example.com/directory Example: wget --no-parent -r https://wpcom-themes.svn.automattic.com/p2-breathe/

 
 
 

Comments


Post: Blog2_Post

©2021 by lukechikkala.

bottom of page