Java org.apache.commons.vfs2.provider.ftp FtpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.vfs2.provider.ftp FtpFileSystemConfigBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.vfs2.provider.ftp FtpFileSystemConfigBuilder.

The text is from its open source code.

Method

FtpFileSystemConfigBuildergetInstance()
Gets the singleton instance.
voidsetDataTimeout(final FileSystemOptions opts, final Integer dataTimeout)
Set the data timeout for the ftp client.
voidsetPassiveMode(final FileSystemOptions opts, final boolean passiveMode)
Enter into passive mode.
voidsetUserDirIsRoot(final FileSystemOptions opts, final boolean userDirIsRoot)
Use user directory as root (do not change to fs root).