Dear Wiki user, You have subscribed to a wiki page or wiki category on "Jakarta-commons Wiki" for change notification.
The following page has been changed by MarioIvankovits: http://wiki.apache.org/jakarta-commons/VfsFaq New page: = 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); }}} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
