Different storage adapters are provided through the awesome Flysystem library.
-You can use local filesystem (default), FTP, Amazon S3, DigitalOcean Spaces, Dropbox and many others.
+You can use local filesystem (default), FTP, SFTP, Amazon S3, DigitalOcean Spaces, Microsoft Azure Blob, Dropbox and many others.
Please check the Flysystem docs for the exact setup required for each adapter.
With default adapter you just need to configure where your repository
folder is. This folder will serve as a root for everything else.
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.