> -----Original Message-----
> From: Jeff A [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, August 23, 2001 2:48 PM
> To: [EMAIL PROTECTED]
> Subject: Net::FTP question
>
>
> I need to pick up a file from an ftp server of the format
> MMDDTTTT.txt.
> How can I pick up the file if the file name is different each
> time the
> program would connect to the server?
> What type of expression could I use to get the file?
Use Net::FTP's dir() or ls() methods to get a listing of the files.
Then find your file and issue the get().
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]