httpFileManager is a file management script written in PHP allowing the
remote administration of files over HTTP.
httpFileManager will turn your standard browser into a "Windows Explorer" and
allow managing files on your web server on the fly. It's a complete replacement of
traditional FTP, allowing you to manage files on your web server just with a web
browser instead of a FTP client. It also will provide extended features which are
impossible with FTP such as creating and editing HTML files right on the server and
zipping and unzipping files on the fly.
The purpose of httpFileManager is allowing file management and Web site
maintenance right on the server. It may be used to manage a single site or
multiple sites. The root of the files to be managed must of course be Web
accessible.
httpFileManager is self-contained; it only needs a PHP interpreter on the server
side and a JavaScript capable browser with cookies enabled on the client side.
No database engine or other software is required.
Implemented functions:
- File uploading from the client computer to the server.
- File downloading from the server to the client computer.
- Creation, deletion and name change of folders and files.
- Files may be moved to other folders.
- HTML files may be created and edited right on the server.
httpFileManager is a simple, yet powerful tool allowing the administration of
files through HTTP.
|