Download List

Project Description

fsniper is a tool that monitors a given set of
directories for new or modified files. Then, based
on the file's type or name, it invokes a script to
be run on that file. Directories are monitored
using inotify, instead of simply continuously
polling them for changes. Common uses include
making a single download directory for all things
from a Web browser and having semi-intelligent
scripts figure out what to do with those files.
You write the scripts yourself.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-09-25 13:59
1.3

This release adds config validation and new directory and file substitution strings, changes the logging behavior to append to old logs instead of overwriting them, and fixes several memory leaks.
Tags: Minor feature enhancements

2008-08-04 06:11
1.2

This release automatically watches new directories created in recursively watched directories, and fixes a configuration file parsing regression that resulted in comments causing crashes.
Tags: Minor feature enhancements

2008-06-04 16:33
1.1

A bug was fixed where the configuration option
recurse=true resulted in a segfault. A bug with
--log-to-stdout and handlers that wrote to stdout
was fixed.
Tags: Major bugfixes

2008-04-30 06:50
1.0

The documentation was improved. Error checking was
added in the configuration parser.
Tags: Initial freshmeat announcement

2003-07-08 07:13
15.4

This version mainly includes bugfixes.
Tags: Major bugfixes

Project Resources