Difference between revisions of "Wget: Download files recursively from a location"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
== Download files/directory from a location (recursively) == | == Download files/directory from a location (recursively) == | ||
<syntaxhighlight> wget -r --no-parent --reject "index.html*" -nH http://xyz.com/dir/dir1 </syntaxhighlight> | <syntaxhighlight> wget -r --no-parent --reject "index.html*" -nH http://xyz.com/dir/dir1 </syntaxhighlight> | ||
| + | |||
| + | namespace = {{NAMESPACE}} | ||
Revision as of 05:37, 4 January 2013
Download files/directory from a location (recursively)
wget -r --no-parent --reject "index.html*" -nH http://xyz.com/dir/dir1namespace =