I've actually tried that
but when I do dir() or ls()
I get the LIST command 125 Data Connection already open;
No listing appears on the screen although I know that there are files in 
the driectory.

Jeff


Bob Showalter wrote:

>> -----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]

Reply via email to