Welcome to the wonderfull world of Slurp
To create a new project, click on menu Project and New
Project.
Then it pop up a new window where you have to fill the base url (it MUST begin with http:// and finish by a / if you don't type a page)
you want to get, the port (default it's 80) and the directory you want
to save the files.
Clicking on advanced options button will pop up a new window to
setup
your default options.
You can change the look of the project by clicking on Options/Interface/a look.
In certain case, you'll not authorized to used other look.
Dont forget you can launch Slurp on a shell with command line.
Syntax is : "java Slurp [options] http://your.url.you/want/to/get/".
Options can be :
- -t number => number of threads that will be launched !
- -samehost => slurp will get only files that are in the same host that the first url.
- -noparent => slurp will get files in the sames server and under the first page.
- -followftp => not implemented yet.
- -overwrite => will overwrite the local files.
- -nohost => won't create directory for the server name.
- -nodir => save all files in the curent dir.
- -depth number => the depth of links to be slurp.
- -q number => quota in MegaOctet
- -d string => directory to save all the files
- -l login -p password => to access protected pages.
- -r number => number of retry for the pages in case of failure.
- -ext string => files to be excludes. (example : "gif,mpg,exe").
- -aut string => files to be get (string same syntaxe that -ext).
- -mirroring => mirroring sites.
- -agent string => send browser ident to remote server.
- -proxy host:port => enable proxy.