You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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);
  • No labels