diff --git a/README.md b/README.md index d7ecb14..56186b2 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,18 @@ ## FileGator - Powerful Multi-User File Manager -Copy, move, rename, create, edit or delete online files and folders. -Upload with drag&drop, progress bar, pause and resume. -Download multiple files or directories at once. -Zip and unzip files and folders. -Create users with different access permissions and home directories for each user. + +FileGator is a free, open-source PHP script for managing files and folders. + +You can manage files inside your local repository folder (on your server's hard drive) or connect to other storage adaptes (see below). + +FileGator has multi-user support so you can have admins and other users managing files with different access permissions, roles and home folders. + +All basic file operations are supported: copy, move, rename, create, delete, zip, unzip, download, upload. + +If allowed, users can download multiple files or folders at once. + +File upload supports drag&drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server configuration. ## Demo diff --git a/docs/README.md b/docs/index.md similarity index 99% rename from docs/README.md rename to docs/index.md index e4a78b7..934607e 100644 --- a/docs/README.md +++ b/docs/index.md @@ -10,7 +10,6 @@ All basic file operations are supported: copy, move, rename, create, delete, zip If allowed, users can download multiple files or folders at once. - File upload supports drag&drop, progress bar, pause and resume. Upload is chunked so you should be able to upload large files regardless of your server configuration.