Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 428 Bytes

File metadata and controls

18 lines (14 loc) · 428 Bytes

UploadService

Simple http server written in ANSI C, allowing users to upload their files and download them.

Build instructions

UploadService doesn't have any dependencies, using the make command should build the program. Uncomment NO_SANDBOX in the Makefile to disable sandboxing. Uncomment NO_PROXY in the Makefile to disable displaying the ip using XRealIP.

Tested on :

  • Linux
  • Illumos
  • FreeBSD
  • OpenBSD
  • NetBSD