1. Bug fix the orignal version failed to create directories before fetching files. 2. IO bound process to CPU bound process the orignal used mkdirs() for each entry of returned file list. Instead, use Hashtable to eliminate possible path to create and reduce the number of mkdirs() calls. 3. Removed unused code. Hiro
Pvcs.patch
Description: Binary data