Hello,
I'm looking for a script that can act as a FTP to HTTP gateway.
I want to build a download-page on a site, that builds a directory
listing from an FTP-server and that enables the visitors of the
website to "browse" the ftp-server and download the files.
Putting the files from the ftp-server on the webserver is not an
option as we are talking about several gig's of data.
I've tried using PHP's FTP-functions but I am bit stuck...
Anyone know of some class/script I could use to tweak to my needs?
Thanx,
Bert
I'm looking for a script that can act as a FTP to HTTP gateway.
I want to build a download-page on a site, that builds a directory
listing from an FTP-server and that enables the visitors of the
website to "browse" the ftp-server and download the files.
Putting the files from the ftp-server on the webserver is not an
option as we are talking about several gig's of data.
I've tried using PHP's FTP-functions but I am bit stuck...
Anyone know of some class/script I could use to tweak to my needs?
Thanx,
Bert
Comment