remram44 / yoppi

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).
GNU General Public License v3.0
6 stars 2 forks source link

Backend tasks and indexing #27

Open remram44 opened 12 years ago

remram44 commented 12 years ago

The 'indexer' app shall provide the indexing and discovery operations, to be started from management commands (either debug tools to perform a specific task, or batch operations started from a cron task).

The indexer does basically three things:

In addition to scanning a specific IP range, the visiting user can be scanned for an open FTP server. This is useful if the subnet is much larger than the actual number of connected machines, if we assume that the FTP servers want to be indexed in the first place.

This duplicates #22.

remram44 commented 12 years ago

Not far now! We're missing SEARCH_ON_USER and some kind of locking to prevent cron commands to run in parallel.

This needs a lot of real-life testing as all the new features were never tried.

remram44 commented 12 years ago

I'm moving the SEARCH_ON_USER thingie to next: issue #29.