2
I Use This!
Inactive
Analyzed about 19 hours ago. based on code collected about 20 hours 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...

  • ...
    nearly 1 in 3 companies have no process for identifying, tracking, or remediating known open source vulnerabilities
  • ...
    by exploring contributors within projects, you can view details on every commit they have made to that project
  • ...
    there are over 3,000 projects on the Open Hub with security vulnerabilities reported against them
  • ...
    search using multiple tags to find exactly what you need
About Project Security

Languages

PHP
99%
HTML
1%

30 Day Summary

Sep 5 2024 — Oct 5 2024

12 Month Summary

Oct 5 2023 — Oct 5 2024

Ratings

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