Re: Downloading FTP files

2002-01-30 Thread Michael Pratt
I am using the FTP module. I was wondering if I could replace a dirctory with a wild card instead of a just a file. ;) Mike "Matt C." <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > use the Net::FTP module, which will accomplish your task in the blink of an

Re: Downloading FTP files

2002-01-30 Thread Matt C.
use the Net::FTP module, which will accomplish your task in the blink of an eye. It's got pretty much everything a standard ftp client has, and best of all it's in perl!! Matt --- Michael Pratt <[EMAIL PROTECTED]> wrote: > This is what I want to do: > > I want to access a ftp server that has s

Downloading FTP files

2002-01-30 Thread Michael Pratt
This is what I want to do: I want to access a ftp server that has several directories in it under each directory I want to grab all the text files and process them on to my machine. Is it possible to use a wild card in place of the directory? Mike -- To unsubscribe, e-mail: [EMAIL PROTECTE