Download zip files automatically

2003-02-11 Thread Antonis Antoniou
Hi, I would like to download from http://www.somewhere.com/zip/file.zip through a script. Is there any module that I can do this? This will help me download the zip files automaticaly. Many Thanks Antonis -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: Download zip files automatically

2003-02-11 Thread Wiggins d'Anconia
Antonis Antoniou wrote: Hi, I would like to download from http://www.somewhere.com/zip/file.zip through a script. Is there any module that I can do this? This will help me download the zip files automaticaly. You should have a look at the LWP set of modules: http://search.cpan.org/modlist/Wor

Re: Download zip files automatically

2003-02-11 Thread Octavian Rasnita
$response = $ua -> request($request, "$save_dir/$file{$f}"); } Teddy, Teddy's Center: http://teddy.fcc.ro/ Email: [EMAIL PROTECTED] - Original Message - From: "Antonis Antoniou" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 20

Re: Download zip files automatically

2003-02-12 Thread Michael Kelly
On Tue, Feb 11, 2003 at 06:49:14PM +0200, Antonis Antoniou wrote: > Hi, Hi! > I would like to download from http://www.somewhere.com/zip/file.zip > through a script. Is there any module that I can do this? > This will help me download the zip files automaticaly. > > Many Thanks > Antonis Che

Re: Download zip files automatically

2003-02-12 Thread Antonis Antoniou
Octavian Rasnita wrote: Hi, Here is a script I've made for downloading a file from a remote location, or for downloading a list of files. If you want to download a single file, you will need to use in the command line something like: perl script.pl http://site.com/file.zip or if you want to