linux - wget within the server not working -
i can download file outside server using wget,
http request sent, awaiting response... 200 ok length: unspecified [application/octet-stream] saving to: `test.php'
but when try download same file within server,
http request sent, awaiting response... 404 not found 2014-04-26 03:24:32 error 404: not found.
i can understand domain resolves ip , goes default path & showing 404.
is there option wget stop domain resolves ip.
Comments
Post a Comment