Uses of Class
org.apache.commons.vfs2.provider.ftps.FtpsMode
-
Packages that use FtpsMode Package Description org.apache.commons.vfs2.provider.ftps The FTPS File Provider. -
-
Uses of FtpsMode in org.apache.commons.vfs2.provider.ftps
Methods in org.apache.commons.vfs2.provider.ftps that return FtpsMode Modifier and Type Method Description FtpsMode
FtpsFileSystemConfigBuilder. getFtpsMode(FileSystemOptions opts)
Return the FTPS mode.static FtpsMode
FtpsMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FtpsMode[]
FtpsMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.commons.vfs2.provider.ftps with parameters of type FtpsMode Modifier and Type Method Description void
FtpsFileSystemConfigBuilder. setFtpsMode(FileSystemOptions opts, FtpsMode ftpsMode)
Set FTPS mode, either "implicit" or "explicit".
-