./filesystems/fuse-httpdirfs, FUSE filesystem to mount HTTP directory listings

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.8nb1, Package name: fuse-httpdirfs-1.2.8nb1, Maintainer: pkgsrc-users

HTTPDirFS stands for Hyper Text Transfer Protocol Directory Filesystem.
It allows to mount HTTP directory listings or a single file, using the
FUSE API.

The performance of the program is excellent. HTTP connections are reused
through curl-multi interface. The FUSE component runs in the
multithreaded mode. A permanent cache system caches all the file
segments you have downloaded, so you don't need to these segments again
if you access them later.


Master sites:

Filesize: 88.467 KB

Version history: (Expand)


CVS history: (Expand)


   2026-05-25 09:01:45 by Thomas Klausner | Files touched by this commit (1)
Log message:
fuse-httpdirfs: fix download
   2026-05-14 18:42:34 by Ryo ONODERA | Files touched by this commit (1335)
Log message:
*: Recursive revbump from security/nettle-4.0
   2026-05-10 18:33:10 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
fuse-httpdirfs: remove bogus diff file
   2026-05-10 18:32:05 by Paolo Vincenzo Olivo | Files touched by this commit (7)
Log message:
fuse-httpdirfs: initial import of package

HTTPDirFS stands for Hyper Text Transfer Protocol Directory Filesystem.
It allows to mount HTTP directory listings or a single file, using the
FUSE API.

The performance of the program is excellent. HTTP connections are reused
through curl-multi interface. The FUSE component runs in the
multithreaded mode. A permanent cache system caches all the file
segments you have downloaded, so you don't need to these segments again
if you access them later.