Uses of Enum
org.apache.commons.vfs2.provider.ftps.FtpsMode
Packages that use FtpsMode
-
Uses of FtpsMode in org.apache.commons.vfs2.provider.ftps
Methods in org.apache.commons.vfs2.provider.ftps that return FtpsModeModifier and TypeMethodDescriptionFtpsFileSystemConfigBuilder.getFtpsMode
(FileSystemOptions opts) Returns the FTPS mode.static FtpsMode
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 FtpsModeModifier and TypeMethodDescriptionvoid
FtpsFileSystemConfigBuilder.setFtpsMode
(FileSystemOptions opts, FtpsMode ftpsMode) Sets FTPS mode, either "implicit" or "explicit".