Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bmwiedemann/curlwwwfs
- Owner: bmwiedemann
- License: gpl-2.0
- Created: 2012-02-13T07:24:13.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-07-13T13:08:13.000Z (over 9 years ago)
- Last Synced: 2024-12-03T10:11:37.577Z (20 days ago)
- Language: Perl
- Homepage:
- Size: 121 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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/ mntThis 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