file downloading

2002-06-02 Thread Mat Harris
i have the following script to take in values for a text file and download RPM files from a Redhat mirror. I would like to have progress bar-type-thing and as it is only run from the command line, how can I do this? is it even possible with the modules i am using? thanks guys

Re: file downloading

2002-04-02 Thread A. Rivera
Just post the file and let someone click on the URL link to it? - Original Message - From: "Mariusz" <[EMAIL PROTECTED]> To: "perl" <[EMAIL PROTECTED]> Sent: Tuesday, April 02, 2002 9:50 PM Subject: file downloading hi, I'm creating a html page on

file downloading

2002-04-02 Thread Mariusz
hi, I'm creating a html page on which I would like the viewers to be able to download my pdf file. I know how to upload a file using perl but what about downloading? Or maybe I should use something else? Could someone tell me how it is usually done on peoples websites (downloading files)? Big