Go to file
2018-07-22 04:26:22 +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
data.h removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
fuse_local.c removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
fuse_local.h removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
main.c removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
Makefile removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
network.c removed '/' from linktable, configured curl to follow redirection 2018-07-22 04:26:22 +01:00
network.h started to write the fuse interface 2018-07-21 02:51:49 +01:00
README.md finished writing header parser 2018-07-19 10:07:13 +01:00

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