File Duplicate Coordinator – FDC is a Java EE application written for duplicacy checks on paths provided to it

It has several features:

  1. Can check for duplicate files on a path
  2. Can check for duplicates of a given file on a given path
  3. Can compare two paths or more for duplicates between them
  4. Will allow move/delete operations on a given file
  5. Will suggest files that are similar to a given file. This feature is still under development