FTP to HTTP interface (ftp-browser)

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bert

    FTP to HTTP interface (ftp-browser)

    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
  • Bert

    #2
    Re: FTP to HTTP interface (ftp-browser)

    On Fri, 1 Aug 2003 02:47:11 +0200, "Martin Wallgren"
    <ixNOSPAM@home. se> wrote:[color=blue]
    >
    >Anyway, try looking at www.hotscripts.com, they may have
    >something you could use.
    >---
    >Martin[/color]

    thankx Martin
    Using a webserver is not an option...
    I've found webFTP (www.v-wijk.net) on hotscripts and I'm trying it
    right now.
    B.

    Comment

    Working...