summaryrefslogtreecommitdiff
path: root/README.md
blob: de8aee122ac86f0f309b7b5e78e429f43ea9837c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
fuse-httpfs
===========

python-requests based fuse read-only filesystem

Requirements
------------

* fusepy

* requests
* fusepy

Usage
-----

### Setup

Create a directory to be used as a mountpoint.

### Starting

run with --help

### Using

* access the mountpoint
* open directory for schema (http/https)
* open an (maybe non-existing) directoring with the desired hostname


Remote machines configure in ~/.netrc will appear automatically. python-requests will pick-up the authentication infos from .netrc