in reply to Re: Re: How to generate an HTML page from an FTP directory listing?
in thread How to generate an HTML page from an FTP directory listing?

Wouldn't something as simple as:

print <<"END" <a href="ftp://server/path/$file">$file</a><br> END
work?

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: How to generate an HTML page from an FTP directory listing?
  • Download Code