I am having some issue here using LWP::Simple to get ftp site content in Perl. It would work fine if the site used http, but not ftp, for example ftp://ftp.di.uminho.pt/pub/ctan/fonts/. But in my firefox browser, I can view the content as html.
So how to get the html of the site in this case?
LWP returns a document of the type
text/ftp-dir-listingfor a FTP directory. Use File::Listing to parse it.