You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by "Wright, Omari" <Om...@solers.com> on 2013/11/01 20:17:53 UTC

Ftp Client question

Does anyone know of a better way to use the tool for retrieving a list of files from a large directory that won't cause a huge time delay before it returns?

Right now listFiles gets a list of files then subsequently creates a representation of each files attributes one at a time. Is there a way to speed up this process?