Does anyone know if there is a simple way (using php or otherwise) to output a password protected ftp directory via an html page?
Any help/comments, appreciated.
Does anyone know if there is a simple way (using php or otherwise) to output a password protected ftp directory via an html page?
Any help/comments, appreciated.
use the php [man]ftp[/man] functions to connect to the ftp server, read a directory list and output the names to the browser