Skip to content

A very small (1k> LoC), no junk, HTTP file server supporting GET, PUT, DELETE, directory listing, and authentication all in ANSI C with only a standard library!

License

Notifications You must be signed in to change notification settings

YoungerMax/micro-file-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTTP file/webdav server written in 100% pure ANSI C!!

Optimized for
- speed
- binary file size (only ~35K)
- and least dependencies (just a UNIX C standard library)

---

For Developers:
To authenticate, use this header:

Authorization: Basic c3VwZXIgc2VjcmV0IHVzZXJuYW1lOnlvdSB3b3VsZCBuZXZlciBndWVzcyB0aGlzIHBhc3N3b3Jk

About

A very small (1k> LoC), no junk, HTTP file server supporting GET, PUT, DELETE, directory listing, and authentication all in ANSI C with only a standard library!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published