Download files from web

Hi,

I already knew that you can use the following code to download a file.

http=Net::HTTP.start(servername)
resp = http.get(fileName)

But if the files is large this will take some time.
Is there another package with a progress indication?

Thanks
Peter

On 9/16/06, Peter M. [email protected] wrote:

Thanks
Peter

you should consider using wget. Open a pipe and pass the location and
you should be ready to go.