web-based FTP

I am looking for this:

A web-based FTP app that uses php's ftp function, making it so this can be run on a server OTHER than the files I want to edit. I do not wish to run apache on every server I want to edit files on.

I am having a hard time finding any alternatives to this:

http://www.net2ftp.com


Basically.. I am building a client interface that includes web-based FTP. We will be authenticating against a MySQL database, and using php's ftp function to do the dirty work.

I didnt want to reinvent the wheel. Any thoughts?

 

 

 

 

Top