Skip to content

gqgs/httpfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

httpfs

httpfs is a FUSE-based filesystem that enables mounting remote directories over HTTP, providing local access to remote files in a read-only mode. This project focuses exclusively on read-only access, which simplifies maintenance and reduces the attack surface compared to traditional network filesystems like SSHFS or Samba.

Features

  • 🔒 Read-Only Access: Ensures the integrity of remote files by preventing local modifications.
  • 🚀 FUSE Integration: Seamlessly integrates remote files into the local filesystem.
  • 🌐 HTTP Protocol: Communicates with an HTTP server to serve files and directory structures.

Requirements

  • Linux Kernel 2.6.9 or later (FUSE support required)
  • FUSE library installed (FUSE project)

About

HTTP based FUSE file system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published