Enum FtpsDataChannelProtectionLevel

java.lang.Object
java.lang.Enum<FtpsDataChannelProtectionLevel>
org.apache.commons.vfs2.provider.ftps.FtpsDataChannelProtectionLevel
All Implemented Interfaces:
Serializable, Comparable<FtpsDataChannelProtectionLevel>

Protection level of the data channel in a FTPS communication.
  • C - Clear
  • S - Safe
  • E - Confidential
  • P - Private
Since:
2.1
See Also: