Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/iqqmut/simple-fileserver
- Owner: iqqmuT
- License: mit
- Created: 2018-09-29T15:06:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T11:02:58.000Z (19 days ago)
- Last Synced: 2025-01-02T12:20:35.197Z (19 days ago)
- Language: PHP
- Size: 91.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 filescd files
git clone [email protected]:iqqmuT/simple-fileserver.git .engine
ln -s .engine/index.php
```Now try it: `http://localhost/files/`.