I am a Newbie using Net::FTP to connect to a ftp site.
I am trying to recurse throgh the site and pick up the listings, DIR's or FILE's. I know how to write a recursive program for a file system using (-d for dirs) and (-f for file) tests therefor defining the logic... I have tried for net::ftp but there are no such tests!!! :-(
any ideas???