jHoover is an web hoover written in java language. You can choose the number of simultaneous connections, the types of files you want to download by regular expressions. You can also choose the number of level you want in the web site hierarchy.
Requirements:
· Java
· Ant
INSTALLATION:
There are four possible targets with Ant and the build.xml file:
ant compile - Compiles the application (only the .class)
ant release - Creates an executable jar file (default)
ant clean - Cleans the generated files
ant javadoc - Generates the javadoc
To start jHoover, you will have to run the jHoover.sh file, located in jHoover's bin directory.
Product's homepage