简体   繁体   English

PHP中的文件管理系统

[英]File Management system in Php

I have my system backed up on a server (Docs, Videos, Music, etc.) 我已将系统备份到服务器(文档,视频,音乐等)上
I have only FTP access (can't really do anything fancy) 我只有FTP访问权限(实际上无法做任何花哨的操作)
However I can run PHP and MySQL programs (pretty basic). 但是我可以运行PHP和MySQL程序(非常基本)。
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. 谢谢。

I have used this in the past and it's open source so you can extend as needed. 我过去使用过它,它是开源的,因此您可以根据需要进行扩展。

http://sourceforge.net/projects/phpwebftp/ http://sourceforge.net/projects/phpwebftp/

You can try: 你可以试试:

http://extplorer.sourceforge.net/ http://extplorer.sourceforge.net/

or 要么

http://pfn.sourceforge.net/index.php?opc=1&lg=ing http://pfn.sourceforge.net/index.php?opc=1&lg=ing

or 要么

http://navphp.sourceforge.net/ 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. 对于媒体预览,我只知道http://www.filerun.com/,但它不是开源的。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM