Skip to content

This application allows you to mount a HTTP-resource like a file

License

Notifications You must be signed in to change notification settings

KizzyCode/HTTPMount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License

About

This application allows you to mount a HTTP-resource like a file.

Dependencies

This application relies on a working FUSE-installation.

Build-Dependencies

If you want to build the application, you'll also need libselect which is required for network-operations.

Cargo-Dependencies

Own libraries:

Foreign libraries (for licenses see "src/licenses.txt"):

  • fuse
  • libc
  • time

Build Binary and Sourcecode-Documentation

To build the documentation, go into the projects root-directory and run cargo doc --release; to open the documentation in your web-browser, run cargo doc --open.

To build the library, go into the projects root-directory and run cargo build --release; you can find the build in target/release.

Build and Install using Homebrew

I provide a custom homebrew-formula ("kc-httpfs") in my cask.

To install this application verify that you have a working FUSE-installation (you can install OSXFUSE with brew cask install osxfuse). Then add my cask to your homebrew-installation using brew tap KizzyCode/formulas and install it using brew install --HEAD kc-httpfs (this will install the binary in "/usr/local/bin")

About

This application allows you to mount a HTTP-resource like a file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages