Go to file
Fufu Fang 63925a2832 removed unnecessary code in http.c 2018-07-19 09:27:40 +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 initial commit 2018-07-18 16:26:26 +01:00
http.c removed unnecessary code in http.c 2018-07-19 09:27:40 +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 removed unnecessary code in http.c 2018-07-19 09:27:40 +01:00
test.h fixed rewind function in http.c 2018-07-19 00:03:23 +01:00

README

## 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