Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sun Nov 02, 2003 3:10 pm 
Offline
Senior Member

Joined: Sun Nov 02, 2003 2:05 pm
Posts: 58
How do we download files from a web page to our shell on rd8


Top
   
 Post subject:
PostPosted: Sun Nov 02, 2003 3:12 pm 
Offline
Senior Member

Joined: Wed Sep 17, 2003 7:39 pm
Posts: 124
You should have wget installed already. As long as you know the exact address of the file, simply type:

wget <file address>
eg. wget http://www.linode.com/images/linode_logo10.gif

That will download a copy of the file to your current directory.

If, for some reason, wget is not installed, typing apt-get install wget should do the trick (I believe it works on RH8 too :))


Top
   
PostPosted: Sun Nov 02, 2003 3:23 pm 
Offline
Senior Member

Joined: Sun Nov 02, 2003 2:05 pm
Posts: 58
Why doesn't make work in shell

wget works now thanks


Top
   
PostPosted: Sun Nov 02, 2003 3:42 pm 
Offline
Senior Member

Joined: Sun Nov 02, 2003 2:05 pm
Posts: 58
Thanks


Top
   
 Post subject:
PostPosted: Sun Nov 02, 2003 4:56 pm 
Offline
Junior Member

Joined: Sun Jul 27, 2003 7:24 pm
Posts: 42
Website: http://opencurve.org/~sunny
Location: New York, NY
curl !!

curl is much better than wget ....

curl http://host.com > index.html

(You must output to some where)

Sunny Dubey


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group