Ruby WGet

Hi,

I would need a ruby “wget version” which works on linux and windows.

I would like to feed it an URL to a .tar.bz2 or .zip or .tar.gz file and
have it download. That’s what it basically should do.

Right now I use

system 'wget '+the_url

which does not work on windows easily (but will work on pretty much all
the linuxes out there)

I once wrote a minimal ruby wget wrapper but it has some problems as the
code is years old and messy :confused: so I was wondering if anyone is using
some ruby-wget thing?

On 09.04.2009 12:00, Marc H. wrote:

I would need a ruby “wget version” which works on linux and windows.

I would like to feed it an URL to a .tar.bz2 or .zip or .tar.gz file and
have it download. That’s what it basically should do.

I once wrote a minimal ruby wget wrapper but it has some problems as the
code is years old and messy :confused: so I was wondering if anyone is using
some ruby-wget thing?

It seems Net::HTTP is everything you need, especially since you just
want to download a single file and did not mention other requirements.

Kind regards

robert

On Thu, Apr 9, 2009 at 11:00 AM, Marc H. [email protected]
wrote:

Hi,

I would need a ruby “wget version” which works on linux and windows.

I would like to feed it an URL to a .tar.bz2 or .zip or .tar.gz file and
have it download. That’s what it basically should do.

Net::HTTP should be adequate, no?

Ben

I’d suggest using openuri – it’s a lot more flexible than net::http.

Not to toot my own horn, but I’ve a version of cat which opens uri’s,
files, etc…, which you might consider basing your code upon – it’s
at:

(and a followup at)

Hope this helps,
Matt


“… if you do follow your bliss you put yourself on a kind of
track that has been there all the while, waiting for you, and the life
that you ought to be living is the one you are living. When you can
see that, you begin to meet people who are in your field of bliss, and
they open doors to you. I say, follow your bliss and don’t be afraid,
and doors will open where you didn’t know they were going to be.” –
Joseph Campbell