DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36962>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36962





------- Additional Comments From [EMAIL PROTECTED]  2005-10-14 13:48 -------
I have tried your code it's work but in my case a don't use VFS.getManager();
but the following code.
...             
DefaultFileSystemManager oFSManager = new DefaultFileSystemManager();
try {
   // No caching is used
   oFSManager.setFilesCache(new NullFilesCache());
   oFSManager.addProvider(SCHEME_FTP, new FtpFileProvider());
   oFSManager.init();                                                   
} catch (FileSystemException xEx) {
   ...

But i have try commenting the line 
->  oFSManager.setFilesCache(new NullFilesCache());
it's works !. I don't know what's wrong with the FileCache.

Thanks. 
                        

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to