<html style="direction: ltr;">
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="latin-charset" text="#000000"
    bgcolor="#FFFFFF">
    I have a web application (written in PHP) that works against a MySQL
    database.&nbsp; I would like to have an FTP interface that would
    translate a request for a file into a request against the web server
    and return the data generated by the web server as the contents of
    the file.<br>
    <br>
    I can think of three ways to approach the problem:<br>
    1. Custom code an FTP server<br>
    2. Implement a file system layer that would do the translation<br>
    3. Use an off line process to generate the output and use the
    standard FTP server to serve the generated files<br>
    <br>
    Due to time constraints we are taking the third approach.&nbsp; However,
    I wanted to find out if there are any other solutions or existing
    implementations that we could build on in the future.<br>
    <br>
    Thanks.<br>
    <pre class="moz-signature" cols="72">-- 
David Suna
<a class="moz-txt-link-abbreviated" href="mailto:david@davidsconsultants.com">david@davidsconsultants.com</a></pre>
  </body>
</html>