Difference between revisions of "Wget --mirror / -m"

From wikieduonline
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
Line 4: Line 4:
  
 
  export http_proxy=http://127.0.0.1:3128/
 
  export http_proxy=http://127.0.0.1:3128/
  wget --cache=off [[--mirror]] http://www.mywebsite.org
+
 
 +
[[wget -e]] [[robots]]=off [[--mirror]] https://www.mywebsite.org
 +
  wget --cache=off [[--mirror]] https://www.mywebsite.org
 
  wget --cache=off --delete-after --mirror http://www.mywebsite.org
 
  wget --cache=off --delete-after --mirror http://www.mywebsite.org
  
 +
[[wget -r]]
 +
 +
== Related ==
 +
* [[Proxy]]
  
 
== See also ==
 
== See also ==
 
* {{wget}}
 
* {{wget}}

Latest revision as of 12:50, 18 January 2024

  -m,  --mirror                    shortcut for -N -r -l inf --no-remove-listing


export http_proxy=http://127.0.0.1:3128/
wget -e robots=off --mirror https://www.mywebsite.org
wget --cache=off --mirror https://www.mywebsite.org
wget --cache=off --delete-after --mirror http://www.mywebsite.org
wget -r

Related[edit]

See also[edit]

Advertising: