Mario,
Yes, the NullFilesCache was the problem. After I took it out everything
seems to work now.
thanks
Mario Ivankovits wrote:
Hi !
DefaultFileSystemManager xInstance = new
DefaultFileSystemManager();
xInstance.setFilesCache(new NullFilesCache());
xInstance.addProvider("ftp", new FtpFileProvider());
xInstance.init();
Not sure if its related, but you don't you just use VFS.getManager(),
instead of creating it manually.
At least the NullFilesCache might be the problem. In fact the only
REALLY working cache implementation is the SoftRefFilesCache.
Sh***, I've forgot to remove the other ones before the release .....
Ciao,
Mario
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]