$ wget www.amazon.com
Resolving www.amazon.com... 205.251.242.54
Connecting to www.amazon.com|205.251.242.54|:80... connected.
HTTP request sent, awaiting response... 503 Service Unavailable
2015-10-12 23:27:24 ERROR 503: Service Unavailable.
I am trying to release wget
at a url and get this error. I need to save HTML files and I was hoping wget would work :(
I tried using a parameter --no-proxy
, but that does not help.
source
share