commons-vfs-2.4.1 - Question re. usage of VFS.getManager()

2019-10-29 Thread Erwin Hogeweg
All - I am trying to set up a VFS but I struggled a while to get past a FileSystemException. After looking at the VFS source code I understood what was going on, and I was able to create a work-around. However, I am not sure that what I hacked together is the right approach so I am looking for

Re: commons-vfs-2.4.1 - Question re. usage of VFS.getManager()

2019-10-29 Thread Bernd Eckenfels
Hello I think the problem in your case is that the default filesystem manager does not know about the ftp: scheme. The error message is a bit missleading (since a fix done, probably we should file a bug for this). The default manager does try to load the FtpProvider and tries to register it