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