Re: Database driven filesystem

2013-01-23 Thread Boris shtrasman
On 1/22/13, David Suna da...@davidsconsultants.com wrote: I have a web application (written in PHP) that works against a MySQL database. 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

Database driven filesystem

2013-01-22 Thread David Suna
I have a web application (written in PHP) that works against a MySQL database. 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

Re: Database driven filesystem

2013-01-22 Thread Meir Michanie
HI David, it sounds like a job for node.js On Tue, Jan 22, 2013 at 10:22 PM, David Suna da...@davidsconsultants.comwrote: I have a web application (written in PHP) that works against a MySQL database. I would like to have an FTP interface that would translate a request for a file into a