You should do downloads using SHA1. Using of the file index is kind of deprecated and might stop working sooner or later.
To do downloads by SHA1 use:
Code:
URI uri = new URI( "http://<ip>:<port>/uri-res/N2R?urn:sha1:<SHA1>", true );
Servent.getInstance().getDownloadService().addFileToDownload( uri, true );