1
vote
2answers
82 views

download file from web source, selectively

If anyone has heard of Bukkit, you know that their files are usually of three types: Development, Beta, and Realease. Click (here) for examples. I need a script that: Loops through the directory ...
0
votes
2answers
482 views

How to retrieve tweets from command line?

Is there a simple way to retrieve someone's tweets from the command line? The account would be public, and the command - or script, if necessary - would retrieve all or a specified number of most ...
7
votes
4answers
2k views

How do I use wget/curl to download from a site I am logged into?

Some parts of wikipedia appear differently when you're logged in. I would like to wget user pages so they would appear as if I was logged in. Is there a way I can wget user pages like this ...
3
votes
2answers
357 views

Wget like utility to download all images in mysite.com/img/ directory

My access to the mysite.com/img/ directory is blocked. However all the images in that directory are in the form n.jpg where n is the nth image. My access to mysite.com/img/n.jpg is not blocked Is ...
1
vote
2answers
128 views

How to download code with weird interface

Here is a code for Eclipse Drag and Drop http://www.vogella.de/code/de.vogella.dnd.jface/codestartpage.html I would like to download it, how to do it using wget?