in reply to Perl and ftp sites - recursive downloads

Hi,

You may want to start looking at the Net::FTP::Recursive module, it is well documented and has an example script you could use as the basis for your script. Read about the MatchFiles option of the rget method regards filtering for the file extension you want.

If you need help installing Perl modules check out Installing Modules from the tutorials section of this site.

Hope this helps

Martin