https://github.com/adamwojs/filestash
https://github.com/adamwojs/filestash
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adamwojs/filestash
- Owner: adamwojs
- Created: 2018-11-10T10:24:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T18:00:44.000Z (over 6 years ago)
- Last Synced: 2025-02-05T05:20:14.138Z (4 months ago)
- Language: PHP
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CURL usage
### Upload file
```
$ curl --upload-file archive.zip "http://127.0.0.1:8000/archive.zip"Download URL: http://127.0.0.1:8000/43f15068-b60d-11e8-b514-0242831085b3/archive.zip
```### Download file
```
$ curl http://127.0.0.1:8000/43f15068-b60d-11e8-b514-0242831085b3/archive.zip > archive.zip
```