Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iqqmut/simple-fileserver

Simple fileserver written in PHP, allowing users to upload and download files on your server
https://github.com/iqqmut/simple-fileserver

Last synced: 1 day ago
JSON representation

Simple fileserver written in PHP, allowing users to upload and download files on your server

Awesome Lists containing this project

README

        

# files

Download and upload files using PHP server.

## Setup

```bash
# Move to your www directory
cd www

# Create new directory for this app
mkdir files

# Give write permission at least to web server user
chmod a+w files

cd files
git clone [email protected]:iqqmuT/simple-fileserver.git .engine
ln -s .engine/index.php
```

Now try it: `http://localhost/files/`.