Go to file
Fufu Fang 36dcba413f finished the command line parser 2018-07-22 20:31:43 +01:00
.gitignore rewriting http.c and http.h, because the current version is insane 2018-07-20 00:17:19 +01:00
.kateproject initial commit 2018-07-18 16:26:26 +01:00
Makefile successfully mounted the root directory of the server 2018-07-22 13:35:11 +01:00
README.md finished writing header parser 2018-07-19 10:07:13 +01:00
data.h we are encountering some sort of thread safety issue 2018-07-22 19:30:08 +01:00
main.c finished the command line parser 2018-07-22 20:31:43 +01:00
network.c finished the command line parser 2018-07-22 20:31:43 +01:00
network.h we are encountering some sort of thread safety issue 2018-07-22 19:30:08 +01:00

README.md

Basic ideas

Syntax

mount-http-directory-listing url cache mount_pt

Libraries used

libcurl libgumbo libfuse

  • Seek an URL
  • If fail, continue
  • Download it
  • Allocate random directory
  • Parse it
    • For each link, seek
    • if fail
      • directory
    • else
      • actual file

Things to write:

  1. Link parser
  2. libcurl
  3. fuser