Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bmwiedemann/curlwwwfs

mount HTTP directories with FUSE
https://github.com/bmwiedemann/curlwwwfs

Last synced: 17 days ago
JSON representation

mount HTTP directories with FUSE

Awesome Lists containing this project

README

        

##Installation

curlwwwfs requires the Fuse module, which you can get for openSUSE and SLE with

OneClickInstallUI http://multiymp.zq1.de/devel:languages:perl/perl-Fuse
# and additionally you need
zypper -n in make perl-libwww-perl
make install

##Usage

mkdir mnt
curlwwwfs http://lsmod.de/bootcd/ mnt

This will remain running in the foreground.
You can add a & to send it into background.

When you do not need the mount anymore, you unmount it with

fusermount -u mnt