Re: [VFS] Ftp problems - Could not determine if file ... is writeable and StackOverflowError.

2007-03-05 Thread Vesselin Novov
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());

Re: [VFS] Ftp problems - Could not determine if file ... is writeable and StackOverflowError.

2007-03-02 Thread Mario Ivankovits
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