dead simple file sharing thru a local network
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
145 B

  1. # Sendfile
  2. Dead-simple HTTP Server for sending one file.
  3. # Building the binary
  4. ```bash
  5. make
  6. ```
  7. # installing
  8. ```bash
  9. make clean install
  10. ```