All Projects → OFFLINE-GmbH → Online Ftp S3

OFFLINE-GmbH / Online Ftp S3

Licence: mit
Online FTP / Amazon S3 Filebrowser

Projects that are alternatives of or similar to Online Ftp S3

Pyfilesystem2
Python's Filesystem abstraction layer
Stars: ✭ 1,256 (+700%)
Mutual labels:  ftp, filesystem
php-ftp-client
📦 Provides helper classes and methods to manage FTP files in an OOP way.
Stars: ✭ 81 (-48.41%)
Mutual labels:  filesystem, ftp
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (+25.48%)
Mutual labels:  ftp, filesystem
flysystem-curlftp
Flysystem Adapter for the FTP with cURL implementation
Stars: ✭ 36 (-77.07%)
Mutual labels:  filesystem, ftp
anyfs
Portable file system for Node
Stars: ✭ 17 (-89.17%)
Mutual labels:  filesystem, ftp
Enchilada
Enchilada is a filesystem abstraction layer written in C#
Stars: ✭ 29 (-81.53%)
Mutual labels:  filesystem, ftp
kafka-connect-fs
Kafka Connect FileSystem Connector
Stars: ✭ 107 (-31.85%)
Mutual labels:  filesystem, ftp
pyftpsync
Synchronize directories using FTP(S), SFTP, or file system access.
Stars: ✭ 85 (-45.86%)
Mutual labels:  filesystem, ftp
Laravel Storage
A simple filesystem abstraction package for Laravel 4.
Stars: ✭ 100 (-36.31%)
Mutual labels:  laravel, filesystem
Laravel Mobile Detect
Mobile detection within Blade templates
Stars: ✭ 154 (-1.91%)
Mutual labels:  laravel
Laravel Image Optimizer
[deprecated] Image optimizer for laravel
Stars: ✭ 156 (-0.64%)
Mutual labels:  laravel
Laravel Keycloak Guard
🔑 Simple Keycloak Guard for Laravel / Lumen
Stars: ✭ 154 (-1.91%)
Mutual labels:  laravel
Phphub
(Deprecated See - https://github.com/summerblue/phphub5 ) PHPHub is a Forum project written in Laravel 4.2, and it is also the project build up PHP & Laravel China community - http://phphub.org.
Stars: ✭ 1,846 (+1075.8%)
Mutual labels:  laravel
Symposium
Management of proposals, bios, photos, etc. for conference speakers.
Stars: ✭ 157 (+0%)
Mutual labels:  laravel
Identity Card
A simple proof of identity card of the people's Republic of China.
Stars: ✭ 154 (-1.91%)
Mutual labels:  laravel
Larakube
Laravel app deployment for auto scaled Kubernetes cluster
Stars: ✭ 157 (+0%)
Mutual labels:  laravel
Infinity Next
Infinity Next is an imageboard suite utilizing the Laravel framework.
Stars: ✭ 153 (-2.55%)
Mutual labels:  laravel
Laravel Twitter Streaming Api
Easily work with the Twitter Streaming API in a Laravel app
Stars: ✭ 153 (-2.55%)
Mutual labels:  laravel
Restful Api With Laravel Definitive Guide
Repository with the base code for the course "RESTful API with Laravel - Definitive-Guide"
Stars: ✭ 156 (-0.64%)
Mutual labels:  laravel
Laravel Blog Poetry All
Laravel诗词博客-匠心编程,热爱生活。喜欢就 Star 吧
Stars: ✭ 157 (+0%)
Mutual labels:  laravel

Online FTP / Amazon S3 Filebrowser

Build Status

Simple file browser built with Laravel and Vue.

Installation

  1. Clone this repository to your machine.
  2. composer install
  3. yarn or npm install
  4. gulp or gulp --production

Max upload size

Make sure to restrict the maximum upload size in your php config as well as in the .env file.

Filesystem cleanup

Setup a cronjob to remove old files from your filesystem or trigger it manually.

php artisan onlineftp:cleanup

See https://laravel.com/docs/5.3/scheduling#introduction on how to setup the task scheduler cronjob.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].