Thanks for your reply. Yes i want the latest modification file. I meant ls -rt in linux will show the first file as latest file i need the same to be collected from FTP.
Gubs
Comment on Re: Using Net::FTP need to get latest file from the directory ?
You can use the ls or dir method to get a list of the files in the directory, then use the mdtm method on each file to get its modification time and select the file with the latest modifiction time.