mirror of
https://github.com/filegator/filegator.git
synced 2025-08-31 05:19:52 +02:00
Website generation with Couscous
This commit is contained in:
@@ -104,10 +104,10 @@
|
||||
<h2 id="filegator">FileGator</h2>
|
||||
<p><a href="https://filegator.io">FileGator</a> is a free, open-source PHP script for managing files and folders.</p>
|
||||
<p>You can manage files inside your local repository folder (on your server's hard drive) or connect to other storage adaptes (see below).</p>
|
||||
<p>FileGator has multi-user support so you can have admins and other users managing files with different access permissions, roles and home folders.</p>
|
||||
<p>FileGator has multi-user support so you can have admins and other users managing the files with different access permissions, roles and home folders.</p>
|
||||
<p>All basic file operations are supported: copy, move, rename, create, delete, zip, unzip, download, upload.</p>
|
||||
<p>If allowed, users can download multiple files or folders at once.</p>
|
||||
<p>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.</p>
|
||||
<p>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's configuration.</p>
|
||||
<h2 id="features-amp-goals">Features & Goals</h2>
|
||||
<ul>
|
||||
<li>Multiple storage adapters (Local, FTP, S3, Dropbox and many others via <a href="https://github.com/thephpleague/flysystem">Flysystem</a>)</li>
|
||||
|
Reference in New Issue
Block a user