Apna_SimpleHTTPServer

Simple HTTP Server with upload funtionality

To upload a file run: curl -F 'file=@<FILENAME/File_Path>' http://IP:PORT/

Note: file will be downloaded in current directory in which server is running. Use @ your risk!!!