Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

problem using wget in linux terminal, please help

Status
Not open for further replies.

squirrel

Member level 3
Joined
Oct 30, 2005
Messages
54
Helped
2
Reputation
4
Reaction score
0
Trophy points
1,286
Activity points
1,886
HI
Whenever i'm trying to get a file with wget in the terminal i'm seeing the following message.

bash-2.05b$ wget www.google.com
--17:19:06-- https://www.google.com/
=> `index.html'
Resolving www.google.com... failed: Host not found.
bash-2.05b$

it might be helpful to note that i'm using proxy server and i'm not root. please tell me how to fix this.

thanks
 

Hie,

Before use wget you should first access to the ftp server
where the files that you pretend download the you can use the wget command
to fetch the files.

1) ftp (adress)
2) wget (file name)

Hope this helps
 

Hi
please forgive me if i'm wrong but the whole thing didn't improve. this is what i'm getting:

[common1@centrallib33 common1]$ ftp www.google.com
ftp: www.google.com: unknown host
ftp> quit

thanks for ur reply
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top