Go to file
Fufu Fang 6fa7d20637 finished trasversing the link table 2018-07-22 11:50:51 +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 removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
README.md finished writing header parser 2018-07-19 10:07:13 +01:00
data.h finished trasversing the link table 2018-07-22 11:50:51 +01:00
fuse_local.c finished trasversing the link table 2018-07-22 11:50:51 +01:00
fuse_local.h finished trasversing the link table 2018-07-22 11:50:51 +01:00
main.c finished trasversing the link table 2018-07-22 11:50:51 +01:00
network.c finished trasversing the link table 2018-07-22 11:50:51 +01:00
network.h finished trasversing the link table 2018-07-22 11:50:51 +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