Skip to content

Ehryk/FileCrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileCrawler v1.2

This Windows console application will enumerate the contents of a directory and can perform various tasks with the output, including displaying in the console window, loading into a database, saving into an .xml or .json file, and can be extended into more.

Usage:

  • FileCrawler, FileCrawler.exe, FileCrawler -h
    • Displays help screen
  • FileCrawler "Path"
    • Crawls the given path (file or directory)
  • Options:
    • -h, --help: Displays help screen

Latest Changes:

  • Initial Release (2015.03.01)

Release History:

  • v1.2 2015.03.10 Supporting crawling individual files and additional output options (quiet, verbose)
  • v1.1 2015.03.02 Additional features: Container Enumeration with 7zip, Reporting Inaccessible Files and Directories
  • v1.0 2015.03.01 This release is a functional parser enumerate a directory with little other functionality

Author:

Build Requirements:

  • Visual Studio (Built with Visual Studio 2013)
  • NuGet (packages should restore)

Contact:

Eric Menze

About

C# Console Application that will enumerate the contents of directories, including files and directories contained inside supported compression formats.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors