• eXtplorer


    eXtplorer是一个基于PHP与ExtJS开发的文件管理器。你可以用它浏览服务器上的文件与目录。编辑,复制,移动,删除文件。搜索,上传和删除文件。创建新的文件和目录。改变文件的权限属性。

    eXtplorer is a web-based File Manager. You can use it to

    • browse directories & files on the server and
    • edit, copy, move, delete files,
    • search, upload and download files,
    • create and extract archives,
    • create new files and directories,
    • change file permissions (chmod) and much more...

    Features

    The Main Features of eXtplorer are:

    • Copy & Move Files and Directories by Drag&Drop
    • Dynamic Directory Tree with on-demand loading of subdirectories
    • Edit Files (with Syntax-Highlighting thanks to EditArea)
    • Rename, Delete or Create new Files and Directories
    • Access Files through FTP or directly (using PHP) to totally overcome permission and file ownership issues
    • Upload or Download files just as you like
    • Create and Extract Archives (ZIP, Tar, Tar/GZ, Tar/BZ)
    • User Management with different permission levels like "View only" or "Edit" and "Admin"
    • Available as a component for Joomla! and Mambo.

    点击次数   官方主页【官方主页】   下载地址【下载地址】

    网友留言/评论

    我要留言/评论

    相关开源项目

    OurWebFTP:OurWebFTP是一个基于Web的FTP客户端。支持多种语言,提供桌面FTP客户端所拥有的所有功能比如:上传/下载/复制/移动/删除/重命名文件,创建目录,发送email,解压缩文件,从其它FTP服务器转移文件,编辑文本类型的文件。
    WinLAMP:WinLAMP是一个可以一次性同时安装Apache,MySQL与PHP的安装包。 只能运行在Window平台下。WinLAMP还可选安装phpMyAdmin,SQLyog,ActivePerl。最小版本安装只有Apache+PHP。
    Amfphp:Amfphp是一个PHP RPC工具箱。它主要用于: 在PHP与Flash和Flex之间利用Remoting进行交互。 在PHP与JavaScript和Ajax之间利用JSON进行交互。 在PHP与XML客户端之间利用XML-RPC进行交互。
    Graidle:Graidle是一个能够生成各种统计分析图形的PHP项目。可生成柱状图,饼状图,线状图等
    HTML Purifier:HTML Purifier不仅可以移除所有恶意代码(XSS),而且还能确保你的页面遵循W3C的标准规范。
    phUML:phUML是一个采用PHP开发的UML类图生成器。它能够解析任何PHP5对象源代码并依据UML规范生成展示OO结构的UML类图。
    Yahoo-BOSS-Client:Yahoo-BOSS-Client为Yahoo Search API提供一个面向对象的接口。这个PHP5.3包可以取得网页、新闻和图片的搜索结果,还可以缓存搜索结果。
    jobberbase:jobberbase是一个基于PHP+MySql构建的求职招聘系统,简单、强大、易于使用。具有无需账号即可发布招聘信息、查询职位,申请感兴趣的工作,提供RSS职位信息订阅,超级管理员控制面板等功能。
    即时消息聊天应用程序 Cryptocat:Cryptocat 是一个开源基于Web的即时消息聊天应用程序。与其它即时聊天工具不同之处在于,它主要关注确保通信是进行加密过和私人化的。 Cryptocat 基于PHP开发,除了静态文件(CSS, JS和图片)外,只有单独的一个PHP文件。其界面简单,而且漂亮。消息使用 crypto.js library进行AES-256加密。
    PHP Git类库Git.php:这是一个PHP git仓库控制类包。能够实现在一个PHP类中运行任何git命令。它使用proc_open来运行git命令,因此它能够在PHP安全模式下运行。