Serve as a fast local http server and FTP utility.
You can also use it to browse files.
Quite simple to use. Type the --help
flag to get the usage summary.
NOTE: By default, if the target directory contains an .html or .htm index, priority is given to displaying these files.
The default build tool is cmake
to build it, use the following command
cmake -B build
cmake --build build
the binary source is located in the ./bin folder the ./lib folder contains the libraries (you can browse them)
launch binary :
$ ./bin/htftp -h # to get help
$ ./bin/htftp # launch on default port 9090
Feel free to contribute.
**Made with Passion from Senegal 💫 **.
CC0 1.0 Universal .