Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Is there an existing script/library function that will convert an ftp directory listing to an html page? For various reasons I am unable to directly open the ftp directory in a web browser (I would be forced to use ftp://user:pass@host, but can not have the password shown in the address in the browser; IE is too stupid to ask for the password is I simply use ftp://user@host; and various other problems I won't go into...). I can use Net:FTP to get a directory listing from the FTP site, but now need to use that to generate an html page much like the one you would see when you open an ftp directory into a web browser normally (with links for each file and directory, etc.)
It seems like there should be something in place to do this already, since web browsers seem to do it just fine -- any suggestions?
Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to generate an HTML page from an FTP directory listing?
by THRAK (Monk) on Mar 28, 2001 at 21:40 UTC | |
by Anonymous Monk on Mar 28, 2001 at 22:07 UTC | |
by tye (Sage) on Mar 28, 2001 at 23:50 UTC | |
by merlyn (Sage) on Mar 28, 2001 at 22:16 UTC | |
|
Re (tilly) 1: How to generate an HTML page from an FTP directory listing?
by tilly (Archbishop) on Mar 29, 2001 at 01:21 UTC | |
by little (Curate) on Mar 29, 2001 at 03:17 UTC | |
|
Re: How to generate an HTML page from an FTP directory listing?
by Desdinova (Friar) on Mar 28, 2001 at 22:42 UTC |