0 # UploadService

1

2 Simple http server written in ANSI C, allowing users to upload their files and

3 download them.

4

5 ## Build instructions

6

7 UploadService doesn't have any dependencies, using the make command should

8 build the program.

9 Uncomment NO_SANDBOX in the Makefile to disable sandboxing.

10 Uncomment NO_PROXY in the Makefile to disable displaying the ip using XRealIP.

11

12 Tested on :

13 * Linux

14 * Illumos

15 * FreeBSD

16 * OpenBSD

17 * NetBSD

18