THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
VFS - Frequently asked questions
How to enter ftp passive mode
FileSystemOptions opts = new FileSystemOptions(); FtpFileSystemConfigBuilder.getInstance().setPassiveMode(opts, true); FileObject fo = VFS.getManager().resolveFile("ftp://host/path_to/file.txt", opts);