From: Michael Neumann Date: 2005-01-26T11:00:12+09:00 Subject: Re: http download file Eko Budi Setiyo wrote: > Hi all, > > Can any body tell what ruby scripts I should use to download file by > using http protocol? > Already try to use Net::HTTP but doesn't work require 'open-uri' p open('http://www.ruby-lang.org/').read Regards, Michael