Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Fri Jan 03, 2014 5:43 am 
Offline
Senior Member

Joined: Thu Mar 11, 2010 1:09 pm
Posts: 62
The situation is this: I have a .zip file on another web server, like
www.site.com/file.zip
Now, I can download that file on my computer, and then upload it to my linode with filezilla for example, thats ok. But this file have 2.5 GB, and thats gonna take a lot with my upload speed.

So my question is, can I somehow log in with Putty, and somehow download that file directly to my linode ?


Top
   
PostPosted: Fri Jan 03, 2014 7:28 am 
Offline
Senior Member

Joined: Wed Apr 11, 2007 8:23 pm
Posts: 76
You're looking for wget. You can run the following command from a putty session to your Linode:

Code:
wget http://www.site.com/file.zip


You may have to install wget if it doesn't already exist on your Linode...

To install wget on Ubuntu/Debian:
Code:
apt-get install wget


To install wget on CentOS/Fedora/RedHat:
Code:
yum install wget


If the site you're trying to download a file from requires a login you can also try a text based browser called "lynx".


Top
   
PostPosted: Fri Jan 03, 2014 10:59 am 
Offline
Senior Member

Joined: Thu Mar 11, 2010 1:09 pm
Posts: 62
Thank you :)


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


Who is online

Users browsing this forum: No registered users and 3 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