Minimize using of LIST command in the FTP provider
--------------------------------------------------

                 Key: VFS-161
                 URL: https://issues.apache.org/jira/browse/VFS-161
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: 1.1
            Reporter: Alex Crane
            Priority: Minor


I have a big bis storage of files (about 10 TBytes). 
Path to file looks like 
/storage/storage1/node1/76423fds7g78df6gdf7hdfh/2384dg7sdfg8dfh.dat
Existance checking and deleteing of files takes very looooooooong time because 
of LIST command:
LIST /storage
...
LIST /storage/storage1
...
LIST /storage/storage1/node1
....
LIST /storage/storage1/node1/76423fds7g78df6gdf7hdfh

and so on.

For example, there is no need to perform LIST command to delete file. I`m using 
FTPClients from commons.net and it works 1000x faster. 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to