From 083899d6088492b1bc7e01f74be015070224f2c2 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Fri, 20 Feb 2015 18:35:30 +0100 Subject: Some tests and using python netrc module --- README.md | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md deleted file mode 100644 index de8aee1..0000000 --- a/README.md +++ /dev/null @@ -1,32 +0,0 @@ -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 -- cgit v1.2.1