PHP文件管理系统
我在服务器上备份了系统(文档、视频、音乐等)
我只有 FTP 访问权限(不能真正做任何花哨的事情)
不过我可以运行 PHP 和 MySQL 程序(非常基本)。
我想知道一个好的完整系统可以让我
上传、控制和管理我在那里的文件(包括安全功能)
这样我就可以即时编辑一些文档、收听流媒体音乐以及上传更多文件(如果我愿意)。
谢谢。
I have my system backed up on a server (Docs, Videos, Music, etc.)
I have only FTP access (can't really do anything fancy)
However I can run PHP and MySQL programs (pretty basic).
I was wondering about a good complete system that would let me
upload, control and manage the files I have there (including security features)
so that I would be able to edit some docs on the fly, listen to streaming music and upload more files if I wanted to.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我过去曾使用过它,它是开源的,因此您可以根据需要进行扩展。
http://sourceforge.net/projects/phpwebftp/
I have used this in the past and it's open source so you can extend as needed.
http://sourceforge.net/projects/phpwebftp/
您可以尝试:
http://extplorer.sourceforge.net/
或
http://pfn.sourceforge.net/index.php?opc=1&lg=ing
或
http://navphp.sourceforge.net/
我使用了第一个,它非常好。对于媒体预览,我只知道 http://www.filerun.com/ 但它不是开源的。
You can try:
http://extplorer.sourceforge.net/
or
http://pfn.sourceforge.net/index.php?opc=1&lg=ing
or
http://navphp.sourceforge.net/
I used the first one and it's pretty good. For media preview I know only http://www.filerun.com/ but it's not open-source.