Skip to content

bmwiedemann/curlwwwfs

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

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

About

mount HTTP directories with FUSE

Resources

License

Stars

Watchers

Forks

Packages

No packages published