Go to file
Fufu Fang 86e62ebb52 verified header only mode 2018-07-19 10:19:47 +01:00
.gitignore fixed rewind function in http.c 2018-07-19 00:03:23 +01:00
.kateproject initial commit 2018-07-18 16:26:26 +01:00
Makefile removed unnecessary code in http.c 2018-07-19 09:27:40 +01:00
README.md finished writing header parser 2018-07-19 10:07:13 +01:00
http.c verified header only mode 2018-07-19 10:19:47 +01:00
http.h removed unnecessary code in http.c 2018-07-19 09:27:40 +01:00
link.c removed unnecessary code in http.c 2018-07-19 09:27:40 +01:00
link.h initial commit 2018-07-18 16:26:26 +01:00
main.c removed unnecessary code in http.c 2018-07-19 09:27:40 +01:00
test.c verified header only mode 2018-07-19 10:19:47 +01:00
test.h fixed rewind function in http.c 2018-07-19 00:03:23 +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