Results 1 to 2 of 2
when I issue the following command then its give me error
wget Sign In
wget Google
Resolving Sign In failed : Host not found.
Resolving Google failed : Host not ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-29-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
Regarding WGET
when I issue the following command then its give me error
wget Sign In
wget Google
Resolving Sign In failed : Host not found.
Resolving Google failed : Host not found.
when i issue following statement
echo $http_proxy
it will return
http://192.168.0.142:8080 (This is our net server)
The Mozilla browser is properly browsing the all sites & also download all files.
Please advice.
Regards
- 10-29-2008 #2
"wget" is text based downloader..
You must give a http or ftp URL after wget
eg.
This will download mentioned file in your current working directory.
And if you are stuck with any command just use help commands on it
eg.
wget --help
man wget
wget --info


Reply With Quote
