== ezFtpSearch 0.1.0

This is a ftp search plugin for Redmine, with a ftp spider.


== NOTE
1 Use this command to view rake task's usage FIRST.
  rake -D ezftpsearch

2 ONLY Unix type of FTP is finished and tested. Other type of ftps should modify first.

== USAGE

1 Add new ftp server in the ftp server management page.
2 Use rake ezftpsearch:run_spider to collect ftp server's directory structure.
3 Search.

== ROADMAP

1 Multi-thread spider
2 Ftp server directory browse

== CREDITS

1 Net::Ftp::List (version 2.0) module on http://rubyforge.org/projects/net-ftp-list/. 