fuseflt

fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested.
Download

fuseflt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Theodoros V. Kalamatianos
  • Publisher web site:
  • http://www.softlab.ece.ntua.gr/~thkala/projects/evmapd/evmapd.html

fuseflt Tags


fuseflt Description

fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. fuseflt is a FUSE filesystem that allows the user to define file conversion filters that will be applied when requested. It relies on filename extensions to determine file types.This project is released under the GNU General Public License.File conversion filter exampleSuppose that you want to convert all bzip2-compressed files to gzip-compressed ones. The following should do:flt_in = .bz2flt_out = .gzflt_cmd = bzip2 -dc | gzip -9cA usage example:$ lsa.bz2 b.bz2$ zcat a.gzA A A A A$ zcat b.gzB B B B BYou may add the following in your configuration:ext_in = .bz2ext_out = .gzto be more transparent about the whole process:$ lsa.gz b.gzWhat's New in This Release:· Symlinks are now handled properly, and the performance of the getattr() method has been significantly improved.


fuseflt Related Software