2
I Use This!
Inactive
Analyzed 1 day ago. based on code collected 1 day ago.

Project Summary

HttpFileServer is a simple REST-oriented file server with minimal requirements:

* PHP 5 (5.2 I suppose)
* web server (Apache will do)
* writable directory (this is where your files will be stored)

This is for the server part. For the client part you only need to be able to do HTTP GET and HTTP POST requests, so you're good with just wget in a batch script (or .NET application, or Ruby, PHP, Java - pretty much anything nowadays can form HTTP requests).

Example usage:

# store file on server - use HTTP POST
wget --post-file=file_to_send.txt http://server/index.php/path/to/store/file.txt -O -
# retrieve file - use HTTP GET
wget http://server/index.php/path/to/store/file.txt

Tags

fileserver http php php5 rest server

In a Nutshell, HTTP File Server...

BSD 4-clause (University of California-Specific)
Permitted

Commercial Use

Modify

Distribute

Place Warranty

Forbidden

Hold Liable

Use Trademarks

Required

Include Copyright

Include License

These details are provided for information only. No information here is legal advice and should not be used as such.

Project Security

Vulnerabilities per Version ( last 10 releases )

There are no reported vulnerabilities

Project Vulnerability Report

Security Confidence Index

Poor security track-record
Favorable security track-record

Vulnerability Exposure Index

Many reported vulnerabilities
Few reported vulnerabilities

Did You Know...

  • ...
    in 2016, 47% of companies did not have formal process in place to track OS code
  • ...
    learn about Open Hub updates and features on the Open Hub blog
  • ...
    use of OSS increased in 65% of companies in 2016
  • ...
    by exploring contributors within projects, you can view details on every commit they have made to that project
About Project Security

Languages

PHP
99%
HTML
1%

30 Day Summary

Jul 26 2025 — Aug 25 2025

12 Month Summary

Aug 25 2024 — Aug 25 2025

Ratings

Be the first to rate this project
Click to add your rating
  
Review this Project!